XPath, the XML Path Language, is a query language for selecting nodes from an XML document or we can say …
Page: Programming
Commonly Used Regular expressions
Here are some commonly used regular expressions. Most of them are applicable for PHP, JavaScript, Perl, Python and Java.
HTTP URL
/*
Matches: …
JavaScript: The Good Parts – Speaker: Douglas Crockford
JavaScript is a language with more than its share of bad parts. It went from non-existence to global adoption in …
Common methods for indicating important comments
Some common methods for indicating important comments are TODO, BUG, KLUDGE and TRICKY. You can try this in any language, …
What is ClickTag in Flash?
A ClickTag is a parameter used in Flash banner ads. The parameter is a variable that defines theĀ destination …
Google’s GO Programming Language
The Go Programming Language
Go is a systems programming language intended to be a general-purpose systems language, like C++. It is …
PO to MO converter
Simply we can convert PO(portable Object) to MO(Machine Object) Using Poedit or from the GNU gettext msgfmt command.( see the …
Extract the strings from source code for Translation (po file)
To extract the strings to be translated from the program source code. This is achieved with xgettext. I think you …
ASCII Table And Description
ASCII stands for American Standard Code for Information Interchange.The ASCII character set contains 128 coded characters. Each ASCII character is …
