<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Stima Soft</title>
	<link>http://www.evolua.ro</link>
	<description>Stima Soft web blog</description>
	<lastBuildDate>Tue, 20 Dec 2011 14:57:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Rewrite url</title>
		<description><![CDATA[Rewriting urls in Asp.Net is not a complicated thing if you remember some basic steps: 1. Any request will first go to Application_BeginRequest from Global.asax 2. Your online store must be designed in an easy way: - categories must be unique by name - subcategories must be unique by name in the same category (The [...]]]></description>
		<link>http://www.evolua.ro/rewrite-url/</link>
			</item>
	<item>
		<title>Fun with popups</title>
		<description><![CDATA[Let&#8217;s say we have something like the next scenario: 1. We have a popup window for editing a record. 2. We need to select a value from a complex list of records, so we need another popup for this select. Problem: Our second popup is bigger then the first one, so we need to open [...]]]></description>
		<link>http://www.evolua.ro/fun-with-popups/</link>
			</item>
	<item>
		<title>jQuery datetime picker problem</title>
		<description><![CDATA[Some days ago I run into the following problem with jQuery&#8217;s datetime picker. I have a form that contain a input field that I populate with a date/time picker.  If you populate the form on the server with some default values, the jQuery&#8217;s hidden fields wont get set unless you do some action on the [...]]]></description>
		<link>http://www.evolua.ro/jquery-datetime-picker-problem/</link>
			</item>
	<item>
		<title>non-breaking space in MIME encoded, quoted-printable text</title>
		<description><![CDATA[in emailurile encodate cu quoted-printable apare un caracter &#8220;space&#8221; care nu poate fi parsat nici de php nici de C#, acesta reprezinta codul &#8220;=C2=A0&#8243; in bytes &#8220;C2 A0&#8243;. UTF-8 il translateaza in 00A0. ca sa scapam de acest caracter trebuie sa-l decodam folosind functia &#8220;quoted_printable_decode&#8221; si apoi sa eliminam sir de caractere &#8220;=C2=A0&#8243; sau &#8220;\xC2\xA0&#8243; [...]]]></description>
		<link>http://www.evolua.ro/non-breaking-space-in-mime-encoded-quoted-printable-text/</link>
			</item>
	<item>
		<title>Nice jQuery Popup Modal Dialog Plugin</title>
		<description><![CDATA[One of the best jQuery plugins to display a popup modal window is fancybox The usage is simple: $(&#8220;.popup&#8221;).fancybox(); $.fancybox.resize(); and make sure your link has popup class. It will load the page pointed by your link href and resize as needed. What if you display a form in the popup and want to reload [...]]]></description>
		<link>http://www.evolua.ro/jquery-popup-modal-dialog-plugin/</link>
			</item>
	<item>
		<title>PHP &#8211; create class properties at runtime</title>
		<description><![CDATA[How to dynamically create  in PHP a property for an object? If the object  is $foo you use this syntax: $this-&#62;{$property} = &#8216;a value&#8217;; For example: &#60;?php class foo { public function setProperty($n, $v) { &#160;&#160;&#160;$this-&#62;{$n} = $v; } } $foo = new foo(); $foo-&#62;setProperty('property1','value1'); echo $foo-&#62;property1; //will display value1 ?&#62;]]></description>
		<link>http://www.evolua.ro/php-create-class-properties-at-runtime/</link>
			</item>
	<item>
		<title>vi: blkopen&#8217;s read failed</title>
		<description><![CDATA[Most of the time you get this error (message)  when you ran out of space. Try &#8220;df &#8221; and if &#8220;Available&#8221; column indicate 0 then try to make some space and issue the command again (vi)]]></description>
		<link>http://www.evolua.ro/vi-blkopens-read-failed/</link>
			</item>
	<item>
		<title>Jquery Calendar with time picker and translation of the content</title>
		<description><![CDATA[The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker and slider components (jQueryUI) are required for using any of these. To create your own regional objects per region, use the setDefaults method to tie these together. Setting datepicker and timepicker regionals separtely will help ensure proper wording when only using datepicker [...]]]></description>
		<link>http://www.evolua.ro/jquery-calendar-with-time-picker-and-translation-of-the-content/</link>
			</item>
	<item>
		<title>pagination on google custom search</title>
		<description><![CDATA[in the google custom search results pagination will not keep the number of page just visited, for example if you go to the page 3 and go back via browser button you will get results from the first page. To keep visited page some custom modifications should be implemented: step 1: In the function searchCompleteCallback(), [...]]]></description>
		<link>http://www.evolua.ro/pagination-on-google-custom-search/</link>
			</item>
	<item>
		<title>HTTP POST from PHP, without cURL using stream_context_create</title>
		<description><![CDATA[Creates and returns a stream context with any options supplied. It can be used to send and receive information to/from the server, instead of using PEAR&#8217;s webservice. example you can find here and here]]></description>
		<link>http://www.evolua.ro/http-post-from-php-without-curl-using-stream_context_create/</link>
			</item>
</channel>
</rss>


