All posts tagged Javascript

17 Hours of JavaScript from the Masters

200

Douglas Crockford. John Resig. Peter-Paul Koch. Nicolas C. Zakas. If you recognize these names, you probably know what they all have in common: they’re amazingly talented JavaScript Developers. Today, you’ll hear from all of them, in this roundup of JavaScript presentations. Be ready to stretch your brain!

7 Great Javascript CSS Menus

7-Great-Javascript-CSS-Menus

Each web designer tries to be creative in the development of navigation on the site. Now we present you 7  Great Javascript Menu CSS, which will be very useful and can be easily customized to suit your needs. Let’s look at recent examples of this

jQuery and General Javascript Tips to Improve Your Code

jQuery

I have published several articles describing the many benefits we can all get from using jquery. Having access to many good plugins, examples and tutorials is important to get great ideas turned into excellent solutions as fast and elegant as possible and that is what jquery is all about. If you use jquery regularly or plan to start using it as more and more web developers tend to do I believe a few fundamentals and best practice tips to improve your jquery code will be worth spending a few minutes on. Please don’t hesitate to post a comment with your own tips and suggestions.

10 JavaScript Quick Tips and Best Practices

js-best-practices

Recently, a few blogs and tutorial sites have posted some really good articles on JavaScript tips and best practices, and I thought that was a good topic that could easily be expanded upon. So I put together a list of 10 fairly simple JavaScript tips and best practices of my own.

I tried to include stuff that was not mentioned in those other posts, but I’m sure there is a little bit of overlap. Keep in mind that these are brief tips and recommendations, so I don’t go into great detail about the reasons and such, but I may go into some of them in depth in future articles and tutorials.

In the meantime, please enjoy this list of tips, recommendations, and best practices for JavaScript coding.

20 Excellent JavaScript Navigation Techniques and Examples

JavaScript Navigation

JavaScript allows you to add interactivity and feedback, making the user’s experience better and more intuitive.

Recently we showed you some exceptional CSS navigation techniques and we’d like to follow that up with an article about JavaScript-based navigation examples that you can use. Keep in mind that some of these techniques might not work if the client browser has JavaScript turned off (on average, 5% of users have JS disabled according to W3 web statistics).

Visit Source Article …

6 Advanced JavaScript Techniques You Should Know

There have been a number of articles published over the years that discuss best practices techniques for JavaScript. I thought I would go a little bit beyond the scope of those articles and outline a number of advanced techniques and practices that I have personally used or read about that could be invaluable in certain circumstances.

This article doesn’t necessarily cover every detail of the methods I’m describing, but provides an overview, along with code examples, of some practical JavaScript coding techniques.

Visit Source Article …

Add a Non-Javascript Based Google Translator

widgets

Many of our readers asked on how to add a non Javascript Google Translator just like we are using on our blog. This simple and easy to follow tutorial will teach you how to add a exact replica of what you see on our blog.

This tutorial assumes that you know the basic of WordPress and Blogger coding. Though feel free to ask anything related to this and we are here to help you.

Visit Source Article …

5 Lesser Known JavaScript Libraries that Make Web Design Easier

java tools

In this round-up we’ll be looking at 5 JavaScript libraries that can really ease the development of modern, attractive web sites. The libraries that we’ll be looking at aren’t libraries in the same sense as something like jQuery or the YUI; they’re much smaller and much more specialized. But they’re the best at what they do and provide unique functionality.

Visit Source Article …

51 Form Element Resources and Tutorials Using CSS And Javascript

title-creative-contact-forms

I featured many good looking contact forms some time ago – 91 Trendy Contact And Web Forms For Creative Inspiration, so you should know how looks good example. Now let’s take a look how to create outstanding and beautifully designed form elements from scratch ourselves. Things can get tricky even if you are experienced designer. It’s hard to attract visitors attention, but this article should help to stand out and create semantically correct, good looking and accessible web forms, checkboxes, radio buttons, buttons, fieldsets – everything you can think of when you are creating contact or login page!

Visit Source Article …