Many people worry that freelance bloggers are poorly paid, churning out badly-written content for a pittance. Although there are some …
Trending Story
Common methods for indicating important comments
Some common methods for indicating important comments are TODO, BUG, KLUDGE and TRICKY. You can try this in any language, …
Gmail Drag and Drop attachments onto messages
Google Implemented the new drag and drop feature in Gmail. Click Here
Change the width and height of video dynamically in Action Script 3.0
In flash action script programming, we use the Video class to load the video files. Then you need to set …
Dynamic Image Loading and resizing with Action Script 3.0
Here is the Flash Action Script 3.0 code for the dynamic image loading and resizing function. There is no need …
Image Crushing With Smush.it™
We have found many good tools for reducing image size. Often times these tools are specific to particular image formats …
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 …
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 …
