Browse: Home / javascript
By przemek on September 1, 2010
Javascript is now extremely important. Some sites use javascript for a tiny enchantments, many of today’s webapps are depending on it, some of them are even totally written in js. In this article I’ll point out some important rules, how to use your javascript, which tools to use and what benefits you’ll gain from it.
Posted in Development | Tagged cdn, javascript, jquery, labjs, optimization, packing, performance
By Peter Burgin on August 16, 2010
Coding is a logical process. You want the site or program to do a particular thing. You enter in the commands needed to achieve that end.
Learning to develop websites could be approached just as logically. Languages for the computer could be compared to math classes. You need to learn simple addition before you can even [...]
Posted in Development | Tagged coding, CSS, Development, html, javascript, jquery, php, tips
By Daniels Mekšs on July 11, 2010
jQuery is the most popular JavaScript library that highlights the interaction between JavaScript and HTML. With jQuery you can write less and do more. jQuery has become an active trend and it’s features are growing rapidly.
I have assembled 25 beginner level tutorials for you to start knowing and exploiting jQuery and it’s powerful tools. After reading [...]
Posted in Tutorials | Tagged beginner, javascript, jquery, programming, Tutorials, webdesign
By Irina Borozan on July 2, 2010
In the first part of this tutorial we’ve built a distance finder using google maps. To build our app we’ve used the newest google maps api version, v3. Our distance finder lets the user write two addresses, shows them on a map, shows the route between them and computes the route’s length. Today, we will [...]
Posted in Tutorials | Tagged api, geocoding, google maps, javascript, php
By Irina Borozan on June 29, 2010
Google maps is a free web mapping service application provided by Google. It offers lots of cool features (showing various map types, plotting points, showing routes, geocoding addresses). You can also add all these features to your website using the Google Maps APIs provided by Google. In this tutorial I will show you how to [...]
Posted in Tutorials | Tagged geocoding, google maps, javascript, php, tutorial
By Michal Kozak on May 3, 2010
Client-side validation is something every web form should have, no doubts about that. While server-side validation does its job, it certainly lacks good user experience. What is so great about client-side validation then?
Not only is it useful to the user because it makes the process of filling out the form a lot quicker and [...]
Posted in Tutorials | Tagged coding, Development, javascript, jquery, tutorial, webdev
By Daniel Kurdoghlian on March 25, 2010
The final version of jQuery UI 1.8 just got released a few days ago. I will go through all new features and also show you some examples with the new widgets.
Along with the hundreds of bug fixes and improvements, 5 new plugins and 1 new effect found the way into the bundle.
Posted in Development | Tagged Development, javascript, jquery ui, webdev
By Daniel Kurdoghlian on March 23, 2010
Today you will learn, how you can create a Flash-like effect with only using a few lines of jQuery and a transparent PNG as mask.
Not only will you be able to dynamically change the color of the logo, but also add patterns as you wish and even animate them later with a few lines of [...]
Posted in Tutorials | Tagged Development, howto, javascript, jquery, tutorial, Tutorials, webdev
By Daniel Kurdoghlian on March 8, 2010
First I want to welcome you to my very first article for 1stwebdesigner. Today I’ll show you how to create a very nifty looking dynamic shadow with a few teaspoons of jQuery, a pinch of CSS and some transparent PNG’s as Base. I’ll explain every line of used code, so you can easily follow along [...]
Posted in Tutorials | Tagged 3D, css3, Development, freebie, howto, Inspiration, javascript, jqu, jquery, tutorial, webdev