There is a new great tool on Mozilla.org website.
It name is Bespin.
With Bespin you can test your HTML and js codes online.
Here is the link to Bespin:
https://bespin.mozilla.com
You need to open an account with Mozilla project in order
to use Bespin
Enjoy it!
Talley
Thursday, July 16, 2009
Sunday, February 1, 2009
free PHP training in 1 month(Part III)

Hi all,
Sorry i was busy.Now let start our first hello world program from PHP.
Steps:
1- Open your NetBeans IDE from Start Menu.
2-Go to File/New Project/Select PHP from Category/PHP application/Next/Give HelloWorld to application name/Click Finish.
After you finish you will see a page with a bloc of code for index.php.I will will explain to you more about this file later.
// put your code here
?>
Note1:
Every php application starts with .
The php code goes within
Note2:
You declare php variable with a dollar sign $ follow by the name of the variable.
For more info about definition go to php.net/documentation.
Let declare a variable named i and assign it 12;
$i='Hello World';
Note 3:
Single quote is best way to handle string.Do not use "" for strings.Any variable
within "" will be Executed.
Note 4:
Php comment is c# style // or /* */
Let print it to the browser.The best browser for php is FireFox.
Right click on the projoect HelloWorld/Properties/Debug/Deselect Debug Server with php/Seelect Debug client with Javascript/Choose FireFox and click OK.
Now let print $i to the browser.
add code like this:
$i='Hello World;
//to print hello world we use echo keyword or print
echo $i;
?>
Note 5:Every variable declaration end with ; like c#
Run the project :Right click on index.php/Run.
You will see Firefox showing Hello World.
Note6:
PHP is a loosy type.It mean you don`t have to define a variable type to use it.
Let me be clair.In C# if i want to declare an integer variable named i this is how i
will do it:
int i=12;
In php $i=12;so php is less trouble than c#,vb......
See you Next time.Remember to go to documentation section of php.net and copy
php keyword to a file named keyphp.txt on your desktop.
Talley John
Software Developer
Sunday, January 18, 2009
free PHP training in 1 month(Part II)

PHP IDE download
Download the Netbean IDE for free.
Click here to download it.
Make the IDE that contain PHP only for
now.
Familiarize yourself with that IDE and make
sure you explore it templates and toolbox items.
See you soon!
Talley John Ouro
Monday, January 5, 2009
free PHP training in 1 month(Part I)
Welcome to php world.
PHP is a powerful server-side scripting language for creating dynamic and interactive websites.
PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP is perfectly suited for Web development and can be embedded directly into the HTML code.
The PHP syntax is very similar to Perl and C. PHP is often used together with Apache (web server) on various operating systems. It also supports ISAPI and can be used with Microsoft's IIS on Windows
If your server supports PHP you don't need to do anything. Just create some .php files in your web directory, and the server will parse them for you. Because it is free, most web hosts offer PHP support.
However, if your server does not support PHP, you must install PHP.
Download PHP for free here: http://www.php.net/downloads.php
Download MySQL for free here: http://www.mysql.com/downloads/index.html
Download Apache Server
Download Apache for free here: http://httpd.apache.org/download.cgi
REMEMBER YOU NEED TO INSTALL APACHE AND MYSQL BEFORE INSTALLING PHP
See you next time for Part II
Talley J Ouro
Developer
PHP is a powerful server-side scripting language for creating dynamic and interactive websites.
PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP is perfectly suited for Web development and can be embedded directly into the HTML code.
The PHP syntax is very similar to Perl and C. PHP is often used together with Apache (web server) on various operating systems. It also supports ISAPI and can be used with Microsoft's IIS on Windows
If your server supports PHP you don't need to do anything. Just create some .php files in your web directory, and the server will parse them for you. Because it is free, most web hosts offer PHP support.
However, if your server does not support PHP, you must install PHP.
Download PHP for free here: http://www.php.net/downloads.php
Download MySQL for free here: http://www.mysql.com/downloads/index.html
Download Apache Server
Download Apache for free here: http://httpd.apache.org/download.cgi
REMEMBER YOU NEED TO INSTALL APACHE AND MYSQL BEFORE INSTALLING PHP
See you next time for Part II
Talley J Ouro
Developer
Thursday, December 25, 2008
Try the most advanced HTML Editor
Hi my reader,
I want to share this HTML Editor and you won`t regret.It is free
Come back for more.
HTML EDITOR
TALLEY . OURO
I want to share this HTML Editor and you won`t regret.It is free
Come back for more.
HTML EDITOR
TALLEY . OURO
Friday, December 19, 2008
Download your free copy of VS 2008
For new programmers in need of development platform there are free tools on
Microsoft website.
FREE Visual Studio 2008 Express.
Have a question?
Need help with your code?
Need to be trained with VB.BET(2003/2005/2008),C#(2003/2005/200),SQL(2005/2008),ASP.NET,SQLAnywhere?
Email me at talleyabibou@hotmail.com
TALLEY J.OURO
Software Developer & IT Consultant
Speed your .net development with SQL Anywhere 11 Developer Edition

Programming with VB.NET,C#,J#,C++,Java and more required the knowledge of database such as SQL, DB2,PostgreSql,Oracle, Java DB.
The most popular is SQL follow by Oracle.That does not mean to limit yourself to these two.
Knowledge of SQL Anywhere is also useful.
To download your free version of SQL Anywhere Developer Edition please click on the link below.
Download free SQL Anywhere 11 Developer Edition
Good luck!
TALLEY J OURO
Developer
Subscribe to:
Posts (Atom)
Blog Archive
About Me
- TALLEY
- Raleigh, NC, United States
- I am a software developer based in Raleigh,NC,USA.I design softwares and systems ;i also do consulting for companies worldwide.I program with these languages:VB.NET 2003/2005/2008;C#;Java(fun),SQL(200,2005,2008);ASP.NET 2.0/3.5;ASP.NET AJAX;ASP.NET MVC;JavaScript;JQuery;Windows Workflow Foundation;Web Services.I have 4 years + in programming.