Paragrapher Free Article

— %100 Original Causerie —

PHP MySQL Database Scripts – Generate Online

PHP (it originally was abbreviation of  for Personal Home Page) was first written by Rasmus Lerdorf . These were Perl scripts to track users of his Web pages. On communication and suggestions from other people he rewrote it as a scripting language and added support for forms. As its popularity grew, a core group of developers created an API for it and turned it into PHP3. Presently we have version 5. (PHP5) and its growth is likely to continue.

Plus Points of PHP.
PHP will run on all platform, including most UNIXs, Windows(95/98/NT/2000) and Macs. As this uses the same code base, all scripts will run identically on all the platforms.
PHP is similar to C. So anyone who has experience with a C-style language will easily learnd PHP. In C-style languages we can also include Javascript and Java. In fact, much of PHP’s functionality is provided by wrappers around the underlying system calls (such as fread() and strlen()) so C programmers will immediately feel at home.
PHP is extendible. This allows programmers two ways of extending PHP to do some special processing, either by writing an extension module and compiling it into the executable, or by creating an executable that can be loaded using PHP’s dynamic loading mechanism.
PHP currently will load into Apache, IIS, AOLServer, Roxen and THTTPD. Alternatively, it can be run as a CGI module.
Lots of database interfaces. PHP currently will work with MySQL, MS SQL, Oracle, Informix, PostgreSQL and many others. These are binary level interfaces, and ODBC is also provided for those situations where the database is not supported.
If a PHP user wants to interface to particular library, then it is easy to write an interface for it, and many have done so, and contributed to the main PHP source repository. So you can find modules for graphics routines, PDF files, Flash movies, Cybercash, calendars, XML, IMAP, POP and a host of others. If the library you need is not supported, you can either write one yourself, or employ your favourite programmer to do it.
PEAR. The PHP Extension and Add-on Repository. Similar to the CPAN network for Perl, although still in its infancy, the idea of PEAR is to provide a set of PHP scripts that would be installed by default with the PHP installation
Fast. PHP is normally used an Apache module and this makes it very fast. It is entirely written in C and is quite small, so loads and executes quickly with small memory footprint.
PHP is Open Source. Therefore programmers are not dependent on a particular manufacturer to fix things that don’t work.

What are the main disadvantages of PHP?
A scripting language has advantages and disadvantages. PHP also has some disadvantages. Some are direct disadvantages and some are indirect regarding functionality. PHP’s main drawback is Error Handling. PHP has a very poor ability in this regard, but even this disadvantage can be over come using a feasible advantage solution.

August 4, 2010 Posted by | Computers & Technology, Programming | , , , , , , | Leave a comment

Useful Social Networking Site Development

Social networking sites provide a stage to meet people to other people of the same interests or needs. On social network sites you can get friendship, community, sense of belonging; help with a problem or information you want; meet the people who like the same thing you like, listen same music you listen to, have same needs you have. It is a place you can share your photos, videos, audios, etc.

Types of  Social Networking Sites
We can break down online communities in many categories like:

Informational
This kind of community consists of people who seek answers of their day to day problems. Informational community sites usually contains a lot of ‘how to’ style information and advices, guides, etc written by members as well as professionals; For instance EHow, Do-It-Yourself, etc.

Professional
This kind of social network helps you to uplift in your career or create a space in your industry. You can put your personal or business profile and let other to see and contact you; For instance linked In, Canon Professional Photographer Community, etc.

Educational
This is very popular and highly useful network. Students of schools or colleges form it where they collaborate with each other on many topics such as for academic projects, to conduct research, etc. They participate in class room forums and interact with teachers or professors via blogs and forums. The most popular sites are:
• The Student Room – A UK-based student community
• The Math Forum – A large educational network for math students
• ePALS School Blog – Connects school students from around the world to promote world peace
• eLearners – A community for online degree students

Hobbies
This is the most popular social network type. People like to share their hobbies with others who have same hobbies. They like to share their information regarding to their hobbies, their inventions, their collections, etc. The example sites are GardenWeb, Sports Pundit, Automotive Forums, etc.

Academic
Mostly academic researchers form this kind of networks to share their research with other researchers. ARPANET is one of the examples of such collaborative scientific communities. Another example is Thomson Reuters Scientific Research and OVID Health Research.

News
These are large content websites whose members are allowed to publish recent news, stories, commentary, etc. When these types of sites are well monitored they proved the excellent collection of good content otherwise they become the storage of promotional materials only. Their examples are Associated Content, Helium and Suite 101.

Benefits of Social Networking Sites
Social media and networking sites give some obvious benefits to the small and medium business like:

Branding
Most of the social networking sites offer creation of profile page which has unique URL. If you carefully insert your brand name in the URL of that profile you will be able to propagate your brand and rank ahead in the pages of search results.

Link Building
Majority of social networking sites are allow linking your site pages thus, they offer back linking free. You can include specific anchor text related phrases and point them to your site pages.

Traffic
Audience at social networking sites are trust you well and can consume your promotional content therefore, they become quality traffic for you. Many social sites have capacity to divert traffic at your site and it is depend on your niche and your choice of the site but one thing is sure that you should have creative juice to flow there.

Live Interaction
On social sites you are not just talking but you interact with the real people. You will receive their feedbacks, their point of view and give them your views, if necessary you will correct them, you can guide them, inform them so they will know you personally and trust you more even will feel comfortable doing business with you.

Networking
Many social sites offer creation of groups so you can join the group of like minded people and spread your network that helps you to involve large numbers of people in your business.

ASPDOTNET for Social Networking Sites

ASPDOTNET 2.0 offers features that every ASPDOTNET developer will find useful in creation of social network sites, including:
• Multiple project types
• A wide variety of web controls
• Enhanced code-behind model
• Project folders to help organize files
• Master pages and themes
• Site administration tools
• Site navigation features
• Enhanced data access features
• Membership and personalization
• Portal architecture including web parts
The advent of social networking sites like MySpace, which is written in ASPDOTNET 2.0.

May 16, 2010 Posted by | Computers & Technology, Programming | , , , , , , , , , | Leave a comment