We can’t apply any style over the html file element. But with the help of jQuery and Ajaxupload plugins we …
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 …
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 …
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. …
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 …
Trac & SVN Part 2 – How to Install SVN Trac on Ubuntu.
For the system we need to install three main applications on Ubuntu. And for the configuration you need to install …
Trac & SVN Part 3 – How to Configure SVN Trac on Ubuntu.
Configuration
1. Create Server Folder(s)
sudo mkdir /server
sudo mkdir /server/svn
sudo mkdir /server/trac
Trac & SVN Part 1 – SVN and Trac configuration for manage multiple projects
I think you are already well aware of the SVN and Trac System. If no, don’t worry about the that …
Syntax highlighting of a file using php highlight_file function
Prints out or returns a syntax highlighted version of the code contained in filename using the colors …
Enable Root login in Ubuntu
By default there is no permission to login as ROOT in Ubuntu, because of the security reasons. But you can be able …
Type Casting in Java
In any Object oriented programming language , one object reference can be type cast into another object reference.
There are compile-time …
The Core of PHP
Recently I had some study about the PHP. It is my favorite language from C. I really want to …
Creating a simple popup
This tutorial will guide you create a simple popup based on CSS and Javascript
1. Create a simple div
HTML
<div id=”overlayContent” style=”display:none;z-index:110;width:100%;position:absolute;left:0;top:25;height:200px;”> …
