Tag: webdeveloper

Post Pic

Basic Fundamentals to be a successful Web Designer

In the age of Internet especially web design and development when every day a new technology is popping up on the screen and making you confuse to decide which one is best or to go with what specific platform, is really a tough job. Both design and development are distinct fields. With broader diversifications it’s [...]

Post Pic

4 just arrived stylish jquery plugins

Write Less, Do More once again did more. Here is the list of four jquery plugins which are fresh and just arrived. Check them out and have fun. Mobily Map MobilyMap is a jQuery plugin (7KB) that can create a Google Maps-like, draggable interface from any image. Demo . Mobily Slider MobilySlider is advanced slideshow [...]

Post Pic

How To : Grab CSS Selectors on a click Using jQuery

Writing HTML is itself a challenge for developers and writing correct CSS selectors for this HTML is more difficult

Post Pic

17 new yet worth subscribing design and development blogs

Many of us have noticed that everyday we find good number of new web development and design blogs. Few of them are really cool but not much famous due to anonymous reasons.

Post Pic

9 unseen but useful features you might be missing of web developer firefox addon

Working today on web developer addon of firefox , found some really cool features apart from outline element , edit css , remove cache etc. That means this web developer addon made by chris is a bundle of several other important small firefox addons which you might be missing. Lets start the list of features [...]

Post Pic

11 promising resources to submit your web design and development related articles for good traffic hike

Apart from social networking gaints like digg , stumbleupon , reddit , twitter and facebook we have some other resources on web today to promote our design and development blogs. Today I am listing 11 promising ,and i mean it, resources for you to submit your articles. Well these resources are not as much big [...]

7 firefox addons every web developer must have

So we are trying you to deliver the best to our readers. Today we have tried to focus on firefox addons which are very useful therefore every web developer must have. So here is the list: . 1. Color Zilla: We really find this add on a quick color picker. Very easy to use and [...]

5 useful jquery tricks every web developer should know

Hello developers.  We really find jquery  a good framework and find out really good tricks which every web developer should know. Here is the list: 1. Disable right-click menu: 1 2 3 4 5 $(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); });

Page 1 of 11