<?xml version="1.0" encoding="UTF-8"?><rss
version="0.92"> <channel><title>ADM Blog</title><link>http://blog.another-d-mention.ro</link> <description>No matter how you see things, reality changes when you reach understanding</description> <lastBuildDate>Fri, 22 Jul 2011 06:56:49 +0000</lastBuildDate> <docs>http://backend.userland.com/rss092</docs> <language>en</language> <item><title>Pixel Programming</title> <description><![CDATA[If you're old enough you may have seen the times when programmers wrote code as optimal as possible given the computers available back then. I remember 3D shooter games that would average 300 - 400 KB in size and you would play countless levels for days. Here's for example a 96 KB 3D shooter game [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/programming/javascript-object-oriented-programming-oop-jclass/' rel='bookmark' title='Permanent Link: JavaScript Object-Oriented Programming (OOP) &#8211; jClass'>JavaScript Object-Oriented Programming (OOP) &#8211; jClass</a></li><li><a
href='http://blog.another-d-mention.ro/misc/stories-for-a-it-audience/programming-is-like-sex/' rel='bookmark' title='Permanent Link: Programming is like sex'>Programming is like sex</a></li><li><a
href='http://blog.another-d-mention.ro/programming/java-script/open-and-save-files-to-desktop-without-going-to-server/' rel='bookmark' title='Permanent Link: Open and Save files to Desktop without going to Server'>Open and Save files to Desktop without going to Server</a></li></ol>]]></description><link>http://blog.another-d-mention.ro/programming/pixel-programming/</link> </item> <item><title>Read data directly from base64 without decoding</title> <description><![CDATA[So here's the catch. You have a binary input you want to mess with in your browser for whatever reason. First problem you encounter is when you load the file. In IE you will have trouble reading a binary string because it uses null terminated strings, and your file will end at the first 0x00 [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/programming/flex-actionscript/serialize-javascript-object-to-json/' rel='bookmark' title='Permanent Link: Serialize JavaScript object to JSON'>Serialize JavaScript object to JSON</a></li><li><a
href='http://blog.another-d-mention.ro/programming/java-script/for-javascript-devs/' rel='bookmark' title='Permanent Link: For Javascript devs'>For Javascript devs</a></li><li><a
href='http://blog.another-d-mention.ro/programming/java-script/jquery-quickeach/' rel='bookmark' title='Permanent Link: jQuery.quickEach'>jQuery.quickEach</a></li></ol>]]></description><link>http://blog.another-d-mention.ro/programming/java-script/read-data-directly-from-base64-without-decoding/</link> </item> <item><title>This is water</title> <description><![CDATA[Adapted from a commencement speech given by David Foster Wallace to the 2005 graduating class at Kenyon College. Mr. Wallace, 46, died last Friday, after apparently committing suicide There are these two young fish swimming along, and they happen to meet an older fish swimming the other way, who nods at them and says, "Morning, [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/misc/stories-for-a-it-audience/programming-is-like-sex/' rel='bookmark' title='Permanent Link: Programming is like sex'>Programming is like sex</a></li><li><a
href='http://blog.another-d-mention.ro/misc/stories-for-a-it-audience/the-truth-about-working-in-the-it-industry/' rel='bookmark' title='Permanent Link: The truth about working in the IT industry'>The truth about working in the IT industry</a></li><li><a
href='http://blog.another-d-mention.ro/misc/stories-for-a-it-audience/life-as-a-programmer/' rel='bookmark' title='Permanent Link: Life as a programmer'>Life as a programmer</a></li></ol>]]></description><link>http://blog.another-d-mention.ro/misc/stories-for-a-it-audience/this-is-water/</link> </item> <item><title>Steve Wozniak wrote BASIC for the Apple computer in binary</title> <description><![CDATA[“If you wanted to write a computer program like the programs of the Apple II, you would write your program with another computer that would compile the code and turn it into 1s and 0s that my microprocessor could understand. Well, I couldn’t afford this little program called a compiler. You could rent terminals and [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/misc/stories-for-a-it-audience/the-story-of-mel-a-real-programmer/' rel='bookmark' title='Permanent Link: The Story of Mel, a Real Programmer'>The Story of Mel, a Real Programmer</a></li><li><a
href='http://blog.another-d-mention.ro/misc/stories-for-a-it-audience/programming-is-like-sex/' rel='bookmark' title='Permanent Link: Programming is like sex'>Programming is like sex</a></li><li><a
href='http://blog.another-d-mention.ro/misc/stories-for-a-it-audience/life-as-a-programmer/' rel='bookmark' title='Permanent Link: Life as a programmer'>Life as a programmer</a></li></ol>]]></description><link>http://blog.another-d-mention.ro/misc/stories-for-a-it-audience/steve-wozniak-wrote-basic-for-the-apple-computer-in-binary/</link> </item> <item><title>jQuery.quickEach</title> <description><![CDATA[With jQuery, when you need to iterate all elements with a specific class for example, you use the each() method and inside the callback function you must convert the DOM element you receive as this to a jQuery object in order to access it's jQuery specific methods: $(this) This is not such a big issue [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/programming/java-script/on-typing-complete-jquery-plugin/' rel='bookmark' title='Permanent Link: On typing finished jQuery plugin'>On typing finished jQuery plugin</a></li><li><a
href='http://blog.another-d-mention.ro/programming/java-script/parse-xml-in-javascript-with-jquery/' rel='bookmark' title='Permanent Link: Parse XML in JavaScript with jQuery'>Parse XML in JavaScript with jQuery</a></li><li><a
href='http://blog.another-d-mention.ro/programming/java-script/for-javascript-devs/' rel='bookmark' title='Permanent Link: For Javascript devs'>For Javascript devs</a></li></ol>]]></description><link>http://blog.another-d-mention.ro/programming/java-script/jquery-quickeach/</link> </item> <item><title>For Javascript devs</title> <description><![CDATA[If you write Javascript apps you may want to dynamically add some HTML here and there and having HTML strings that need concatenation with different variables is bad and ugly at the same time. So here is a little nugget you might find useful. 1 2 3 4 5 // standard style x = '&#60;div [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/programming/flex-actionscript/serialize-javascript-object-to-json/' rel='bookmark' title='Permanent Link: Serialize JavaScript object to JSON'>Serialize JavaScript object to JSON</a></li><li><a
href='http://blog.another-d-mention.ro/programming/communicate-betwen-c-and-an-embeded-flash-application/' rel='bookmark' title='Permanent Link: Communicate betwen C# and an embeded Flash application'>Communicate betwen C# and an embeded Flash application</a></li><li><a
href='http://blog.another-d-mention.ro/programming/javascript-object-oriented-programming-oop-jclass/' rel='bookmark' title='Permanent Link: JavaScript Object-Oriented Programming (OOP) &#8211; jClass'>JavaScript Object-Oriented Programming (OOP) &#8211; jClass</a></li></ol>]]></description><link>http://blog.another-d-mention.ro/programming/java-script/for-javascript-devs/</link> </item> <item><title>Delete old snapshots from Alfresco</title> <description><![CDATA[If you're an Alfresco user, you may have noticed that it creates a snapshot of the store every time you publish something in the staging sandbox. In time this ads up to a lot of MB. If you wish to delete old snapshots of your store, here's the way to do it with version 2.2+ [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/' rel='bookmark' title='Permanent Link: Alfresco CIFS shared drive authentication problem'>Alfresco CIFS shared drive authentication problem</a></li></ol>]]></description><link>http://blog.another-d-mention.ro/misc/software/delete-old-snapshots-from-alfresco/</link> </item> <item><title>Gnome – multiple monitor taskbar</title> <description><![CDATA[If you are using Linux on multiple monitors you are surely going to miss Utramon, but don’t worry. You can get your task-bar on multiple monitors using the following instructions Instructions: 1.) Right click on anywhere on the launch-bar, click “New Panel” 2.) Drag that to any monitor. 3.) Right click on that panel, and [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/misc/stuff/windows-7-quotes-problem/' rel='bookmark' title='Permanent Link: windows 7 quotes problem'>windows 7 quotes problem</a></li><li><a
href='http://blog.another-d-mention.ro/misc/eee-pc/install-windows-xp-on-your-asus-eee-pc-using-a-usb-flash-drive/' rel='bookmark' title='Permanent Link: Install Windows XP on your Asus Eee PC using a USB flash drive'>Install Windows XP on your Asus Eee PC using a USB flash drive</a></li><li><a
href='http://blog.another-d-mention.ro/programming/c/use-clipboard-copypaste-in-c-console-application/' rel='bookmark' title='Permanent Link: Use clipboard (copy/paste) in C# console application'>Use clipboard (copy/paste) in C# console application</a></li></ol>]]></description><link>http://blog.another-d-mention.ro/how-tos/gnome-%e2%80%93-multiple-monitor-taskbar/</link> </item> <item><title>Read/Load files from ZIP in JavaScript</title> <description><![CDATA[At work we do a lot of JavaScript applications that have little to no HTML files (beside the index), everything is generated by JavaScript and we have tons of .js files that load at runtime and to reduce the size we have to minify them and that is really hard to debug and watch in [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/programming/java-script/open-and-save-files-to-desktop-without-going-to-server/' rel='bookmark' title='Permanent Link: Open and Save files to Desktop without going to Server'>Open and Save files to Desktop without going to Server</a></li><li><a
href='http://blog.another-d-mention.ro/programming/java-script/read-data-directly-from-base64-without-decoding/' rel='bookmark' title='Permanent Link: Read data directly from base64 without decoding'>Read data directly from base64 without decoding</a></li><li><a
href='http://blog.another-d-mention.ro/programming/javascript-object-oriented-programming-oop-jclass/' rel='bookmark' title='Permanent Link: JavaScript Object-Oriented Programming (OOP) &#8211; jClass'>JavaScript Object-Oriented Programming (OOP) &#8211; jClass</a></li></ol>]]></description><link>http://blog.another-d-mention.ro/programming/read-load-files-from-zip-in-javascript/</link> </item> <item><title>Parse XML in JavaScript with jQuery</title> <description><![CDATA[Yes, you can do it with XMLDOM and all the other ways out there, but why not use the power of jQuery ? Like so: 1 2 3 4 5 6 7 &#60;root&#62; &#60;items&#62; &#60;item name=&#34;first&#34; id=&#34;1&#34;&#62;Content 1&#60;/item&#62; &#60;item name=&#34;second&#34; id=&#34;2&#34;&#62;Content 2&#60;/item&#62; &#60;/items&#62; &#60;other atribute=&#34;true&#34; /&#62; &#60;/root&#62; 1 2 3 4 var xml = '&#60;root [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/programming/java-script/jquery-quickeach/' rel='bookmark' title='Permanent Link: jQuery.quickEach'>jQuery.quickEach</a></li><li><a
href='http://blog.another-d-mention.ro/programming/read-load-files-from-zip-in-javascript/' rel='bookmark' title='Permanent Link: Read/Load files from ZIP in JavaScript'>Read/Load files from ZIP in JavaScript</a></li><li><a
href='http://blog.another-d-mention.ro/programming/java-script/for-javascript-devs/' rel='bookmark' title='Permanent Link: For Javascript devs'>For Javascript devs</a></li></ol>]]></description><link>http://blog.another-d-mention.ro/programming/java-script/parse-xml-in-javascript-with-jquery/</link> </item> </channel> </rss>
