Advertisement

Articles: September Archive

PHP5 OOP

PHP 5 makes some significant improvements on the Object Orientated programming model of PHP 4, bringing it more in line with languages such as VB.NET and Java.

Posted on September 30, 2007 0 Comments

Improved Data Caching in ASP.NET 2.0

To build fast and efficient data driven web pages role of caching is important. In this article I am not going to discuss caching in earlier versions of ASP.NET (i.e. ASP.NET 1.x).

Posted on September 29, 2007 0 Comments

Printable Document Generation with PHP

This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh.

Posted on September 28, 2007 0 Comments

Seven Trends that influences Search Technologies

The Semantic Web is a project that intends to create a universal medium for information exchange by giving meaning (semantics), in a manner understandable by machines, to the content of documents on the Web.

Posted on September 27, 2007 0 Comments

Building as Address Book using ASP.NET - II

In this article we will add we will add three links. That is for adding a new record, Deleting a record and modifying an existing record from the address book table.

Posted on September 26, 2007 0 Comments

Building as Address Book using ASP.NET - I

Remember the little scrapbook you used to carry, where you stored addresses and telephone numbers. It was quite handy during the good old days. Then came the computer and digital diary.

Posted on September 25, 2007 0 Comments

Open Source ERP - A Case Study

ERP implementation has many hidden costs. A Bangalore based company against many odds go Open Source to save money. What are the lessons they learn?

Posted on September 24, 2007 0 Comments

Open Source Business Apps- Making Money Sense

This article provides some real world examples of how entrepreneurs have been able to make money off Open Source applications

Posted on September 23, 2007 0 Comments

Manipulating Files in C#

Microsoft has provided very intuitive object models for file manipulation tasks. For file system operations we will be using System. IO namespace.

Posted on September 22, 2007 0 Comments

Writing secure web application

eb application attacks are increasing day by day. It’s easy and does not require much knowledge about OS internals or assembly or any such stuff. So you can see many vulnerabilities coming out daily like sql injection, XSS etc etc.

Posted on September 21, 2007 0 Comments

MySQL Text Searching with PHP

When we start design a website with PHP and MySQL database and we really desire to have search functionality. To create -text search with PHP you need PHP, MySQL and a Web Server capable of parsing PHP pages, like Apache.

Posted on September 20, 2007 0 Comments

C# Tips part-III

When you change a field to a property you need to re-build all code that used that field.

Posted on September 19, 2007 0 Comments

Web Frameworks that make money sense

Ramdas S in a two part series takes a look at a host of new web frameworks that makes development faster, smoother and easier.

Posted on September 18, 2007 0 Comments

Open Source Business Apps: Making Money Sense

This article provides some real world examples of how entrepreneurs have been able to make money off Open Source applications

Posted on September 18, 2007 0 Comments

A common case of startx/xinit failure

Many of us gnu/linux users have had such a terrible experience. When you login and type the sweet startx as usual, you only receive scrolling lines of error messages.

Posted on September 17, 2007 0 Comments

C# Tips part-II

Command line interface (CUI) designs for many of the tools found with VS or in Windows were to include a bunch of individual commands or exe with options or flags.

Posted on September 14, 2007 0 Comments

C# Tips part-I

C# generics syntax is much better than the nearest contender C++. Consider the following generic declaration in C++

Posted on September 13, 2007 0 Comments

Getting a feel of Rails and TG

In the last article we peeped into the new world of web application frameworks. In this article we take a close look at two of them RubyonRails and Pythonic framework Turbogears.

Posted on September 12, 2007 0 Comments

Bean Introspection

There are times when Application program files given by vendor are just java class files and you want in-house enhancement of your application, In such cases you can use Java Bean API for introspection.

Posted on September 11, 2007 0 Comments

GUI Guidelines for Microsoft platform

Graphical User Interfaces have become the most preferred user interfaces among the computer users. GUIs have made the work with computers much easier without any need to type all the commands on keyboard as in text-based user interface.

Posted on September 10, 2007 0 Comments

Patient Information System

We have developed a comprehensive but economical system for hospital management. The system acts as a handy tool for doctors and also has ERP capabilities to manage various allied services, like finance, insurance, and pharmacy, associated with a hospital.

Posted on September 7, 2007 1 Comment

Search Engine Optimization Beginning Part -II

If you done correctly your entire primary steps for SEO with meaningful title, meta etc then you can proceed for the next step to being submit to search engines. There are various search engines with different kind of spider, crawler made up with strong algorithms, for that its not recommended to cheat them.

Posted on September 5, 2007 0 Comments

Search Engine Optimization Beginning Part -I

No matter you developed a good website with good stuff and tons of features but you are not getting hits from your site and you taught that my every effort is worth less.

Posted on September 4, 2007 0 Comments

Search Engine Spaming and its control

In this competition world of Search Engine Ranking is extremely under pressure for the web master to do all they can, to gain visibility in search Result.

Posted on September 3, 2007 0 Comments