Friday, September 30, 2011

// // Leave a Comment

dbORM - Generate classes to access MySQL tables as objects

Name: dbORM Base name: dborm Description: Generate classes to access MySQL tables as objects Version: - Required PHP version: 5 License: GNU General Public License (GPL) Download The File From Here: http://down-w3tools.elementfx.com/dborm(w3tools.info).z...
Read More

Thursday, September 29, 2011

// // Leave a Comment

SCache simple data caching class

Name: SCache simple data caching class Base name: scache Description: Cache content data strings in files Version: 1.2 Required PHP version: 5.0 License: GNU General Public License (GPL)...
Read More

Wednesday, September 28, 2011

// // Leave a Comment

W3c Validator

Name: my_validator Base name: my_validator Description Validate HTML pages with the W3C service Version: - Required PHP version: 5.0 License: Proprietary License with Source ...
Read More
// // Leave a Comment

PHP Handyman

Name: PHP Handyman Base name: php-handyman Description: Dynamically add functions to an object Version: 0.3 Required PHP version: 5.0 License: GNU General Public License (GPL) Download Here...
Read More

Tuesday, September 27, 2011

// // Leave a Comment

How To Enable Facebook Timeline Feature Easily

Hi Guys . As you all know that facebook has launched its new feature FACEBOOK TIME LINE which has been discussed in previous post.. so here i will tell all of you that how can u enable that feature easily on facebook step by step During the f8 conference 2 days before, Mark Zuckerberg and his team announced a new feature called the Timeline - which is a visual representation of your life and the events surrounding it. The...
Read More
// // Leave a Comment

Facebook Changes Again: Everything You Need To Know

As we predicted, Mark Zuckerberg’s keynote at the f8 conference in San Francisco Thursday introduced some of the most profound changes seen on Facebook since its inception. So many changes, in fact, that it can be hard to keep track. So here’s a handy-dandy guide. 1. You’re going to get a Timeline — a scrapbook of your life. In a complete overhaul of its ever-evolving profile page, Facebook is introducing Timeline. This is a stream of information about you — the photos you’ve posted, all your...
Read More

Sunday, September 25, 2011

// // Leave a Comment

Facebook's New Timeline is A New Gift For Hackers

Hi Guys Here I am With a blasting news of facebook. According to Facebook CEO Mark Zuckerberg, Timeline is “the story of your life,” But According To me Facebook’s New Timeline Is A New Gift For Hackers Facebook’s new Timeline will make it even easier for criminals and others to mine the social network for personal information they can use to launch malicious attacks and steal passwords, a researcher said today. Timeline,...
Read More
// // Leave a Comment

Database Connection With PHP

This tutorial will help you make connection to your database with PHP. It’s very simple process but I know how difficult can be for someone who is only starting to learn PHP. To test this example you should download and install Apache server, MySQL database server and PHP. You can find detailed guide and all mentioned components here. Creating config.php If you want to use a database in your application, you have to make config.php file which will contain basic database data. Here we will declare database path, username,...
Read More