Buy Space to Place Ad / Links
Subscribe

Subscribe Now

Some glims about sending email using perl

Posted under Programming Languages, Web Development on Monday, 14 March, 2011 by avani

A very common task for a cgi script is to be able to inform a set of users with data generated by itself or other programs, cgi’s or not. For example, you might be one of the web designers who have joined one of the myriad of free counter programs on the internet that email you with nice statistics and reports about your web pages’... Read More

Programming languages advantages

Posted under Programming Languages on Friday, 25 June, 2010 by hitesh

Java - Works best as a high level Enterprise Web applications. Advantages: Huge, Robust, Infinitely scalable for web applications, high level, marketable skill, mixes with xml like peanut butter and jelly, platform independent, will handle all the hardware you can throw at it, A lot of code that you need is usually already published and free on... Read More

Programming Language, Best Language

Posted under Programming Languages on Monday, 17 May, 2010 by payal

A “programming language” is a language designed to describe a set of consecutive actions to be executed by a computer. A programming language is therefore a practical way for us (humans) to give instructions to a computer. On the other hand, the term “natural language” defines a means of communication shared by a group... Read More

Create Plugin-Based Applications in .NET

Posted under Programming Languages, Uncategorized on Monday, 10 May, 2010 by avani

Introduction Making your application plugin-aware is an excellent way of ensuring easy upgradability should you want to change part, but not all of it. Plugin Architecture The best way to implement plugins in your application is with Interfaces. Any class implementing an interface must implement every member on the interface, so any application that... Read More

Comparative Study of C# and Java

Posted under Programming Languages, Uncategorized, Web Design on Monday, 10 May, 2010 by avani

Brief Intro. C# and Java is a “simple, object oriented, distributed, interpreted, robust, secure, high performance, multi threaded and dynamic language”. C# also implements features like “cross-language interoperability” and ” multi language support”. It supports component-based programming and is well suited... Read More