Buy me a Coffee
Web 2.0 Training
 
headermask image

Random Header :: Unpredictably Exciting

Monthly Archives: December 2007

Real name of few Celebrities

A
Alan Alda = Alphonso D’Abruzzo
Woody Allen = Allen Konigsberg
Muhammad Ali = Cassius Marcellus Clay, Jr.
Julie Andrews = Julia Elizabeth Wells
Fred Astaire = Frederick Austerlitz
Chet Atkins = Chester B. Atkins
Frankie Avalon = Francis Thomas Avalonne
B
Lauren Bacall = Betty Joan Perske
Anne Bancroft = Anna Maria Italiano
Brigitte Bardot = Camille Javal
Pat Benatar = Patricia Andrejewski
Tony Bennett = Anthony [...]

Top 25 Web 2.0 start ups from UK

1. Garlik (http://www.garlik.com)
Set up by some ex-Egg executives, Garlik is an online privacy firm that monitors your personal information online, and lets you know if there’s any problems (e.g. Russian gangsters publishing your credit card details). I’m on the beta, and right now it basically tells me my credit record and a list of known [...]

Top 10 mistakes and solutions of a PHP Developer

1. Not escaping entities
It’s basic knowledge; ALL untrusted input (especially user input from forms) has to be sanitized before it is being output.
echo $_GET['username'];
Can for instance output:
<script>/*snooping cookie or changing admin password script*/</script>
It is an apparent security risk not to sanitize untrusted data before output. Besides you might end up with pages looking very messy [...]

Why I Never Visit Rich People…

Question: What would you like to have? Fruit juice, Soda, Tea, Chocolate, Milo or Coffee?
Answer: Tea please.
Question: Ceylon tea, herbal tea, bush tea, honey bush tea, ice-tea or green tea?
Answer: Ceylon tea.
Question: How would u like it? Black or white?
Answer: White.
Question: Milk, whitener, or condensed milk?
Answer: With milk
Question: Goat milk, camel milk, or cow milk?
Answer: [...]

Deploying PHP From Cool Stack in Sun Java System Web Server

Cool Stack is, as defined on its site, “a collection of some of the most commonly used open-source applications optimized for the Solaris Operating System.” If you have not deployed Web applications with Cool Stack before, be assured that it highly optimizes numerous open-source components such as Apache 2, PHP 5, Ruby, and Light HTTPD [...]