Check out the newest playground idea: Galaxy. Messing around with JavaScript driven animation. Check out the running version of the animations here.
Archive for the ‘Development’ Category
Sweet Menu, a new jQuery plugin
I’ve made my first jQuery plugin, it is called Sweet Menu. What does it do? Sweet Menu takes an ordinary unordered list of links and makes it a sweet looking menu. It does this by utilizing jQuery and it’s plugin system. Simply include the jQuery library, the Sweet Menu plugin, and make a simple jQuery [...]
Awesome web developer apps
Finding the right tool to do web development is key to being successful. Technically, you can do the majority of the job by just using a simple text editor, but it seems silly to not take advantage of the great apps out there today. Since there are many apps that aid in this category, I [...]
New front page
I’ve updated the front page to help prepare for some great stuff that I am working on. Enjoy the new looks and also start checking out a brand new sub website: Web Dev Tools. Sorry for the short post, but much more to come in the near future (plus is is almost 2 am and [...]
How to serve files with mod rewrite
Have you ever wondered how some websites seem to serve files in a way that looks like folders instead of actual file names? For instance this website. To see this blog post you are linked to the URL http://adambecker.info/development/how-to-serve-files-with-mod-rewrite/ but in actuality the web server is running a PHP file and serving it as if [...]