the strokes hard to explain
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1110
DHTML Popups Explained
Our tutorial site aims to teach all medium or advanced HTML/Javascript coders how to design and develop their own DHTML popups. DHTML/Ajax popups are very important since they cannot be blocked and they can be enhanced with great visual effects more>> Our tutorial site aims to teach all medium or advanced HTML/Javascript coders how to design and develop their own DHTML popups. DHTML/Ajax popups are very important since they cannot be blocked and they can be enhanced with great visual effects (fading, drop-down, sliding etc). The site features live and downloadable samples to illustrate our proposed code for each step.<<less
Added: 2006-09-06 License: Freeware Price: $0.00USD
13 downloads
PHP: the basics: introduction to PHP 1.0
In this tutorial, youll learn the basics of PHP. ALso explained is a typical situation in which you can use PHP. more>> In this tutorial, youll learn the basics of PHP. ALso explained is a typical situation in which you can use PHP.<<less
Added: 2006-02-03 License: Freeware Price: $0.00USD
13 downloads
Other version of PHP: the basics: introduction to PHP
License:Freeware
Replace hard breaks
Replace hard breaks will replace hard break or to so it shows up properly in the html document that is displayed more>> Replace hard breaks brings you a convenient application which is able to replace hard break or to so it shows up properly in the html document that is displayed. nl2br doesn't always work if you submit html in a textare<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
11 downloads
PHP Basics: Introduction to Scalar Variables
Other tutorials here may focus on getting a specific task done, but at the core of any language is syntax that must be learned and understood if you are ever to progress in it. This is what I hope to more>> Other tutorials here may focus on getting a specific task done, but at the core of any language is syntax that must be learned and understood if you are ever to progress in it. This is what I hope to explain to you about the PHP language.<<less
Added: 2005-01-29 License: Not Specified Price: Free
1731 downloads
Three Practical Uses For Ajax
In this article Im going to show you three simple and practical uses for Ajax on your Web site. Youll need to know a bit of HTML, JavaScript, and PHP to follow along, but Ill do my best to explain eve more>> In this article Im going to show you three simple and practical uses for Ajax on your Web site. Youll need to know a bit of HTML, JavaScript, and PHP to follow along, but Ill do my best to explain everything in simple terms so you dont get lost.<<less
Added: 2006-11-10 License: Freeware Price: Free
629 downloads
How to use the PEAR ITX templating system
This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, itll show you some of the competitors, why the autho more>> This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, itll show you some of the competitors, why the author didnt like them and why in the end he chooses to work with ITX in his own scripts. We will build a simple example script that will load and fill out the data out of a database. This script will use another PEAR component, a database abstraction layer. This tutorial assumes that you are familiar with PEARs DB abstraction layer.<<less
Added: 2003-01-09 License: Not Specified Price: Free
2499 downloads
No smoke advertisement in flash
In this tutorial I will explain how to make a no smoke advertisement in flash 8 with no Action Script. You will also learn: 1. How to import an image in Flash, 2. How to convert a bitmap image into a more>> In this tutorial I will explain how to make a no smoke advertisement in flash 8 with no Action Script. You will also learn: 1. How to import an image in Flash, 2. How to convert a bitmap image into a symbol, 3. How to apply a blur effect on the image 4. How to create fade in - fade out text effect and more.<<less
Added: 2007-03-22 License: Freeware Price: Free
586 downloads
Rotation text banner 1.0
In this thoroughly explained, detailed flash lesson, I will show you how to create rotation text banner. more>> In this thoroughly explained, detailed flash lesson, I will show you how to create rotation text banner.<<less
Added: 2009-05-03 License: Freeware Price: $0.00USD
12 downloads
Sending queries to mySQL 1
PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If more>> PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If query is true, returning value must pass to mysql_fetch_array().<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
14 downloads
Mystic Text Animation
Read this tutorial and see how to create advanced mystic text animation in flash 8, using Action Script. This tutorial is so hard for explain, but Ill try on, to explain it on the best way I can, so L more>> Read this tutorial and see how to create advanced mystic text animation in flash 8, using Action Script. This tutorial is so hard for explain, but Ill try on, to explain it on the best way I can, so Lets go!<<less
Added: 2006-11-04 License: Freeware Price: Free
1102 downloads
What the Heck is PHP?
This introductory guide on PHP explains the definition, basic structure and date function of PHP language. more>> This introductory guide on PHP explains the definition, basic structure and date function of PHP language.<<less
Added: 1999-12-11 License: Other Free / Open Source License Price: Free
3609 downloads
Introduction to MVC using PHP 1.0
To better demonstrate how MVC works, let?s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what?s Model , View and Controller are all more>> To better demonstrate how MVC works, let?s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what?s Model , View and Controller are all about. Anyhow let me explain them in detail before proceeding with code area. The Traditional way of connecting to the Database and fetching the results.<<less
Added: 2009-01-01 License: Freeware Price: $0.00USD
12 downloads
New HTC Touch HD animation in flash
In this easy lesson, I will explain to you how to create new HTC Touch HD presentation in flash. more>> In this easy lesson, I will explain to you how to create new HTC Touch HD presentation in flash.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
11 downloads
How to Send Email using ASP.NET 2.0
A lot of times, we are facing some issues when sending email through the mailserver. Especially if we host our websites in shared hosting and the mail will never get to the recipient. There are lots of reason for this to happen. In this article I would more>> A lot of times, we are facing some issues when sending email through the mailserver. Especially if we host our websites in shared hosting and the mail will never get to the recipient. There are lots of reason for this to happen. In this article I would like to explain how to Send Email using .NET 2.0 Framework and how to troubleshoot your code if your email never reach the recipient. This article will only cover sending Email using ASP.NET 2.0 and will not work in ASP.NET 1.0. Microsoft has improved the SMTP library in their .NET Framework 2.0 and therefore the code you find in this article will not work in .NET 1.0.<<less
Added: 2007-08-30 License: Other Price: $0.00USD
18 downloads
How to install Php Nuke
This is a short tutorial to help people understand how to easily install phpNuke. There are some issues that would arise on installation and this article is trying to explain them. more>> This is a short tutorial to help people understand how to easily install phpNuke. There are some issues that would arise on installation and this article is trying to explain them.<<less
Added: 2006-03-23 License: Freeware Price: FreeAdditionalInfoDonotredistributethisarticlewithoutpermission
1319 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above the strokes hard to explain search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed