16
Dec

Basic Hello World in PHP

   Posted by: admin   in Programming

This is a guide on Basic Hello World in PHP.

A PHP page always starts with <?php and ends with ?>.

<?php
CODE GOES HERE
?>

To write text we need to use the echo function. With all functions they must end with a semi-colon.

Ex:

<?php
echo (’Hello World!!’);
?>

Thats it!

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: ,

10
Dec

Microsoft launches open source blogging platform

   Posted by: admin   in News

On Monday, Microsoft launched Oxite, an open-source blogging platform. Oxite is a standards-compliant, extensible content-management system designed to support either blogs or larger Web sites, Microsoft said. Oxite is also able to integrate with Microsoft developer software such as ASP.Net MVC, Visual Studio Team Suite, and Background Services Architecture.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags:

In the following tutorial we will start with a few html files and we will build an Email Handling PHP script that sends info from your web form to your email! It is pretty easy PHP so enjoy learning and Have fun! I am using Dreamweaver CS3, but you can use pretty much any version of Dreamweaver, just follow closely and try not to make mistakes.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: , ,

26
Nov

WordPress 2.6.5 Released

   Posted by: admin   in News

WordPress 2.6.5 is now available. I recommend everyone to upgrade their blogs.

From NewsBeta:

2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the full changeset between 2.6.3 and 2.6.5.

Download: WordPress 2.6.5 (1.44 MB)

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags:

24
Nov

The Basics Of Java Programming

   Posted by: admin   in Programming

Just a tutorial to cover the very basics of Java.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: , ,

13
Nov

PHP,HTML Tutorial // POST, Table, Forms

   Posted by: admin   in Programming

A PHP and HTML Tutorial in which we processes information from a form using the $_POST[]; functions in PHP and created a table and form.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: , ,

8
Nov

Finding Your Computers IP Address in Window Vista

   Posted by: admin   in Tricks

Finding your Computers IP Address in Window Vista is very simple. Follow the steps:

1. Click on the start button

2. Go To All Programs

3. Go To  Accessories

4. Click on the “Command Prompt” icon

5. Type “Ipconfig /all” Make sure you use a space after ipconfig

6. You’ll find a spot that says “IP ADDRESS”

You now have your computer IP address.

Looking for more tips/tricks? Ask below!

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: ,

8
Nov

Creating a Calculator with PHP

   Posted by: admin   in Programming

PHP Tutorial // Calculator

YouTube Preview Image
A PHP Tutorial on how to create a calculator.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: ,

8
Nov

Programming in Visual Basic - Hello World

   Posted by: admin   in Programming

Using Visual Basic 6.0

Best viewed double sized

In this lesson we build a very simple program to display the words Hello World.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: ,

8
Nov

Visual Basic Simple Animation

   Posted by: admin   in Programming

Animation in visual basic with timers
watch and have fun !

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: , ,

Page 1 of 41234»