in jQuery
10 Very Useful jQuery Plugins For Browser Tweaks
Written by Bogdan / 0 Comments
When we have a browser compatibility problem with our website, we use CSS to fix it. Modern browsers have very good support for it and it’s certainly good enough for you to use CSS to control layout and presentation. Sometimes however, this hack is not enough and we must try something more drastic.
100 Awesome CSS/Javascript Plugins and Coding Techniques
Written by Bogdan / 0 Comments
If you know how to use CSS and Javascript, you can create some impressive websites. Not only that you can do some awesome stuff with them but they also ease you work. In this article you have 100 awesome CSS and Javascript plugins and coding techniques that should definitely be in you toolbox.
in jQuery
20 Useful jQuery Tutorials For Beginners
Written by Bogdan / 0 Comments
jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006 at BarCamp NYC by John Resig. Used by over 41% of the 10,000 most visited websites, jQuery is the most popular JavaScript library in use today.
in jQuery
20 Useful jQuery Plugins Every Developer Should Know About
Written by Bogdan / 12 Comments
jQuery is a JavaScript library which intends to make it easier for you, a developer, to construct better, feature rich, interactive web sites and user interfaces with as few lines of code as possible. Below you can see 20 useful plugins you should know about.
in jQuery
jQuery Working with Forms Part 1 – .focus()
Written by Vlad / 5 Comments
As you probably already know jQuery is a cross-browser JavaScript library that simplify the client-side HTML scripting. With jQuery is easy to navigate a document, select DOM elements, create animations, handle events, and develop AJAX Applications. In this next Tutorial I will show you how easy is to work with HTML forms. jQuery Usage (Installation)
