Alex Tech Adventures The webs best tutorials!

(X) HTML / CSS / JavaScript

drag and drop upload with user data using HTML5 with FireFox

Drag and Drop event handling is one of the new toys in HTML5 available since FireFox 3.6. You can now let users drag files of just about any type directory onto web page without having to use <input type="file">, let them see the preview immediately without an intermediate upload and upload directly through a new binary XmlHttpRequest. Sending some other data, say a description of the image being uploaded, together with the binary file is a more complex story for which I did not see a solution yet and had to figure out for myself.

Last Updated ( Saturday, 15 May 2010 03:59 ) Read more...
 

PhpFreeChat theme

My client requested chat that looks a certain way and he would not accept anything else. Without an existing chat foundation on the site, I had to get one and customize it. I chose phpfreechat and as it looks nothing like required I had to dig deep into CSS and fully reconstruct it. Unfortunately some of the customizations required were not as simple as editing the template file. After 3 days of struggle and finally a desperate call for help on twitter I finally was able to do the job.

Last Updated ( Wednesday, 20 January 2010 00:14 ) Read more...
 

Creating Menus with CSS & JavaScript

Hello, on this tutorial I will show you how we can create menus with CSS and some JavaScript.
Last Updated ( Wednesday, 26 August 2009 12:03 ) Read more...
 

HTML div as reusable block

In the previous entry I showed how to use <div> as a reusable block to make an unobtrusive popup wizard.  Problem with that entry is that it has too much concepts and one may miss out the advantage of this one particular technique so i am dedicating an entry just for it.

Read more...
 

HTML div as a reusable block with unobtrusive popup wizard

The other day a good friend of mine asked me to create a simple three step wizard in AJAX so that it does not reload the page and the whole process feels seamless and smooth. At first i thought, yeah thats easy enough; just change innerHTML property of a div as the user clicks nextwhere the content can be taken from a backend PHP page that keeps track of and records the process. But then he said he wants it in a popup and an unobtrusive one at that. What this means, is that the popup wizard should not be in a separate new window. So in essence its notactually a popup but instead an illusionary effect where the page goes dark while some section is being highlighted making the user thinks that something just popuped up in front of him. Again, easy enough to do withjQuery and there is a wonderfull tutorial on how to do just that.

Last Updated ( Friday, 21 August 2009 22:15 ) Read more...
 
You are here: Home Development (X) HTML / CSS / JavaScript

Statistics

Members : 1388
Content : 42
Web Links : 1
Content View Hits : 190516

Poll

Interested in TinyBrowser and TinyMce plugin for ZF?
 

Who's Online

We have 43 guests online