Posts Tagged Programming
Android to iPhone Apps with XML
Posted by ITechLog in Itechlog News, Mobile Phones, Programming on July 8th, 2009
Why has no one thought of it before….. ? You may ask. But someone now has. The XMLVM project was created by Arno Puder and his team at San Francisco State University. What it does is provide a bridge between disparate compile-time and run-time environments — in a word cross-compiling, as described by Frank Ableson [...]
OpenSuse Factory
Posted by ITechLog in Itechlog News, Linux on June 20th, 2009
On June 18th 2009 The OpenSuse Project announced that its development factory has been made more accessible to package contributors. Joe Brockmeier’s post at opensuseNews states…
”we’re making it easier for contributors to take responsibility for packages and to contribute directly to openSUSE. This means contributors will be able to be directly responsible for packages, without [...]
Automatically display form data with PHP
Posted by ITechLog in PHP, Web Programming on May 13th, 2009
This is a simple PHP script to automatically display (dump output) data submited from a html form.
The form setup
all inputs (form fields) need to have the same name with [] at the end to turn it into an array, e.g <input type=text name=formdata[]>
formq.html content
<form method=post action=showme.php>
Name: <input type=text name=formdata[]><br>
Email: <input type=text name=formdata[]><br>
<input type=submit value=ok>
</form>
The Script [...]
PHP 5.2.8 Avaliable fixed the security bug on 5.2.7
Posted by ITechLog in Itechlog News, Programming, Web Programming on December 9th, 2008
the PHP version 5.2.7 was removed from distribution due to a bug that caused a security hole in some configurations. The bug was related to the magic_quotes_gpc which will be deprecated in version 2.6.
The PHP development team has officially announced the immediate availability of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 in [...]
Python3 – Intentionaly backward incompatible
Posted by ITechLog in Itechlog News, Programming, Web Programming on December 8th, 2008
Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries.
The Python developers have released the final version of Python
3.0, a major reworking of the programming language. It’s said to be intentionally incompatible
with the [...]
Search Engine Optimization SEO in PHP (Book)
Posted by ITechLog in Books, Web Programming on December 4th, 2008
The term SEO (Search Engine Optimization) has become a new phenomenon with marketeers. As a programmer/developer it’s very hard to find a good book on such a broad subject but recently I found this great book. The authors go about explaining and guiding you through exercises that are relevant for both programmers and marketeers. [...]


