Recent Activites
Blog Advertising - Get Paid to Blog
Archive from Programming category

Installing Apache, PHP, MySQL and Wordpress on Windows Platform - Part 2

Posted by Daniel - 3,985 Views

Install PHP, install Apache, install mySQL, install wordpressThis is the second part continued from the first article posted before. If on the first I had described how to install Apache, PHP and MySQL, in this second part I will cover how to install the most popular blogging platform - Wordpress - Basically its a web application built with PHP but the plug-n-play feature (if I am allowed to say that way) makes it easy to use, user friendly, fast in the term of deploying functionalities, plenty of supports - its scattered all over the net and open source of course.

read more..

Posted in: Programming - Comments(2) January 2008 | raw

Installing Apache, PHP, MySQL and Wordpress on Windows Platform - Part 1

Posted by Daniel - 2,342 Views

Install PHP, install Apache, install mySQL, install wordpressHi, this is the list of steps I have been using to install Apache, PHP, MySQL and Wordpress on Windows platform as development purposes, so this might not be the perfect setting for production server, but it works well for my development workstation in order to test and debug. I had wrote it with the most practical way hoping that these steps can be easily adapted by the first time user of Apache, PHP, mySQL and Wordpress if they want to taste this powerful combination of open source products. OK, lets get started shall we…

read more..

Posted in: Programming - Comments(0) January 2008 | raw

Visual Basic.NET, an example of using HTTPWebRequest object

Posted by Daniel - 3,460 Views

vbnet, httpwebrequest, httpwebrequest object, httpwebrequest example, webclient, webclient objectOn the other article which you can view it here, I had described how to use the WebClient object to download resources from the internet. But you do not have enough control with the WebClient if you need to do something more. This time we’re going explore the other more flexible object related to the internet download process.

This object called HttpWebRequest. It’s located under the System.Net namespace. With this object you will have more control over the process, such as the HTTPVersion and the KeepAlive property.

read more..

Posted in: Programming - Comments(0) January 2008 | raw

Downloading file and extracting ZIP compressed file with Visual Basic.NET

Posted by Daniel - 3,567 Views

vbnet,vbnet zip library,download file with vb.net,extracting zip file with vbnetThese are a couple examples of many simplified processes provided by the VB.NET. You can’t find these simplicity in its predecessor, the Traditional VB6.

Downloading a file - Believe it or not you only need less than 3 lines to download a file somewhere from the internet to you local drive. This sub procedure below can do that for you, without a reference to any library - it’s a built-in feature:

read more..

Posted in: Programming - Comments(0) January 2008 | raw

Runtime-Form-Creation. Automatically creating child forms in a Delphi MDI application with a component array

Posted by Daniel - 21,308 Views

delphi tips,runtime form creation, mdi applicationThis article will give you an example of runtime-form-creation, or how to create child forms in a Delphi MDI application using the component array. It means that the forms will be created on runtime. You can create and remove forms not in the design mode but when the program is running.

The program consists of an MDIForm, there is a Main Menu on the form and the screenshot is below:

read more..

Posted in: Programming - Comments(0) January 2008 | raw

P 4 OF 5«12345»