<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>mbe.ro</title>
	<link>http://www.mbe.ro</link>
	<description>programming guide</description>
	<lastBuildDate>Fri, 18 Jun 2010 06:38:20 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>New design for our website</title>
		<description><![CDATA[About three months ago we made a new design for our website but we haven&#8217;t had the time to implement it (lots of projects to work on). So, I&#8217;m asking you right now if you like our new logo  
Give all kind of feedback (it will only be appreciated)

]]></description>
		<link>http://www.mbe.ro/2010/06/18/new-design-for-our-website/</link>
			</item>
	<item>
		<title>Searching for a PHP developer</title>
		<description><![CDATA[Hey, we are looking to increase our team so if you&#8217;re a PHP developer and you&#8217;ve done CakePHP applications and HTML cutting then we want you! We offer a good working environment, very friendly team, a flexible schedule and a good salary.
Should you be interested please send your resume to ciprian [at] mbe [dot] ro.
PS: [...]]]></description>
		<link>http://www.mbe.ro/2010/04/27/searching-for-a-php-developer/</link>
			</item>
	<item>
		<title>Do you think IE should exist?</title>
		<description><![CDATA[I calculated that I lose at least an hour a month to deal with IE related issues (that means that I lose a day of my life in two years &#8211; A DAY). So I think IE shouldn&#8217;t exist (none of them, not IE6..not IE8).
EDIT: I&#8217;ve seen that a lot of people have misunderstood what [...]]]></description>
		<link>http://www.mbe.ro/2010/02/24/do-you-think-ie-should-exist/</link>
			</item>
	<item>
		<title>Customize HTML select boxes</title>
		<description><![CDATA[I have recently made a jQuery plugin that customizes the way HTML select boxes look and act. What is different from all the other plugins is that it replaces the select with very simple HTML code and plus (by default &#8211; but can be modified by adding a parameter) it can view as a select [...]]]></description>
		<link>http://www.mbe.ro/2010/02/23/customize-html-select-boxes/</link>
			</item>
	<item>
		<title>jQuery Slide Bug / Fix</title>
		<description><![CDATA[In IE the jquery slide effect does not work so well. So I tried to make a fix (but using the jquery ui effects). I rewrote the slideUp, slideDown and slideToggle (and all of them work like a charm in all browsers):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$.fn.slideToggle = function &#40;_speed,_function&#41; &#123;
	$&#40;this&#41;.toggle&#40;'slide',&#123;direction:'up'&#125;,_speed,_function&#41;;
&#125;
$.fn.slideUp = function &#40;_speed,_function&#41; &#123;
	if &#40;!$&#40;this&#41;.is&#40;':hidden'&#41;&#41; &#123;
		$&#40;this&#41;.hide&#40;'slide',&#123;direction:'up'&#125;,_speed,_function&#41;;
	&#125; else &#123;
		if &#40;_function&#41;
			_function.call&#40;&#41;;
	&#125;
&#125;
$.fn.slideDown [...]]]></description>
		<link>http://www.mbe.ro/2009/11/03/jquery-slide-bug-fix/</link>
			</item>
	<item>
		<title>Another way to add custom fonts to HTML</title>
		<description><![CDATA[While surfing I stumbled upon this . It&#8217;s a new way, no javascript, just CSS. (this is actually better because, this way custom fonts could be covered even for people that don&#8217;t have javascript enabled).
Check it out. I think it&#8217;s very good. I haven&#8217;t tried it myself yet but from what I read it&#8217;s actually [...]]]></description>
		<link>http://www.mbe.ro/2009/10/17/another-way-to-add-custom-fonts-to-html/</link>
			</item>
	<item>
		<title>HTML 2 Array &#8211; faster and better &#8211; v1.02</title>
		<description><![CDATA[I&#8217;ve improved the class a lot and I&#8217;m still working on making it better. Now, it recovers the single tags (like img and meta and so on) and the rest the same time the other recovered without the single tags.
You have the option of ignoring the single tags. It&#8217;s actually much better (the algorithm is [...]]]></description>
		<link>http://www.mbe.ro/2009/09/15/html-2-array-faster-and-better-v1-02/</link>
			</item>
	<item>
		<title>Fast and easy PHP MySQL Class</title>
		<description><![CDATA[I will share my best PHP class to help you connect to MySQL. It is easy to use (easier than the classic way). It is fast and it helps you if you forget to escape some strings before inserting or things like those.
If you use it please reference me, this site and my email address [...]]]></description>
		<link>http://www.mbe.ro/2009/08/30/fast-and-easy-php-mysql-class/</link>
			</item>
	<item>
		<title>CakePHP 1.2.4.8284 Session Component Bug</title>
		<description><![CDATA[I just had a rather idiot error in CakePHP: I have a page with an ajax loaded area. In the webpage the session variables were not recognized but in the ajax loaded area they were (no matter how many refreshes of the page).
I did not find the source of the problem, however I have a [...]]]></description>
		<link>http://www.mbe.ro/2009/08/20/cakephp-1-2-4-8284-session-component-bug/</link>
			</item>
	<item>
		<title>Another stupid IE fact</title>
		<description><![CDATA[Yet another dumb IE fact: Internet Explorer adds margin to the &#60;form&#62; tag.
So everytime you start a CSS you must enter (besides other):

1
2
3
form &#123;
	margin: 0;
&#125;

One more time&#8230; Thank you Microsoft for the great product that is Internet Explorer, NOT.
]]></description>
		<link>http://www.mbe.ro/2009/08/05/another-stupid-ie-fact/</link>
			</item>
</channel>
</rss>
