Orkut Style Profile Picture Upload Using jQuery and Ajaxupload

We can’t apply any style over the html file element. But with the help of jQuery and Ajaxupload plugins we can style the file element.  And another alternative solution is to create a file button in Flash. I prefer JavaScript … Continue reading

Posted in Javascript | Tagged , , , , , | 3 Comments

Flash AS3 Simple Button With Dynamic TextField

Simple button with mouse over effect, hit, down effect with AS3 code.I’m using SimpleButton() class for the GUI development. You can customize these class as your own. Sample Code AS3.0 import com.Gui; var myGui:Gui = new Gui(); myGui.rad = 20; … Continue reading

Posted in Flash | Tagged , , | 1 Comment

Flash Text encoding issue with external file

In Flash the TEXT that you include or load as an external file using the #include command, the  loadVariables or getURL actions, or the  LoadVars or  XML objects encoding is Unicode, so we don’t get the correct encoding for the … Continue reading

Posted in Flash | Tagged , , | Leave a comment

Creating a simple fade over effect – JQuery

Here , i will tell you how to add a fade over /fade in effect to image button in jquery. its very simple…………………………… 1. Import jquery <script type=’text/javascript’ src=’http://yoursite.com/jquery.js’></script> 2. Add a div tag with image in it <div class=”fadeDiv”> … Continue reading

Posted in Javascript | Tagged , , , , , | Leave a comment

document.all vs document.getElementById

document.all() -  is a non-standard way of accessing DOM elements. It was introduced in Internet Explorer 4, because the W3C DOM hadn’t yet standardised a way of grabbing references to elements using their ID. By the time IE 5 came out, … Continue reading

Posted in Javascript | Tagged , , | 2 Comments
Page 1 of 3123