Why PHP 6 ? January 2, 2013 It’s natural that languages continue to develop, and PHP 6 has done just that—its changes represent the next step in the growth and development… Continue Reading
What Does PHP Do ? January 2, 2013 PHP does anything you want, except sit on its head and spin. Actually, with a little on-the-fly image manipulation and dynamic HTML, it could… Continue Reading
What is PHP ? January 1, 2013 Its Official name is Hypertext preprosessor, and it is server side scripting language. When your web browser access a url. It is making a… Continue Reading
How to use PHP ? January 1, 2013 Just download this software called XAMPP or WAMP Server. Install one of them software then copy & paste the PHP files in the C:xampphtdocs … Continue Reading
How To Install Turbo C++ On Windows 7 or 8 October 17, 2012 Download DOSBox and Turbo C Click Here. 1. Install the software DOSBox version 0.74 2. Create a folder “Turbo” in c drive (C:Turbo) 3…. Continue Reading
HTML5: Up & Running by Cloud Eco Technologies October 17, 2012 Dive Into HTML5 elaborates on a hand-picked selection of features from the HTML5 specification and other fine standards. We encourage you to buy the… Continue Reading
HTML 5 New Elements by Cloud Eco Technologies October 17, 2012 The internet has changed a lot since HTML 4.01 became a standard in 1999. Today, some elements in HTML 4.01 are obsolete, never used,… Continue Reading
HTML 5 Elements by Cloud Eco Technologies October 17, 2012 Ordered by Function New : New tags in HTML5. Tag Description Basic <!DOCTYPE> Defines the document type <html> Defines an HTML document <title> Defines a… Continue Reading
Gradient In CSS3: Circular And Elliptical October 14, 2012 Today we are going to continue our discussion on CSS3 Gradients. In the previous post we’ve showed you how to create Linear Gradients. This time we will… Continue Reading
Computer Graphics in C for CARROM Design October 13, 2012 //Developed by Ashish Prajapati #include<graphics.h> #include<stdlib.h> #include<stdio.h> #include<conio.h> int main(void) { /* request auto detection */ int gdriver = DETECT, gmode, errorcode; int i,midx,midy,left,… Continue Reading