Web 2.0 Training
 

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 […]

Build your PDF and Excel reports with PHP

The Portable Document Format (PDF) and Microsoft’s Excel spreadsheet are commonly used for presentation of reports and data.
PHP, meanwhile, has become one of the most commonly used scripting languages on the web today, with 35 per cent of web sites running PHP. The TIOBE index of programming languages also indicates an increase in the usage […]

Sneak Peek at PHP 6

Taking a look at PHP 6
 
While most web hosts are still in the PHP 4 era, the PHP developers are already planning and working on PHP 6. Lets have a look at whats been keeping them busy.
Unicode support
When youre creating a website, you hardly have to think about the character encoding. You only […]

CE Info launches car GPS device in India

ce-info-launches-car-gps-device-in-india

In-car GPS-based navigation devices company CE Info Systems, Delhi, has added Bangalore to its footprint with the launch of its location finding device, MapmyIndia.
The portable interactive device - with pre-loaded digitised Survey of India maps and real-time voice guidance - enables seamless travel throughout India, within or between cities and villages, according to Rahul Verma […]

PHP developers get Eclipse boost

Eclipse PHP Development Tools 1.0 provides editing and debugging tools and can also work with a variety of plug-ins

Zend predicts Java and PHP oneness

zend-predicts-java-and-php-oneness

Lately, Zend Technologies has worked to put PHP in the enterprise by optimizing its tools for Oracle and IBM databases and middleware.
Today, Zend makes its latest move on the enterprise, by throwing open early code for an up-coming PHP suite based on Eclipse. Zend thinks this will let it integrate with other Eclipse-based Java tools […]