Main > Free Download Search >

Free specializes in script

specializes in

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 552
Variables in PHP

Variables in PHP


Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign $ and the value can be assignes us more>> Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we neednt have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that $Name is of Data type String and $Age is of type Numeric.<<less
Added: 2005-07-14 License: Freeware Price: Free
1562 downloads
Sparkline 0.2

Sparkline 0.2


Sparkline is a specialized graphing library designed for creating small, intense, wordlike graphics. Sparklines are the brainchild of Edward Tufte, noted expert in information design. more>> Sparkline is a specialized graphing library designed for creating small, intense, wordlike graphics. Sparklines are the brainchild of Edward Tufte, noted expert in information design.<<less
Added: 2004-11-09 License: BSD Price: $0.00USD
11 downloads
 
Other version of Sparkline
SparklineSparkline is a specialized graphing library designed for creating small, intense, wordlike ... Sparklines are the brainchild of Edward Tufte, noted expert in information design
License:BSD Style
Download
1814 downloads
Added: 2004-11-09
Skeleton in 3D

Skeleton in 3D


Skeleton in 3D is created to be a useful MATLAB script that provides tools for skeletonization of a 3D object. more>>

Skeleton in 3D is created to be a useful MATLAB script that provides tools for skeletonization of a 3D object.

<<less
Added: 2009-07-24 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
Cookies in PHP

Cookies in PHP


For those new to web development and how things work, cookies can be a very confusing matter. In this tutorial, Timothy gives you an overview of cookies to help you understand how they work. more>> For those new to web development and how things work, cookies can be a very confusing matter. In this tutorial, Timothy gives you an overview of cookies to help you understand how they work.<<less
Added: 2004-01-27 License: Not Specified Price: Free
2114 downloads
i2-Services, Inc

i2-Services, Inc


i2-Services, Inc specializes in quality web based software. Enhance your site quickly with a wide variety of products. Web site authentication, on-line polls, web based event calendar, online form processing, content management and more! more>> i2-Services, Inc specializes in quality web based software. Enhance your site quickly with a wide variety of products. Web site authentication, on-line polls, web based event calendar, online form processing, content management and more!<<less
Added: 1999-07-27 License: Commercial Price: $0.00USD
10 downloads
Saipher Technologies

Saipher Technologies


Saipher Technologies is your one- stop-shop for products,services and solutions in the areas of Office Automation ,VPN services,etc .Our web luggage of products and services covers the entire spectrum of IT. We specializes in the development of more>> Saipher Technologies is your one- stop-shop for products,services and solutions in the areas of Office Automation ,VPN services,etc .Our web luggage of products and services covers the entire spectrum of IT. We specializes in the development of interactive websites and powerful web applications. Our expertise is in latest open source technologies including PHP, MYSQL, CGI/Perl, JSP, Apache, Linux etc. We provide a variety of ready to use solutions as well as custom development & designing to satisfy the needs of our customers. We specialize in Joomla/Mambo, Pligg CMS XOOPS X-Templates Vbulletin PHP Migration Intranet Services SEO and all kind of opensources<<less
Added: 2007-11-14 License: Freeware Price: $0.00USD
14 downloads
Checkers in C++

Checkers in C++


Fully working game including double and triple jumping, kings and colourful graphics. Designed for 2 human players. more>> Fully working game including double and triple jumping, kings and colourful graphics. Designed for 2 human players.<<less
Added: 2003-11-05 License: Free for non-commercial use Price: FreeAdditionalInfoFreetodownloadanduseforpersonaluse.Donotsellasifyourownwork,norpretenditisyourworkforeducationalgainplaigarism.Contactmeforanyspecialuses.
2231 downloads
Spiral Web Consulting

Spiral Web Consulting


Spiral Web Consulting is a small web design/consulting firm with the goal of ensuring top quality work for our clients at affordable prices. On our site you can find detailed information about the various web related services we provide (we specialize in more>> Spiral Web Consulting is a small web design/consulting firm with the goal of ensuring top quality work for our clients at affordable prices. On our site you can find detailed information about the various web related services we provide (we specialize in WordPress development), as well as easy contact information to quickly contact us with the type of work you require. For anyone interested in checking our credentials, we have also provided a detailed list of our previous experience, including a portfolio of some of our expert work.<<less
Added: 2009-02-12 License: PHP Price: $0.00USD
13 downloads
Paging Results in PHP

Paging Results in PHP


Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page. more>> Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page.<<less
Added: 2006-09-06 License: Freeware Price: Free
1254 downloads
Sending Emails in JSP

Sending Emails in JSP


Before to start to examine this sample code, you need a SMTP server. If you know your mail server name you could easily use this sample code in a real website. We will use JavaMAIL API. You must put j more>> Before to start to examine this sample code, you need a SMTP server. If you know your mail server name you could easily use this sample code in a real website. We will use JavaMAIL API. You must put j2ee.jar under WEB-INF/lib folder in your web work folder. Our testing system is Red Hat Linux with Tomcat 5.<<less
Added: 2006-03-21 License: Freeware Price: Free
1347 downloads
Email validation in PHP

Email validation in PHP


This tutorial teaches you how to validate an email with PHP and regular expressions. more>> This tutorial teaches you how to validate an email with PHP and regular expressions.<<less
Added: 2006-06-23 License: Freeware Price: Free
1237 downloads
Tears in Flash

Tears in Flash


This tutorial will teach you how to create a tear using Color Mixer Panel. This tutorial is also introduction for following tutorial, in which I will show you how to create a Human cry animation. Lets more>> This tutorial will teach you how to create a tear using Color Mixer Panel. This tutorial is also introduction for following tutorial, in which I will show you how to create a Human cry animation. Lets go!<<less
Added: 2006-10-03 License: Freeware Price: Free
1128 downloads
Session in PHP

Session in PHP


Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
16 downloads
Creating Calendar in PHP

Creating Calendar in PHP


In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking - easy customizable via CSS - calendar table. more>> In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking - easy customizable via CSS - calendar table.<<less
Added: 2007-02-13 License: Freeware Price: Free
993 downloads
CityIT Solutions

CityIT Solutions


CityIT Solutions, A company located in Pune, INDIA specializes in Website Designing, Web Development, Web based Software Designing, Graphics Design, Logo Design, Character Design, 2D/3D Animation, Sea more>> CityIT Solutions, A company located in Pune, INDIA specializes in Website Designing, Web Development, Web based Software Designing, Graphics Design, Logo Design, Character Design, 2D/3D Animation, Search Engine Optimization, Link Building (one way, inbound links and reciprocal), Improving Page Rank and Building Fully Customised Application Software for every type of Industry.<<less
Added: 2006-04-19 License: Freeware Price: Free
1285 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5