Loops for Beginners

This is a shallow tutorial about loops for programming beginners (as my wife). It should get you kick-started but please don’t stop here. There’s a lot more to explore.I chose JavaScript since you can run it right here in your browser’s dev tools (CTRL+SHIFT+i in most browsers, then choose console). There might be some things… Continue reading Loops for Beginners

cached redirect

If you wonder why your browser redirects you from your local development URL to your live URL – it’s probably because you had your local apache redirect to your live URL (since you forgot to strip the lines from your dev .htaccess or whatsoever) and your browser has cached that redirect. So if you removed… Continue reading cached redirect

Zu faul zum bloggen

Bin wohl kein geborener Blogger; wozu auch? ConsoleInvaders liegt vorerst auch Eis und auch für myXMLsql2 fehlt momentan die Zeit. Zeit die verfügbar ist wird in Android Entwicklung investiert werden und vielleicht ein wenig ins Studium. Heute geht’s erstmal zu IAMX ins Astra. Bin sehr gespannt; hab verschiedenes über ihre Live-Performances gehört. Cheerio

scheduled features for myXMLsql 1.3.1

myXMLsql 1.3.1 will feature: improved select-syntax (SELECT field1, field2, fieldx FROM table – will lead to an error with 1.3 and earlier versions) improved performance (especially functions that are used more often will be handled first in loops) overall improved SQL syntax support (common SQL syntax should at least not lead to errors) INSERT INTO… Continue reading scheduled features for myXMLsql 1.3.1

scheduled features for myXMLsql 1.2.4

* new function myxmlsql_set_auto_increment($val, $table) # requires myxmlsql_connect() # allows to manually set the table’s global auto_increment value * new function myxmlsql_affected_rows($result) # as you know it from MySql * new syntax included: ORDER BY # ORDER BY xy ASC/DESC has been added and will work as expected * syntax improvement # WHERE 1 is… Continue reading scheduled features for myXMLsql 1.2.4

myXMLsql 1.2.3 released

So, alle bekannten Bugs sind mit Version 1.2.3 von myXMLsql behoben. Nun sollten auch Umlaute und Sonderzeichen problemlos verwendet werden können. Ich empfehle Seiten mit UTF-8 zu kodieren; bin mir nicht sicher ob es mit ISO 8859-1 auch problemlos läuft. Die neue Version findet ihr wie immer auf http://sourceforge.net/projects/myxmlsql/. Cheers!