<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>NewART Development</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>getParam() in Zend Framework</title>
		<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>
		<link>http://blog.newart-design.net/2010/03/getparam-in-zend-framework/</link>
			</item>
	<item>
		<title>MySQL Workbench error : font Trebuchet MS does not support style regular</title>
		<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>
		<link>http://blog.newart-design.net/2010/02/mysql-workbench-error-font-trebuchet-ms-does-not-support-style-regular/</link>
			</item>
	<item>
		<title>Submit using an input image type: fix for IE</title>
		<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>
		<link>http://blog.newart-design.net/2009/08/submit-using-an-input-image-type-fix-for-ie/</link>
			</item>
	<item>
		<title>Flex applications with transparent background</title>
		<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>
		<link>http://blog.newart-design.net/2009/08/flex-applications-with-transparent-background/</link>
			</item>
	<item>
		<title>Problems with charset on vbulletin</title>
		<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>
		<link>http://blog.newart-design.net/2009/01/problems-with-carset-on-vbulletin/</link>
			</item>
	<item>
		<title>Include in jsp?</title>
		<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>
		<link>http://blog.newart-design.net/2008/10/include-in-jsp/</link>
			</item>
	<item>
		<title>What is web 2.0</title>
		<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>
		<link>http://blog.newart-design.net/2008/10/what-is-web-20/</link>
			</item>
	<item>
		<title>I Present you Robots.php</title>
		<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>
		<link>http://blog.newart-design.net/2008/06/i-present-you-robotsphp/</link>
			</item>
	<item>
		<title>SEO your v3 Arcade plugin</title>
		<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>
		<link>http://blog.newart-design.net/2008/01/seo-your-v3-arcade-plugin/</link>
			</item>
	<item>
		<title>Redirect Scripts</title>
		<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>
		<link>http://blog.newart-design.net/2007/10/redirect-scripts/</link>
			</item>
</channel>
</rss>

