Archive for the ‘Development’ Category

Firefox plugins that you need as a developer

Like the title says, if you are a web developer and a firefox user, you NEED these plugins to effectively and efficiently build a website.

1. firebug

I dont think i need to explain the importance of this plugin. It’s the best thing since the invention of sliced bread.

2. firecookie

This one works in conjunction with firebug. It allows you to edit cookie values. Especially useful when you need to reset a cookie based login logic. Just find the session cookie name and delete it. You can have a brand new session. Also good for poking around and seeing the inner workings of websites.

Read the rest of this entry »