Free XML Schema Editor (Liquid XML Studio) 1.0.4
FREE Graphical XSD and XML Editor. A fully featured XML Development Studio, including graphical and text based XML Schema Editor, and XML editor with advanced validation and intellisense. Features you usually find in products costing $$$
File size 9620K
Date added 26-Oct-2007
FREE Graphical XSD and XML Editor. A fully featured XML Development Studio:-
- Graphical and Text based XML Schema Editor
- XSD and XML Validation
- XPath Expression builder
- Web Service Explorer
- Code Generation (30 day Trial) for C++, C#, Java, VB.Net & Visual Basic
- Intellisense for XML and XSD documents
- Syntax Highlighting
- XML Formatting.
- Html Docs From XSD Schema
- Fully compliant with the XSD standard
- Features normally costing $$$
Download Free XML Schema Editor (Liquid XML Studio) 1.0.4
*************************************
AptEdit Lite 3.7.4 build 230
AptEdit is a 32-bit full-featured text / hexadecimal professional editor. It offers many powerful features to view and edit any files (text or binary). Full Unicode support.
File size 2047K
Date added 3-Oct-2007
AptEdit is a 32-bit full-featured text / hexadecimal professional editor for Windows 2000/XP/2003/Vista. It offers many powerful features to view and edit any files (text or binary). And it is also an excellent source editor for Web page authors and programmers. It offers full Unicode, open/save files using specified encoding, customizable keyboard shortcuts, support keyboard mapping scheme,export/import user favorite settings, syntax highlighting, column/Block edit mode, favorite files list, word-wrap, drag-and-drop, accessing document via FTP, syntax highlighting changed line numbers/changed bytes. For programmers, it supports matching brace, searching left/right brace in text mode. In-context help is available for all commands, and in-context menus pop up with the right mouse button.
Download AptEdit Lite 3.7.4 build 230
******************************
GridinSoft Notepad Lite 3.2.3.0
The new edition of GridinSoft Notepad has all possibilities that you need for everyday using: Built-in Scripts Engine, Code Folding, Evaluate Math Expressions, Spell Checker and many-many other convenient and pleasing features.
File size 1371K
Date added 25-Jul-2007
The new edition of GridinSoft Notepad has all possibilities that you need for everyday using: Built-in Scripts Engine, Code Folding, Evaluate Math Expressions, Spell Checker and many-many other convenient and pleasing features. It will be useful not only for programmers but for many other peoples which want to work with their files in handy, fastly and easy way. You doesn't have to install several editors for different kinds of files - you could use GridinSoft Notepad only - it supports syntax highlighting for many tens of file's extensions.
GridinSoft Notepad operates under Windows 95/98/Me or Windows NT 4.0/2000/XP/2003, and requires approximately 2MB of free disk space. No required any additional runtime libraries.
Download GridinSoft Notepad Lite 3.2.3.0
**********************************
PHP4 to PHP5 Converter 1.0
The free php4 to php5 converter helps you quickly identify the changes required and provides you with a report with all the files that needs to be changed. Download the full features php4 to php5 converter before the php4 is discountinued on server
File size 3092K
Date added 24-Jul-2007
Convert the PHP4 files to PHP5 the easy way by PHP4 to PHP5 Converter
With php4 to be no more supporterd, most of the web servers will discontinue php4 support. So if a web application is written in php4 it needs to be converted to php5 as quickly as possible, so that you dont get affected if your server supports on php.
The free php4 to php5 converter helps you quickly identify the changes required and provides you with a report with all the files that needs to be changed.
The advanced convert options even changes the code one by one just like the MS Word find replace feature so that all your project files are scanned and changed one by one making the conversion just a breeze.
Download the full features php4 to php5 converter now before the php4 is discountinued on your server from php4tophp5.com
Download PHP4 to PHP5 Converter 1.0
**********************************
Gentee 2.5
Gentee is a full-scale and free programming language. It is easy-to-master and can be a reliable assistant in your everyday work. Software developers can easily use it in their applications. All documentation and a set of libraries are available.
File size 1032K
Date added 21-Nov-2006
Gentee is a friendly full-scale programming language. It can become a reliable assistant in your everyday work. It also is easy-to-master, and can be your first, as well as tenth programming language. All necessary documentation, examples and a library set are available. Program developers can easily use it in their applications. The compiler and the virtual machine in a single DLL occupy 120 KB.
Gentee is a free programming language. You pay nothing for using this language (even if you use it in your applications).
Gentee is a powerful tool for automation of different operations. It is better to once spend ten minutes for creating a program, than daily spend one minute for execution of chores.
Gentee is not a scripting language. You can execute your program in the Gentee language right away, but since there are no intermediate codes, you can avoid losses of time required for compilation during reruns, even if those are executed rather quickly. Furthermore, an intermediate code makes the initial program text unavailable. On the other hand, you can use Gentee as a scripting or interpreted language because it is allows you to run your pragrams at once.
Gentee is not only a language compiler. Many complete libraries (approximately 400 functions total) are available for working with different types of data. There also are advanced facilities for storing and handling of text data.
Gentee is an easy-to-master programming language, but at the same time its capabilities would not limit your demands in the future, and its syntax would not require anything unnecessary.
Download Gentee 2.5
**************************************
URL Escaped Encoding Decoder 1.0
It is used to decode the Escaped-encoding which uses a sequence of three characters to encode characters. This triplet sequence consists of the ¡°%¡± followed by the two hexadecimal digits representing the octet code of the original character.
File size 125K
Date added 22-Aug-2006
It is used to decode the Escaped-encoding URL.
Escaped-encoding, or sometimes referred to as percent-encoding, is the standard of representing characters within a URI that may need special syntax handling to be correctly interpreted. It uses a sequence of three characters to encode the character to be interpreted. This triplet sequence consists of the percentage character ¡°%¡± followed by the two hexadecimal digits representing the octet code of the original character. For example, the US-ASCII character set represents a space with octet code 32, or hexadecimal 20. Thus its URL-encoded representation is %20.
Applications may automatically escape reserved and unreserved characters, or automatically un-escape an escape-encoded sequence within a URI, if there is potential for it to be incorrectly interpreted by the remote application. This conversion may be due to the position of the character or escape-encoded sequence within the URI. For example, "%7e" is sometimes used instead of "~" in an http URL path, but the two are equivalent for an http URL.
Because the percent "%" character always has the reserved purpose of being the escape indicator, it must be escaped as "%25" in order to be used as data within a URI. The RFC for URI encoding recommends that care should be taken not to escape or un-escape the same string more than once, since un-escaping an already un-escaped string might lead to misinterpreting a percent data character as another escaped character, or vice versa in the case of escaping an already escaped string.
Useful Character Escape Code:
SPACE %20
< %3C > %3E
# %23
% %25
{ %7B
} %7D
%7C
\ %5C
^ %5E
~ %7E
[ %5B
] %5D
` %60
; %3B
/ %2F
? %3F
: %3A
@ %40
= %3D
& %26
$ %24
Download URL Escaped Encoding Decoder 1.0
********************************
YOU WILL SEE IN PAGE (2)
**Neoxen Qwined 2006 5.3**
Neoxen Qwined is the first Embedded Technical Editor in the world. It is developed with Microsoft Visual Studio 2005 and it can be embedded into any application.
**ConTEXT 0.98.3**
Small, fast and powerful text editor for software developers
**SC Free Video Decompiler 6.0.0.0**
SC Free Video Decompiler - Extract Single Video Frames to Image Files. Powerful Decompiler that supports decompiling video files to extract the individual image frames. Supports (AVI,MPEG,WMV,ASF) to (BMP,GIF,PNG,JPEG,TIFF,EMF,WMF,PCX,TGA,J2K,RAS).
**tsWebEditor 20050717 **
tsWebEditor is a text/php/html editor. It displays the source code colored, code hint for functions, code completion (php, html), code browser, php debugger, syntax and error check, help, css assistant, html tag editor, html syntax checker, ...
**Lambda HTML Editor 1.0.3**
Lambda HTML Editor is a very simple and easy to use HTML editor.
(1) (2) (3) (4)
Saturday, November 3, 2007
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment