<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NewART Development</title>
	<atom:link href="http://blog.newart-design.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.newart-design.net</link>
	<description>Web development tutorials, SEO articles and PHP script resources</description>
	<lastBuildDate>Fri, 12 Mar 2010 10:32:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>getParam() in Zend Framework</title>
		<link>http://blog.newart-design.net/2010/03/getparam-in-zend-framework/</link>
		<comments>http://blog.newart-design.net/2010/03/getparam-in-zend-framework/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 10:13:40 +0000</pubDate>
		<dc:creator>daniel-ionica</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[getParam]]></category>
		<category><![CDATA[simple example]]></category>

		<guid isPermaLink="false">http://blog.newart-design.net/?p=212</guid>
		<description><![CDATA[How do you use the getParam() Front Controller Parameter ? usually in php your link should be somthing like: user.php?action=aboutuser&#38;username=coolname&#38;gender=male and You call it $_GET[&#34;username&#34;]; $_GET[&#34;gender&#34;]; But in Zend Framework the url looks more like this: hostname/user/aboutuser/username/wiwit/gender/man And we can interpret it like this: 1. Controller = user 2. Action = aboutuser 3. username = [...]]]></description>
		<wfw:commentRss>http://blog.newart-design.net/2010/03/getparam-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench error : font Trebuchet MS does not support style regular</title>
		<link>http://blog.newart-design.net/2010/02/mysql-workbench-error-font-trebuchet-ms-does-not-support-style-regular/</link>
		<comments>http://blog.newart-design.net/2010/02/mysql-workbench-error-font-trebuchet-ms-does-not-support-style-regular/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 15:04:34 +0000</pubDate>
		<dc:creator>daniel-ionica</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.newart-design.net/?p=205</guid>
		<description><![CDATA[Lately i updated my MYSQL GUI TOOL fron MySQL Administrator and MySQL Query Browser to MySQL Workbench. Pretty nice tool i may add but i got a fatal error: font "Trebuchet MS" does not support style "regular" Hmm...thats an easy fix, all you have tot do is install the required font and you ar good [...]]]></description>
		<wfw:commentRss>http://blog.newart-design.net/2010/02/mysql-workbench-error-font-trebuchet-ms-does-not-support-style-regular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit using an input image type: fix for IE</title>
		<link>http://blog.newart-design.net/2009/08/submit-using-an-input-image-type-fix-for-ie/</link>
		<comments>http://blog.newart-design.net/2009/08/submit-using-an-input-image-type-fix-for-ie/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 14:53:53 +0000</pubDate>
		<dc:creator>daniel-ionica</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.newart-design.net/?p=161</guid>
		<description><![CDATA[Well if you try login with an input image type you will have a small problem in IE:  it wont work. HTML : &#60;input name=&#34;submit&#34; src=&#34;path/to/image.gif&#34; type=&#34;image&#34; value=&#34;Submit&#34; PHP // start processing on submit or submit_x if (isset($_POST['submit']) &#124;&#124; isset($_POST['submit_x'])) { // run code here } This should fix the problem in IE. Just add [...]]]></description>
		<wfw:commentRss>http://blog.newart-design.net/2009/08/submit-using-an-input-image-type-fix-for-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex applications with transparent background</title>
		<link>http://blog.newart-design.net/2009/08/flex-applications-with-transparent-background/</link>
		<comments>http://blog.newart-design.net/2009/08/flex-applications-with-transparent-background/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 19:57:04 +0000</pubDate>
		<dc:creator>daniel-ionica</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.newart-design.net/?p=152</guid>
		<description><![CDATA[Maybe you need a transparent background for your application BUT where is the button??? Well is pretty simple all you have to do are 2 simple things : 1) &#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundAlpha="0.0"&#62; As you may see i added backgroundAlpha equal to zero. 2) AC_FL_RunContent( ..., "wmode", "transparent" ); just add "wmode", "transparent" in html [...]]]></description>
		<wfw:commentRss>http://blog.newart-design.net/2009/08/flex-applications-with-transparent-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with charset on vbulletin</title>
		<link>http://blog.newart-design.net/2009/01/problems-with-carset-on-vbulletin/</link>
		<comments>http://blog.newart-design.net/2009/01/problems-with-carset-on-vbulletin/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 20:05:57 +0000</pubDate>
		<dc:creator>daniel-ionica</dc:creator>
				<category><![CDATA[Vbulletin]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://www.daniel-ionica.net/blog/?p=33</guid>
		<description><![CDATA[Either if special chars arent displayed corectly when you submit a new thread or when you use Rss Feed Manager you should look into : Language / Charset Problems - Things To Check Some people encounter problems with garbled characters when using vBulletin with non-English languages. Here are some things you can check based on [...]]]></description>
		<wfw:commentRss>http://blog.newart-design.net/2009/01/problems-with-carset-on-vbulletin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Include in jsp?</title>
		<link>http://blog.newart-design.net/2008/10/include-in-jsp/</link>
		<comments>http://blog.newart-design.net/2008/10/include-in-jsp/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 17:28:05 +0000</pubDate>
		<dc:creator>daniel-ionica</dc:creator>
				<category><![CDATA[JSP]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[jsp:include]]></category>

		<guid isPermaLink="false">http://www.daniel-ionica.net/blog/?p=28</guid>
		<description><![CDATA[How to include jsp scripts in your page ? Well we can do it in 2 different ways : &#60;%@ include file="included.html" %&#62; or &#60;jsp:include page="included.html" flush="true" /&#62; While include works very well for incorporating static content into your Web pages, it doesn't work so well for dynamic content. We discovered this in the last [...]]]></description>
		<wfw:commentRss>http://blog.newart-design.net/2008/10/include-in-jsp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is web 2.0</title>
		<link>http://blog.newart-design.net/2008/10/what-is-web-20/</link>
		<comments>http://blog.newart-design.net/2008/10/what-is-web-20/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 17:28:10 +0000</pubDate>
		<dc:creator>daniel-ionica</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.daniel-ionica.net/blog/?p=24</guid>
		<description><![CDATA[Even if we use it every day not all of us know what Web 2.0 So What is web 2.0 ? Markus Angermeier created a tag cloud with some of the themes of web 2.0 Ajax is web 2.0  , Rss is web 2.0 , adsense is web 2.0 , flicker is web 2.0 . [...]]]></description>
		<wfw:commentRss>http://blog.newart-design.net/2008/10/what-is-web-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Present you Robots.php</title>
		<link>http://blog.newart-design.net/2008/06/i-present-you-robotsphp/</link>
		<comments>http://blog.newart-design.net/2008/06/i-present-you-robotsphp/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 21:01:16 +0000</pubDate>
		<dc:creator>daniel-ionica</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[rewrite url]]></category>
		<category><![CDATA[robots.txt]]></category>

		<guid isPermaLink="false">http://www.daniel-ionica.net/blog/?p=20</guid>
		<description><![CDATA[So you have like 2-3 or 4 domains pakerd in the same place : cars.com , cars.co.uk, cars.fr, cars.ru Same content but made for different visitors, perhaps different languages. The problems come when google visits your site and indexes all sites creating duplicate content (same content on different websites in this case) This could be [...]]]></description>
		<wfw:commentRss>http://blog.newart-design.net/2008/06/i-present-you-robotsphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO your v3 Arcade plugin</title>
		<link>http://blog.newart-design.net/2008/01/seo-your-v3-arcade-plugin/</link>
		<comments>http://blog.newart-design.net/2008/01/seo-your-v3-arcade-plugin/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 19:03:05 +0000</pubDate>
		<dc:creator>daniel-ionica</dc:creator>
				<category><![CDATA[Vbulletin]]></category>
		<category><![CDATA[v3 arcade]]></category>

		<guid isPermaLink="false">http://www.daniel-ionica.net/blog/2008/01/01/seo-your-v3-arcade-plugin/</guid>
		<description><![CDATA[As you may know v3 Arcade has NO SEO so in a age where everyone is looking for seo tools i made some small modifications on the script's template in order to make unique descriptions and titles, also haven't forgot about the keywords. Templates that sufferd modifications : arcade_main Modification for arcade_main arcade_play Modification for [...]]]></description>
		<wfw:commentRss>http://blog.newart-design.net/2008/01/seo-your-v3-arcade-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect Scripts</title>
		<link>http://blog.newart-design.net/2007/10/redirect-scripts/</link>
		<comments>http://blog.newart-design.net/2007/10/redirect-scripts/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 12:28:48 +0000</pubDate>
		<dc:creator>daniel-ionica</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.daniel-ionica.net/blog/2007/10/13/redirect-scripts/</guid>
		<description><![CDATA[Simple HTML redirect script ====Begin========== &#60;script&#62; location = "http://www.daniel-ionica.net/blog/index.php"; &#60;/script&#62; =====End========== With this script your users probably wont even see the redirect Alert redirect ==Begin============ &#60;html&#62; &#60;script&#62; alert("This page has been moved to a new location... click OK to be redirected?"); location = "http://www.daniel-ionica.net/blog/index.php"; &#60;/script&#62; &#60;/html&#62; ===End=========== Confirmed redirect ====Begin======== &#60;html&#62; &#60;script&#62; if(confirm("This page has [...]]]></description>
		<wfw:commentRss>http://blog.newart-design.net/2007/10/redirect-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

