Developers of all kinds that are hunting for a quick and easy way to look up documentation for their coding projects can now be appeased. I just ran across a Development Resource which seems to be a pretty good solution for hunting for development documentation or resources. Go Check it out.
Just read about this on The Apple Blog.
Pretty useful information especially for someone in the IT field. Here is the POST
To reset your OS X password without an OS X CD you need to enter terminal and create a new admin account:
- Reboot
- Hold apple + s down after you hear the chime.
- When you get text prompt enter in these terminal commands to create a brand new admin account (hitting return after each line):
- mount -uw /
- rm /var/db/.AppleSetupDone
- shutdown -h now
- After rebooting you should have a brand new admin account. When you login as the new admin you can simply delete the old one and you’re good to go again!
Apples WWDC 2008 kicked off this week in San Francisco with a bang. Unveiling their new 3G iPhone with an upgraded look and a few new features was pretty cool. But not nearly as cool as the new SDK for the iPhone. The new SDK promises to provide a rich development interface for rapid development on the iPhone. Personally after watching the Keynote I cannot wait to dive in and see what can be created using this new development platform.
When working with Dynamic Site Development, it is often necessary to give the client some kind of message to inform them that their action has been either successful or not successful or not so good or…you get the picture. I have used several different methods of dealing with this over the years. but I just found this tutorial that has a quick lightweight nice solution to attractively solve this problem.

Check it out
