Currently Browsing: Programming
Online C Compiler
Online C Compiler
This service is being provided as a convenience to users who need to be able to produce a small DOS program and do not have access to a DOS machine with a compiler on it. There is no guarantee that this service will be available in the future, and DJ Delorie reserve the right to disable it when he...
wp-config.php error in wordpress µ installation
wp-config.php error in wordpress µ installation
Recently I had a wordpress µ installation on my college server and I ended up in a typical error which left no clue to know whats actually  happening,the problem  layed out as the following.After unpacking wordpress µ, and pointing a browser to that location, a page comes up saying simply this: It...
Interactive DHTML
Interactive DHTML
JUST DRAG AND PLAY Your browser does not support iframes.   <html> <head> <style type="text/css"> body {cursor:crosshair;margin:0; padding:0; position:absolute; overflow:hidden; background:#000; left:0; top:0; width:100%; height:100%;} .worm {position:absolute;z-index:2000;cursor:pointer;} </style>   <script...
What is RSS ?
What is RSS ?
  What is RSS?   RSS (Rich Site Summary) is a format for delivering regularly changing web content. Many news-related sites, weblogs and other online publishers syndicate their content as an RSS Feed to whoever wants it.   Why RSS? Benefits and Reasons for using RSS   RSS solves a problem for...
Interactive DHTML
Interactive DHTML
2854424604_9bf823ab8c Interactive DHTML I will be writing more about the subject Interactive DHTML in my future posting. Your browser does not support iframes.
What is 45K ?
What is 45K ?
Interactive DHTML Your browser does not support iframes.
Create your own Operating System.
Create your own Operating System.
  I wrote this program during my high school classes where I used to experiment with c++,experimenting with computer languages is a lot fun.I haven't edited much, the source code remains the same when it was created.I named the Operating system "Microhard" Software Details ==================== Developed...
Dynamic Signature
Dynamic Signature
I am here to introduce the working of a dynamic signature,have you ever wondered how the popular website www.danasoft.com make those signature,its quite wacky because they create an image online depicting your IP address, operating system (Windows, Mac), web browser type, along with your customized message...
IP Tracker
IP Tracker
This is a php code for tracking the IP address of visitors in your website, the IP's tracked are saved in a log file named "track.txt" in the server.   <?php   $ipaddress = $_SERVER['REMOTE_ADDR']; $date = date ("M dS H:i:s");   $message = "$page _...