Browsing All Posts filed under »Technologies«

Impressive web forms. From coding to validation!

March 30, 2010

0

Quite some time ago I have published the first part of this series. Today I’ll tackle coding a good webform, styling it, client-side and server-side validating. The first part of the tutorial was extremely popular, and that’s why I chose to merge parts two and three, which anyway are closely related.PS: You’ll need some patience [...]

Building a To-do List with Local Storage | TutToaster

March 29, 2010

0

While I keep on trying to push web developers to start experimenting and exploring HTML 5 and CSS3 technologies, I will keep introducing you to them. Today we will experiment with HTML5 local JavaScript databases, a new feature lots of web developers are excited to start using. You will be walked through on how to [...]

Purely CSS – Faking Different Color Columns | Build Internet!

March 25, 2010

0

We want to create a layout with two columns, each a different color, yet have both colors extend the the edge of the browser. If you would like to see an example of this, check out One Mighty Roar – try resizing your browser and notice that neither color stops short of the window edge. via Purely [...]

How to optimize Adsense loading to make your blog faster

March 23, 2010

0

Have you noticied how many times you have to wait for ads loading before being finally able to read the content of a website? In fact, ads such as Adsense are very slow to load, which is definitely not good for websites owners because it can result in user boredom or even worst, the use [...]

A New jQuery Image Slider with 9 Transition Effects | Web Resources | WebAppers

March 23, 2010

0

Nivo Slider is a new jQuery image slider with 9 unique transition effects. It is simple and lightweight. Nivo Slider is built with directional and control navigation. It has been tested on Internet Explorer v7+, Firefox v3+, Google Chrome v4 and Safari v4. You are free to use it under the GPL license. via A New [...]

Interactive Image Vamp up with jQuery, CSS3 and PHP | Codrops

March 22, 2010

0

Today we will show you how to create an online application for giving some funny touches to an image. We will be using jQuery and jQuery UI for dragging and resizing little bling elements like mustaches and glasses. With PHP the image and the bling elements will get merged and the end result can be [...]

Visually Connect HTML Elements: jsPlumb

March 22, 2010

0

jsPlumb is a jQuery plugin for visually connecting HTML elements on a web page.It uses a HTML5 canvas element when supported and Google’s ExplorerCanvas script to support older browsers.The styles, shapes of the wires and “the position of the connection” can be customized easily. via Visually Connect HTML Elements: jsPlumb.

Create a Colourful Web Button with CSS :: Echo Enduring Blog

March 18, 2010

0

Sometimes, I think that there are not nearly enough tutorials here on the Echo Enduring Blog. There are articles and freebies, but not many technical expositions (and the like). I suppose that part of the reason is that I have a tendency to write these crazy long tutorials, which take an equally crazy amount of [...]

Colorful Sliders With jQuery & CSS3 – Tutorialzine

March 17, 2010

0

In this tutorial we are using jQuery and the new transformation features brought by CSS3 to create a three dimensional dynamic slider effect. The techniques presented here – for creating sliders, and CSS dynamic resizable bars, can be used together or in part for powering all sorts of jQuery goodness.Also, be sure to go ahead [...]

Create A Floating Navigation Using HTML, CSS and jQuery | Creative Urbia

March 16, 2010

0

As we were saying, jQuery is a powerful tool to use if you want to create a website. So I made this tutorial in which I will show you how to create a minimalist floating navigation using jQuery HTML and CSS of course. Here are some files you will need: 1: Because we will use Cufon [...]