beginning php5
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 210
Beginning Visual C++ 1.0
This tutorial will go through the basics in programming with Visual C++ v6.0. Will cover from variables, string manipulation, arrays, loops and up to working with files. more>> This tutorial will go through the basics in programming with Visual C++ v6.0. Will cover from variables, string manipulation, arrays, loops and up to working with files.<<less
Added: 2004-10-16 License: Free Non-Commercial Price: $0.00USD
15 downloads
Other version of Beginning Visual C++
License:Free for non-commercial use
Beginning Relationships in Rails
The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If youve spent time writing more>> The Rails framework takes most of the headache away from developing these relationships and almost entirely eliminates the need to write low-level queries to your database. If youve spent time writing those queries, Rails ActiveRecord will make sense, but for those of you who are just getting started this can be confusing.<<less
Added: 2006-08-31 License: Freeware Price: Free
1150 downloads
Beginning Ajax and ASP.NET 3.5 1
Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial, I try to show you whats ajax and database querying more>> Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visual Web Developer 2008 comes with built in Atlas and ASP.NET3.5 . In this tutorial, I try to show you whats ajax and database querying at same time. Now lets build our scene. Open an empty web site and dop a ScriptManager and UpdatePanel from Ajax Extensions tab. Close the tab and open standard controls and drop one textbox and one button. Place a label inside ajax control and one more outside of UpDatePanel. The second label will display that we are using Ajax and page is not posting back. I will add some hard codes and I have put s SqlDataSource and a GridView. Complete code is included<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
19 downloads
Beginning ASP.NET the Easy Way 1
ASP.NET is Microsoft?s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know more>> ASP.NET is Microsoft?s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know VB.NET which is required for the scripting part of the tutorial. You don?t necessarily need a compiler to build an ASP.NET script. Any text editor will work. Let?s start by building or first aspx file. Create a new text document in your favorite text editor. Call it default.aspx. Now lets jump in, shall we?<<less
Added: 2008-03-16 License: Other Price: $0.00USD
12 downloads
Effective In-Function Caching With PHP5
In-function caching can often be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around. more>> In-function caching can often be used to greatly improve the performance of our software. Applying this technique effectively is important to avoid spiraling memory usage and bizarre bugs that can be caused by old cache data lingering around.<<less
Added: 2008-05-15 License: Freeware Price: $0.00USD
12 downloads
Writing to the beginning of a file
Writing to the beginning of a file - you have a text file that is huge and want to append to it. more>> Writing to the beginning of a file offers you a powerful script which is useful for writing to the beginning of a file - you have a text file that is huge and want to append to it. But you don't want the new data to go clear to the bottom of the file. Well this script will let you do just the opposite. It will let you write to the file but put the new data at the beginning and the old data at the end.<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
14 downloads
Design Patterns with PHP: The Singleton PHP5
An introduction to the singleton design pattern and how it can help you. Whats it good for? come on it and read to see! more>> An introduction to the singleton design pattern and how it can help you. Whats it good for? come on it and read to see!<<less
Added: 2008-05-15 License: Other Price: $0.00USD
12 downloads
Beginning XML - Part 1 (An Introduction)
Coming straight to the point, XML stands for EXtensible Markup Language. As the name suggests, it is a language that can be molded according to the need of the hour. Personally, I dont think calling i more>> Coming straight to the point, XML stands for EXtensible Markup Language. As the name suggests, it is a language that can be molded according to the need of the hour. Personally, I dont think calling it a language is justified, but I fanatically follow the ordinance of the techie Gurus, and if they say it is a language, then it is a language.<<less
Added: 2006-10-17 License: Freeware Price: Free
1108 downloads
Working with PHP5 Class Types
This article is intended for experienced PHP programmers interested in exploring PHP 5s support for working with class types through argument hinting, abstract classes and interfaces. Basic knowledge more>> This article is intended for experienced PHP programmers interested in exploring PHP 5s support for working with class types through argument hinting, abstract classes and interfaces. Basic knowledge of object-oriented programming, including the anatomy of a class and the mechanics of inheritance, is assumed.<<less
Added: 2006-03-31 License: Other Free / Open Source License Price: Free
1327 downloads
Molins framework for PHP5 0.10.2
Molins is a framework for PHP 5 that was inspired by Struts, but also has much in common with the other sub-projects of Jakarta like Torque and Commons. It features very good integration with Smarty, can work with XSLT, and supports logging, unit more>> Molins is a framework for PHP 5 that was inspired by Struts, but also has much in common with the other sub-projects of Jakarta like Torque and Commons. It features very good integration with Smarty, can work with XSLT, and supports logging, unit testing, and class packaging similar to Java.<<less
Added: 2005-07-29 License: GPL Price: $0.00USD
14 downloads
Other version of Molins framework for PHP5
License:LGPL
PHP5 XML 0.1
PHP5 XML is an pure PHP extension of the DOMDocument class that integrates the DOMDocument, DOMXPath, and XSLTProcessor classes. While making it easier to perform tasks such as finding elements with a specific attribute, transforming XML using more>> PHP5 XML is an pure PHP extension of the DOMDocument class that integrates the DOMDocument, DOMXPath, and XSLTProcessor classes. While making it easier to perform tasks such as finding elements with a specific attribute, transforming XML using stylesheets, and searching for nodes using XPath, this class also provides additional functionality. With a single method call, you can convert any PHP variable into a well-formed, and customizable, XML document. You may also reverse the process, converting an XML serialized PHP value, with a single method call.<<less
Added: 2008-11-10 License: GPL Price: $0.00USD
12 downloads
Lazy loading with autoload and PHP! PHP5
Are you ended up with many PHP files and having hard managing them all? You dont want to include them all in your scripts... but your not sure what you will need! This could well answer your problems ;) more>> Are you ended up with many PHP files and having hard managing them all? You dont want to include them all in your scripts... but your not sure what you will need! This could well answer your problems ;)<<less
Added: 2008-05-15 License: Other Price: $0.00USD
12 downloads
XmlReflection API 0.1
Builds on top of PHP5s successful Reflection API to output XML with the same interface as the Reflection API does. Which, combined with the power of XSLT can make a powerful documentation or GUI building tool for PHP5 developers. more>> Builds on top of PHP5s successful Reflection API to output XML with the same interface as the Reflection API does. Which, combined with the power of XSLT can make a powerful documentation or GUI building tool for PHP5 developers.<<less
Added: 2005-09-22 License: LGPL Price: $0.00USD
10 downloads
Php5tube 0.0.3
Php5tube is a free, open source class written by Debugged Interactive Designs in PHP5 to act as a wrapper for Youtubes API. Methods process the response XML and return a friendly array of data to make development simple and intuitive. more>> Php5tube is a free, open source class written by Debugged Interactive Designs in PHP5 to act as a wrapper for Youtubes API. Methods process the response XML and return a friendly array of data to make development simple and intuitive.<<less
Added: 2008-10-22 License: LGPL Price: $0.00USD
12 downloads
command line option parser 1
Provides a class to handle the command line options writtin in PHP5. Easy to integrate and use if you are doing command line php work. more>> Provides a class to handle the command line options writtin in PHP5. Easy to integrate and use if you are doing command line php work.<<less
Added: 2005-11-12 License: Freeware Price: $0.00USD
10 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 beginning php5 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