MySQL Database Backups on Site!!! -> Php

Here’s an attachment script that is supposed to do that (not tested by DeleDuro!!!).

or you can try an open source backup software like Zmanda:

Visit Zmanda Website

7 habits of highly effective freelance programmers

I have developed these based on my freelancing experience. Though I have discontinued freelancing, but would like to share my practices with you. These are basic practices and have been developed over time with experience (good and bad). Please feel free to leave your experiences and comment on this article.

Read the rest of this entry »

Data Communication between JavaScript and Adobe Flash Movie

Posted by Hitesh Agrawal

Passing data to Adobe Flash Movie using JavaScript
In Web2.0 arena we frequently use Adobe Flash Movie and JavaScript in our web page. We often has the requirement to pass data to the Adobe Flash movie at runtime.

Read the rest of this entry »

TypeTester

Nice Website that lets you visualize differents font types

Visit Website

CSS Reset

Published by Dave
 

There’s plenty of different reset methods already available and I’ve been using Eric Meyer’s method for some time now but have started to realize that in most projects, I only use a fraction of the styles specified and much more often find myself rewriting a whole different set of styles that I use in all my projects.

Therefore, I’ve decided that it’s going to be more worthwhile using Meyer’s CSS as a starting point but putting together my own starter template which I can use for all my projects which I’d like to give you an insight into.

Visit Website…