tool for writing
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 718
Added: 2009-07-14 License: PHP Price: $0.00USD
12 downloads
Read and Writing Cookies
Learn how to read and write cookies with ASP through forms. more>> Learn how to read and write cookies with ASP through forms.<<less
Added: 2005-04-05 License: Not Specified Price: Free
1672 downloads
GentleSource News Script 1.2.0
News Script allows you to write articles for your website. It features a WYSIWYG editor which makes writing an article easy and it supports search engine friendly URLs. The script is completely template driven and includes an installation routine. It can more>> News Script allows you to write articles for your website. It features a WYSIWYG editor which makes writing an article easy and it supports search engine friendly URLs. The script is completely template driven and includes an installation routine. It can be included in existing websites. Some other features are: Emoticons/Smileys, text modules, content replace, content syndication (RSS, Atom).<<less
Added: 2006-10-23 License: Commercial Price: $0.00USD
13 downloads
Other version of GentleSource News Script
Price: $19.00
License:Free for non-commercial use
License:Free for non-commercial use
Writing to a File 1.0.0
This script takes some text from an online form and write it to a file on the server. If the file does not exist, it attempts to create it. more>> This script takes some text from an online form and write it to a file on the server. If the file does not exist, it attempts to create it.<<less
Added: 2007-01-25 License: Other Price: $0.00USD
13 downloads
Other version of Writing to a File
License:Other Free / Open Source License
Flash Pen Writing Text Effect
In this tutorial you will learn how to create this writing text effect using a pen with Flash 8. more>> In this tutorial you will learn how to create this writing text effect using a pen with Flash 8.<<less
Added: 2008-04-13 License: Freeware Price: $0.00USD
21 downloads
PHP and Writing to MySQL Databases
This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions. more>> This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions.<<less
Added: 1999-12-11 License: Other Free / Open Source License Price: Free
3648 downloads
Writing Debuggable Code
For those of you who take on massive coding tasks such as creating an entire site from scratch, youll notice that it tends to become tedious to debug your code unless youve taken a few precautionary m more>> For those of you who take on massive coding tasks such as creating an entire site from scratch, youll notice that it tends to become tedious to debug your code unless youve taken a few precautionary measures. This tutorial will start you off in the right direction. It wont make your code debuggable for you, but youll have an idea on how to do it. Most code can be modified to fit the schema suited for debugging fairly easily, but this guide is written with a clean slate in mind; it will describe the process of preparing your code to be easily debuggable from scratch.<<less
Added: 2005-01-31 License: Not Specified Price: Free
1739 downloads
PHP Script Tips - Reading and Writing Files
A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, readin more>> A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binary mode. Special topics are: How To Append New Data to the End of a File? How To Read One Character from a File? How To Read a File in Binary Mode? How To Read Data from Keyborad (Standard Input)? How To Open Standard Output as a File Handle?<<less
Added: 2006-05-22 License: Free for non-commercial use Price: Free
1277 downloads
Flash Text Formatter 0.5
Flash Text Formatter (Wordpress plugin or Standalone) can format the text according to keyword definition list stored in external XML file. Its primary purpose is code syntax highlighting and at this moment it supports: * ActionScript 2 * more>> Flash Text Formatter (Wordpress plugin or Standalone) can format the text according to keyword definition list stored in external XML file. Its primary purpose is code syntax highlighting and at this moment it supports: * ActionScript 2 * PHP * JavaScript * Python Writing keyword definition XML is easy, so expect this list to grow fast.<<less
Added: 2005-06-30 License: LGPL Price: $0.00USD
13 downloads
Other version of Flash Text Formatter
License:LGPL
Application Level Error Handling in ASP.NET 1
This tutorial explains how to handle ASP.NET errors on application level with Global.asax or by using a custom http module. Includes writing and reading errors to Windows EventLog, logging errors to text file or database and sending notification more>> This tutorial explains how to handle ASP.NET errors on application level with Global.asax or by using a custom http module. Includes writing and reading errors to Windows EventLog, logging errors to text file or database and sending notification e-mails to administrator.<<less
Added: 2009-03-12 License: Freeware Price: $0.00USD
12 downloads
5 useful PHP functions for MySQL data fetching
PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting sin more>> PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isnt any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations.<<less
Added: 2007-03-30 License: Other Free / Open Source License Price: FreeAdditionalInfoNorestrictionsopensourcecopy,modify,redistribute,commercialuseallowedexceptrepublishingcodeinotherarticles.
978 downloads
Reading and writing Data from and into files
View and modify file attributes, read and list directory contents, alter file permissions, retrieve file contents into a variety of native data structures, and search for files based on specific patterns. more>> View and modify file attributes, read and list directory contents, alter file permissions, retrieve file contents into a variety of native data structures, and search for files based on specific patterns.<<less
Added: 2008-01-27 License: Freeware Price: $0.00USD
14 downloads
Writing Form Data to Text Files
This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application. more>> This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application.<<less
Added: 2006-03-21 License: Freeware Price: $0.00USD
13 downloads
TrailScout
A cookie-based PHP script that displays a path of hyperlinks to previously visited pages on a website. For example Vacilando.Net > Writing > PHP Scripts > TrailScout (see at the authors web more>> A cookie-based PHP script that displays a path of hyperlinks to previously visited pages on a website. For example "Vacilando.Net > Writing > PHP Scripts > TrailScout" (see at the authors website above). It is also known as "cookie crumb trail". None of the similar programs Ive found around the Web was good enough, so I decided to write my own. The path is stored in a cookie for the duration of one session (= until you close all your browser windows). For each new visited page, the title (fetched automatically from between your tags) and the url (complete with parameters) is stored in that session variable. If user visits a page that s/he has seen before, the trail of links is reduced and that page again becomes the last one in a row. There is a variable that can be used to limit the max number of links to be stored (this is useful for large sites where trails tend to be too long).<<less
Added: 2003-05-28 License: GPL Price: Free
2340 downloads
ezPhpPortal.com - Information related to CMS
ezPhpPortal.com is a CMS Portal which contains information related to Content Management Systems. You can not only read information that is crucial to every webmaster that runs a CMS system, but also more>> ezPhpPortal.com is a CMS Portal which contains information related to Content Management Systems. You can not only read information that is crucial to every webmaster that runs a CMS system, but also contribute by posting stories, writing comments or rating the articles.<<less
Added: 2006-07-27 License: Other Free / Open Source License Price: Free
1189 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 tool for writing 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