syntax part
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 445
Syntax Desktop 2.3
Syntax Desktop is a innovative publishing system to manage content website. It has an attractive GUI, with DHTML elements. With Syntax you can insert news, photos, document, tree data structures into your website. more>> Syntax Desktop is a innovative publishing system to manage content website. It has an attractive GUI, with DHTML elements. With Syntax you can insert news, photos, document, tree data structures into your website.<<less
Added: 2005-04-23 License: GPL Price: $0.00USD
11 downloads
Other version of Syntax Desktop
License:GPL
Php Syntax Highlighter 0.11
This small script convert your PHP code into a syntax colored html text. It is usefull if you want to display your PHP code on a html page with nice colors. Ideal for document and tutorial writers. more>> This small script convert your PHP code into a syntax colored html text. It is usefull if you want to display your PHP code on a html page with nice colors. Ideal for document and tutorial writers.<<less
Added: 2006-09-29 License: Freeware Price: $0.00USD
12 downloads
PHP Tutorial - Syntax
In this tutorial you will learn about PHP Syntax - Syntax for Writing a script, Scripts VS. File and Comments more>> In this tutorial you will learn about PHP Syntax - Syntax for Writing a script, Scripts VS. File and Comments<<less
Added: 2006-05-26 License: Freeware Price: Free
1247 downloads
INTRODUCTION TO PHP part 1
This tutorialis the part one of a tutorial dedicated to those who want to learn php but are very slow in picking up.This tutorial is taking from stage to stage with execises attached to it. Its like a class room more>> This tutorialis the part one of a tutorial dedicated to those who want to learn php but are very slow in picking up.This tutorial is taking from stage to stage with execises attached to it. Its like a class room<<less
Added: 2008-02-03 License: Freeware Price: $0.00USD
12 downloads
Using function mail() in windows xp part 2
Steps to add user, adding domain and make test email from web based interface and try to send email from php script. No need internet connection to test mail() function. Video provided for illustratio more>> Steps to add user, adding domain and make test email from web based interface and try to send email from php script. No need internet connection to test mail() function. Video provided for illustration.<<less
Added: 2007-05-24 License: BSD Style Price: Free
889 downloads
Regular Expression Syntax 1
In this article, we will look at a list of metacharacters. You may create your own pattern using these metacharacters more>> In this article, we will look at a list of metacharacters. You may create your own pattern using these metacharacters<<less
Added: 2004-01-26 License: Freeware Price: $0.00USD
13 downloads
Simple Hit Counter Script Part 2
Final Part of the tutorial that helps your to build your own hit counter with some basic features. Consists of data for last 24 hours, No of users online for the past 5 minutes. Its simple & effec more>> Final Part of the tutorial that helps your to build your own hit counter with some basic features. Consists of data for last 24 hours, No of users online for the past 5 minutes. Its simple & effecitve<<less
Added: 2004-05-23 License: Not Specified Price: Free
2002 downloads
Other version of Simple Hit Counter Script Part
Price: FreeAdditionalInfoFree
License:Freeware
License:Freeware
Introduction To PHP : Part 3 1.0
In Part 1 and Part 2 of this tutorial, we covered the basics of PHP how it operates under the hood. We also gave an introduction to the basic data types like arrays that are available to be used in PHP. In Part 3 here, we continue with our introduction more>> In Part 1 and Part 2 of this tutorial, we covered the basics of PHP how it operates under the hood. We also gave an introduction to the basic data types like arrays that are available to be used in PHP. In Part 3 here, we continue with our introduction to PHP by covering the basics behind resources and strings.<<less
Added: 2006-05-11 License: Freeware Price: $0.00USD
10 downloads
Other version of Introduction To PHP : Part
License:Freeware
Price: $0.00USD
License:Freeware
License:Freeware
Price: $0.00USD
License:Freeware
License:Freeware
License:Freeware
php Multi Syntax Highlighter 1.1.1
php Multi Syntax Highlighter v1.1.0 will "beautify" PHP, Pascal, Delphi and Applescript and others source code. It is not implemented like other beautifiers, as it does not use pcre function or ereg functions, and allows syntax code continually line by more>> php Multi Syntax Highlighter v1.1.0 will "beautify" PHP, Pascal, Delphi and Applescript and others source code. It is not implemented like other beautifiers, as it does not use pcre function or ereg functions, and allows syntax code continually line by line to reduce memory usage. using css file for color and style, and compatible with XHTML.<<less
Added: 2004-07-15 License: Price: 0.00 Price: $0.00USD
14 downloads
GeSHi - Generic Syntax Highlighter 1.0.8.2
GeSHi is a Generic Syntax Highlighter for PHP taking any sourcecode and highlighting it in XHTML and CSS. GeSHis many features include: * Support for over 120 languages * Case-sensitive or insensitive highlighting * Auto-caps/non-caps of any more>> GeSHi is a Generic Syntax Highlighter for PHP taking any sourcecode and highlighting it in XHTML and CSS. GeSHis many features include: * Support for over 120 languages * Case-sensitive or insensitive highlighting * Auto-caps/non-caps of any keyword * Function to URL conversion * Line numbering * Use of CSS classes to massively reduce the amount of outputted code. * International character set support GeSHis features are neatly wrapped up in an easy to use class and GeSHi comes with full documentation.<<less
Added: 2004-07-22 License: GPL Price: $0.00USD
10 downloads
Other version of GeSHi - Generic Syntax Highlighter
License:GPL
Alternate Ajax Techniques - Part 2
In this installment, youll learn how to use images and cookies to enable client-server communication even on older browsers that dont support the DOM. more>> In this installment, youll learn how to use images and cookies to enable client-server communication even on older browsers that dont support the DOM.<<less
Added: 2006-11-10 License: Freeware Price: Free
1078 downloads
vlibTemplate 4.0
vlibTemplate is a php class that is intended to make splitting PHP from HTML a simple and natural task. It has easily understandable syntax. It compiles a template into native PHP code using 1 (one) pcre call, thus the parsing is extremely fast (and the more>> vlibTemplate is a php class that is intended to make splitting PHP from HTML a simple and natural task. It has easily understandable syntax. It compiles a template into native PHP code using 1 (one) pcre call, thus the parsing is extremely fast (and the resulting compiled templates can be easily cached). The vlibTemplateCache class, caches each template in native php code thus allowing vlibTemplate to bypass the majority of the regex calls when the template is recalled. vlibTemplateCache also checks for newer versions of the original template and updates the cache accordingly. vlibTemplate comes as part of the vLIB library.<<less
Added: 2002-03-21 License: Other Price: 0.00
13 downloads
Other version of vlibTemplate
Price: FreeAdditionalInfoOpenSourceArtisiticLicense
License:Other Free / Open Source License
License:Other Free / Open Source License
PHP Array: Lesson Part 1
Learn PHP array() and how easy it is to store and organize complex data structures. This is one of the thing you must know in order to create dynamic web sites and on-line applications. more>> Learn PHP array() and how easy it is to store and organize complex data structures. This is one of the thing you must know in order to create dynamic web sites and on-line applications.<<less
Added: 2004-01-27 License: Not Specified Price: Free
2104 downloads
Crafty Syntax Live Help (CSLH) 2.15.0
A multi-user, multi-operator, multi-department live Help support chat system that allows the operators of the websites to monitor their visitors as they are browsing the site and pro actively open a chat session with the visitor. Is in PHP and uses a more>> A multi-user, multi-operator, multi-department live Help support chat system that allows the operators of the websites to monitor their visitors as they are browsing the site and pro actively open a chat session with the visitor. Is in PHP and uses a Mysql based database . Other features include AUTO INVITE!, referrer tracking, page tracking, chat notification, user is typing message, multiple chat sessions, sound alert, leave a message if off line, push urls, quick responses, and multiple operators. runs on your server and is open source GPL.<<less
Added: 2003-04-23 License: GPL Price: $0.00USD
12 downloads
Herongs Tutorial Notes On C# - Part B
This book is a collection of notes and sample codes I wrote while I was learning C# and .NET. Topics include array, class, data types, decimal, example, float, ieee 754, method, performance, etc. more>> This book is a collection of notes and sample codes I wrote while I was learning C# and .NET. Topics include array, class, data types, decimal, example, float, ieee 754, method, performance, etc.<<less
Added: 2005-08-26 License: Free for non-commercial use Price: Free
1541 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 syntax part 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