<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Maribol Labs</title>
	<link>http://www.mlabs.info</link>
	<description>Programming and Design Blog</description>
	<lastBuildDate>Mon, 28 Nov 2011 07:41:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>Add error image when a image is not found</title>
		<description><![CDATA[When creating a website, a priority is to make your website load faster. That&#8217;s good! But what are you doing if your website is embeding some images who doesn&#8217;t exist? Example: View Code HTML&#60;img src=&#34;http://example.com/my-image.jpg&#34;&#62; If the image (my-image.jpg in our example) doesn&#8217;t exist, your website will get loaded more slowly but if you user [...]]]></description>
		<link>http://www.mlabs.info/add-error-image/</link>
			</item>
	<item>
		<title>First post in &#8220;A day in the life of a developer&#8221;</title>
		<description><![CDATA[Lately i started to write more in English and Romanian and i just tinked that i should write something about how i spend my days as a web developer. If you would like to know that someone reads my articles and it will be a pleasure for me to write. I also write in Romanian [...]]]></description>
		<link>http://www.mlabs.info/post-a-day-life-developer/</link>
			</item>
	<item>
		<title>How to create a Move Up and Move Down button using jQuery</title>
		<description><![CDATA[I&#8217;m sorry i haven&#8217;t posted new tutorials for a long time. And very soon i&#8217;ll update the wordpress plugin Maribol IMDB. So what i would like to teach you today is how to move an element using the powerfull jQuery. Let&#8217;s asume that you want to order the order for some text inputs HTML structure: [...]]]></description>
		<link>http://www.mlabs.info/create-move-move-button-jquery/</link>
			</item>
	<item>
		<title>Using AJAX and PHP together</title>
		<description><![CDATA[In this tutorial i&#8217;ll show you how to use PHP and AJAX together and get the results that you need. Here&#8217;s an example of a function that executes a ajax request View Code JAVASCRIPTfunction execAjax&#40;type&#41;&#123; $.ajax&#40;&#123; url: 'ajax.php?type='+type, dataType: 'json', success: function&#40; data &#41; &#123; var items = &#91;&#93;; &#160; $.each&#40;data, function&#40;key, val&#41; &#123; items.push&#40;'&#60;li [...]]]></description>
		<link>http://www.mlabs.info/ajax-php/</link>
			</item>
	<item>
		<title>Security Tutorial #2: Are you protected against sql injections?</title>
		<description><![CDATA[There are alot of websites that are vulnerable to sql injections. In this tutorial i&#8217;ll give you some examples with methods to protect you website. &#160; Make your id from url (int) Let&#8217;s assume that you get the id like this: View Code PHP $id = $_GET&#91;'id'&#93;; Well with this, your site may be vulnerable. [...]]]></description>
		<link>http://www.mlabs.info/security-tutorial-2-protected-sql-injections/</link>
			</item>
	<item>
		<title>Maribol Personal &#8211; WordPress Theme</title>
		<description><![CDATA[Maribol Personal is a free wordpress theme with a very simple design but it looks pretty. Demo: here Download: here]]></description>
		<link>http://www.mlabs.info/maribol-personal-wordpress-theme/</link>
			</item>
	<item>
		<title>Security Tutorial #1: Password hashing</title>
		<description><![CDATA[In the past two years i&#8217;ve used many methods to hash a password. The best method i used is by adding a salt and then encrypting with md5. If you encrypt a password without a salt is more easily (but almost impossible) to find the password. It&#8217;s important to know that if you want to [...]]]></description>
		<link>http://www.mlabs.info/security-tutorial-1-password-hashing/</link>
			</item>
	<item>
		<title>Maribol IMDB &#8211; WordPress Plugin</title>
		<description><![CDATA[Maribol IMDB is a wordpress plugin that helps you show info about a movie in your blog posts. Example of usage: View Code BBCODE[imdb]tt1399103[/imdb] &#60;b&#62;Title:&#60;/b&#62; [imdb:title] ([imdb:year]) &#60;b&#62;Duration:&#60;/b&#62; [imdb:duration] &#60;b&#62;Director:&#60;/b&#62; [imdb:director] And the result should be: View Code HTML&#60;b&#62;Title:&#60;/b&#62; Transformers: Dark of the Moon (2011) &#60;b&#62;Duration:&#60;/b&#62; USA: 157 min &#60;b&#62;Director:&#60;/b&#62; Michael Bay Available Fields View [...]]]></description>
		<link>http://www.mlabs.info/maribol-imdb/</link>
			</item>
	<item>
		<title>Transform image to Base64</title>
		<description><![CDATA[Lately i&#8217;ve seen very often in email newsletters images embed with base64. If you send email newsletters containing image, this is the best way to send. First we try to open the file. View Code PHP $file_path = 'my-image.jpg'; if&#40;$fp = fopen&#40;$file,&#34;rb&#34;, 0&#41;&#41;&#123; &#125;else&#123; echo 'Can\'t open file'; &#125; If the file exist and we [...]]]></description>
		<link>http://www.mlabs.info/transform-image-base64/</link>
			</item>
	<item>
		<title>How to make a search engine on your site. The good method.</title>
		<description><![CDATA[Okay, so many people think that if you make a search engine on your site with query like the one below, it&#8217;s okay. View Code SQLSELECT id,name,post FROM posts WHERE name LIKE '%my key%' But it&#8217;s not! Because: Let&#8217;s assume that you have a post called: My little post name If you make a search [...]]]></description>
		<link>http://www.mlabs.info/search-engine-site-good-method/</link>
			</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.mlabs.info @ 2012-02-04 18:02:16 -->
