<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Web Design & Web Development Forum: HTML, CSS, JavaScript, PHP - Client & Server Side Scripting (PHP, ASP, JavaScript)]]></title>
		<link>http://www.webdevforums.com/</link>
		<description>No Ecommerce Website Design from any self respecting professional web design company would be turned out without adequate server side ecommerce solutions utilizing web services of some kind.  Ask those questions here.</description>
		<language>en</language>
		<lastBuildDate>Wed, 22 May 2013 21:03:37 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.webdevforums.com/images/misc/rss.png</url>
			<title><![CDATA[Web Design & Web Development Forum: HTML, CSS, JavaScript, PHP - Client & Server Side Scripting (PHP, ASP, JavaScript)]]></title>
			<link>http://www.webdevforums.com/</link>
		</image>
		<item>
			<title>JavaScript encodeURI-decodeURI</title>
			<link>http://www.webdevforums.com/showthread.php?85723-JavaScript-encodeURI-decodeURI&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 04:51:11 GMT</pubDate>
			<description><![CDATA[This JavaScript article shows you the reason of using encode/decode JavaScript methods for the data; and the solutions for this trouble. Just a little post, but this tutorial is still useful & helpful... detail (http://www.javascriptbank.com/javascript-encodeuri-decodeuri.html/en//) at...]]></description>
			<content:encoded><![CDATA[<div>This JavaScript article shows you the reason of using encode/decode JavaScript methods for the data; and the solutions for this trouble. Just a little post, but this tutorial is still useful &amp; helpful... <a href="http://www.javascriptbank.com/javascript-encodeuri-decodeuri.html/en//" target="_blank">detail</a> at <a href="http://www.javascriptbank.com/" target="_blank">JavaScriptBank.com - 2.000+ free JavaScript codes</a><br />
<br />
<div style="text-align: center;"><a href="http://www.javascriptbank.com/javascript/article/how-to/javascript-encodeuri-decodeuri/preview/en/" target="_blank"><img src="http://www.javascriptbank.com/javascript.images/article/javascript-encodeuri-decodeuri.jpg" border="0" alt="" /></a><br />
Demo: <a href="http://www.javascriptbank.com/javascript-encodeuri-decodeuri.html/en/" target="_blank">JavaScript JavaScript encodeURI-decodeURI</a><br />
</div><br />
<font size="4"><u>How to setup</u></font><br />
<br />
<br />
<br />
<br />
<br />
<br />
<div style="text-align: center;"><a href="http://www.javascriptbank.com/line-graph-script-index.html" target="_blank"><font color="DarkOrange">JavaScript Line Graph script</font></a> - <a href="http://www.javascriptbank.com/virtualkeyboard-index.html" target="_blank"><font color="Blue">JavaScript Virtual Keyboard</font></a> - <a href="http://www.javascriptbank.com/horizontal-slider-javascript-v2-2.html" target="_blank">JavaScript Horizontal Slider</a></div></div>

]]></content:encoded>
			<category domain="http://www.webdevforums.com/forumdisplay.php?5-Client-amp-Server-Side-Scripting-(PHP-ASP-JavaScript)"><![CDATA[Client & Server Side Scripting (PHP, ASP, JavaScript)]]></category>
			<dc:creator>JavaScriptBank</dc:creator>
			<guid isPermaLink="true">http://www.webdevforums.com/showthread.php?85723-JavaScript-encodeURI-decodeURI</guid>
		</item>
		<item>
			<title>get 2 words in every value of array</title>
			<link>http://www.webdevforums.com/showthread.php?85718-get-2-words-in-every-value-of-array&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 21:54:39 GMT</pubDate>
			<description><![CDATA[Hi i have code like this one : 
 
Code: 
--------- 
 $words2= 'If you want to have a preformatted block within a list, indent by eight spaces.';  
$forbiddenwords=array("word1","word2"); 
 foreach($words2 as $b=>$v) { 
if(in_array($v, $forbidden) ){ 
     unset($words2[$b] );      } }  
 $words2 =...]]></description>
			<content:encoded><![CDATA[<div>Hi i have code like this one :<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> $words2= 'If you want to have a preformatted block within a list, indent by eight spaces.'; <br />
$forbiddenwords=array(&quot;word1&quot;,&quot;word2&quot;);<br />
&nbsp;foreach($words2 as $b=&gt;$v) {<br />
if(in_array($v, $forbidden) ){<br />
&nbsp; &nbsp;  unset($words2[$b] );&nbsp; &nbsp; &nbsp; } } <br />
&nbsp;$words2 = array_values($words2); <br />
&nbsp;$words2=implode(' ',$words2); <br />
&nbsp;$words2 = implode(' ',array_chunk(mb_split('\s', $words2), 2));<br />
&nbsp; echo &quot;&lt;pre&gt;&quot;; print_r($words2); echo &quot;&lt;/pre&gt;&quot;;</code><hr />
</div> what i want is to creat an array that every value of it contain 2 words from the string. the code above dosn't work -implode() not working with associative arrays- also the result that i'm trying to have is like that:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">array (<br />
&nbsp;$words2[0]=&gt;'If you' <br />
$words2[1]=&gt;'you want'<br />
&nbsp;$words2[1]=&gt;'want to' <br />
... )</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.webdevforums.com/forumdisplay.php?5-Client-amp-Server-Side-Scripting-(PHP-ASP-JavaScript)"><![CDATA[Client & Server Side Scripting (PHP, ASP, JavaScript)]]></category>
			<dc:creator>channark</dc:creator>
			<guid isPermaLink="true">http://www.webdevforums.com/showthread.php?85718-get-2-words-in-every-value-of-array</guid>
		</item>
		<item>
			<title>arabic keyword density tool</title>
			<link>http://www.webdevforums.com/showthread.php?85692-arabic-keyword-density-tool&amp;goto=newpost</link>
			<pubDate>Sat, 11 May 2013 19:30:42 GMT</pubDate>
			<description><![CDATA[hi i want to create a keyword density tool for arabic websites. 
i need your help plz on how to create it especially the part where the script should extract the words because i don't know if that will be done correctly i tried many keyword density tool for arabic language it dosn't work 
plz help...]]></description>
			<content:encoded><![CDATA[<div>hi i want to create a keyword density tool for arabic websites.<br />
i need your help plz on how to create it especially the part where the script should extract the words because i don't know if that will be done correctly i tried many keyword density tool for arabic language it dosn't work<br />
plz help thnx</div>

]]></content:encoded>
			<category domain="http://www.webdevforums.com/forumdisplay.php?5-Client-amp-Server-Side-Scripting-(PHP-ASP-JavaScript)"><![CDATA[Client & Server Side Scripting (PHP, ASP, JavaScript)]]></category>
			<dc:creator>channark</dc:creator>
			<guid isPermaLink="true">http://www.webdevforums.com/showthread.php?85692-arabic-keyword-density-tool</guid>
		</item>
		<item>
			<title>Tips for getting MTS, MKV, AVI, Tivo, MPG, MVI, VOB files onto BlackBerry Z10</title>
			<link>http://www.webdevforums.com/showthread.php?85677-Tips-for-getting-MTS-MKV-AVI-Tivo-MPG-MVI-VOB-files-onto-BlackBerry-Z10&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 08:52:05 GMT</pubDate>
			<description>Tips for getting MTS, MKV, AVI, Tivo, MPG, MVI, VOB files onto BlackBerry Z10  
   
The BlackBerry Z10 is the first handset from the company formerly known as RIM, now renamed BlackBerry, to run its new operating system BlackBerry 10. It’s no secret that BlackBerry has been on the rocks for the...</description>
			<content:encoded><![CDATA[<div>Tips for getting MTS, MKV, AVI, Tivo, MPG, MVI, VOB files onto BlackBerry Z10 <br />
  <br />
The BlackBerry Z10 is the first handset from the company formerly known as RIM, now renamed BlackBerry, to run its new operating system BlackBerry 10. It’s no secret that BlackBerry has been on the rocks for the past year or so, with the company even admitting that it hasn’t been in the best shape of late, and the 4G toting Z10 is the start of what is hoped to be a successful revolution. Sporting a 4.2-inch 1280 x 768 display, 1.5GHz dual-core processor, 2GB of RAM, 16GB of internal storage and its steep price tag, the BlackBerry Z10 finds itself jostling for position with the Nokia Lumia 920, Samsung Galaxy S3 and iPhone 5. <br />
 <br />
<img src="http://hdcam-to-fcp.com/wp-content/uploads/2013/05/best-video-format-for-blackberry-z10.gif" border="0" alt="" /> <br />
 <br />
The BlackBerry Z10 is ideal for multi-media playback, as it supports over-majority video and audio formats: 3GP, 3GP2, M4A, M4V, MOV, MP4, MKV, MPEG-4, AVI, ASF, WMV, WMA, MP3, MKA, AAC, AMR, F4V, WAV, MP2PS, MP2TS, AWB, OGG, FLAC. <br />
 <br />
<a href="http://www.pavtube.com/special-offer.html" target="_blank"><b><font size="5">Big Sale - Money Saving Software Bundles - Saving Up to $35 - Pavtube Studio</font></b></a> <br />
 <br />
<b>You may transfer video and music to BlackBerry Z10 easily via USB connection.</b> <br />
 <br />
There are 2 ways for you to go: <br />
 <br />
1: Connect BlackBerry Z10 as Mass storage for file transfer <br />
 <br />
Connect BlackBerry Z10 to PC with USB 2.0 and set the phone up as a hard drive. Follow Settings&gt;Storage and Access&gt; USB Mass Storage. With that option on, you can select the SD card from your computer to manually move video, photo, music files on to BlackBerry Z10. <br />
 <br />
2: Transfer video/music to BB Z10 via BlackBerry Link <br />
 <br />
In order to make it so easy for users to organize and transfer files to Z10, the Blackberry offers free app BlackBerry Link. See how to <b><a href="http://www.pavtube.com/transfer-music-videos-to-blackberry-10.html" target="_blank">How to transfer music and videos to my Blackberry 10 via Blackberry Link?</a></b> <br />
 <br />
When a video or audio does not sync or display on Blackberry Z10, it could be due to: <br />
 <br />
*&#12288;Unsupported video format (e.g. *.vob format) <br />
*&#12288;Unsupported codec (e.g. AC3) <br />
*&#12288;Huge file size (e.g. H.264 MP4 video of 10GB+) <br />
*&#12288;High resolution (e.g. 1080p video and above) <br />
*&#12288;Protections (e.g. iTunes videos) <br />
 <br />
In order to play all MKV, AVI, WMV, MP4, VOB, M2TS videos on Blackberry Z10 properly, you can convert videos for Blackberry Z10 with this <b><a href="http://www.pavtube.com/video_converter/" target="_blank">Blackberry Z10 video converter</a></b> before transferring videos to Blackberry Z10. <br />
 <br />
For detailed steps, you may refer to the guide below: <br />
 <br />
<b><a href="http://www.pavtube.com/put-mkv-avi-mp4-wmv-vob-to-blackberry-z10.html" target="_blank">How to watch MKV, AVI, WMV, VOB and flash videos on Blackberry Z10?</a></b> <br />
 <br />
The Video to Blackberry Z10 Converter also compresses 1080p full HD video to 720p which is optimized for the Z10 phone. To watch protected iTunes movies on Blackberry 10, you need <a href="http://www.blu-ray-dvd-converter.com/chewtune/" target="_blank">DRM removal</a> app. To rip <a href="http://www.pavtube.com/blu-ray-ripper/" target="_blank">Blu-rays</a> and <a href="http://www.pavtube.com/guide/put-dvd-blu-ray-movie-to-samsung-infuse-4g.html" target="_blank">DVDs to Blackberry Z10</a> supported formats, you may use the all-in-one package <a href="http://www.pavtube.com/blu-ray-video-converter-ultimate/" target="_blank">Video Converter Ultimate</a>. <br />
 <br />
Buy One Get Another Free? Yes, just join <b><a href="http://www.pavtube.com/special-offer.html" target="_blank">Pavtube's Special Offer</a></b> to get the promotion. <br />
 <br />
* $80 ONLY = ByteCopy + Blu-ray Video Converter Ultimate <br />
 <br />
* $75 ONLY =ChewTune + Blu-ray Video Converter Ultimate <br />
 <br />
* $68 ONLY =ByteCopy + Blu-ray Ripper <br />
 <br />
* $65 ONLY = Video Converter Ultimate + DVD Creator <br />
 <br />
* $49 ONLY = Blu-ray Ripper + DVD Creator <br />
 <br />
* $45 ONLY = DVD Ripper + DVD Creator</div>

]]></content:encoded>
			<category domain="http://www.webdevforums.com/forumdisplay.php?5-Client-amp-Server-Side-Scripting-(PHP-ASP-JavaScript)"><![CDATA[Client & Server Side Scripting (PHP, ASP, JavaScript)]]></category>
			<dc:creator>Violet16</dc:creator>
			<guid isPermaLink="true">http://www.webdevforums.com/showthread.php?85677-Tips-for-getting-MTS-MKV-AVI-Tivo-MPG-MVI-VOB-files-onto-BlackBerry-Z10</guid>
		</item>
		<item>
			<title>Big Sale - 20% Off For the Best DVD to Android Converter</title>
			<link>http://www.webdevforums.com/showthread.php?85675-Big-Sale-20-Off-For-the-Best-DVD-to-Android-Converter&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 02:44:17 GMT</pubDate>
			<description><![CDATA[*HOOOOOOOOT NEWS:* To celebrate this 2013 Mother's Day with you, Brorsoft put into effect a special offer as the *2013 Mother's Day Special Gifts (http://brorsoft.com/mother-day/index.html)* for your Mom. Up to 50% off discount is being available from May 7 to May 21, 2013. And being known as the...]]></description>
			<content:encoded><![CDATA[<div><b>HOOOOOOOOT NEWS:</b> To celebrate this 2013 Mother's Day with you, Brorsoft put into effect a special offer as the <b><a href="http://brorsoft.com/mother-day/index.html" target="_blank">2013 Mother's Day Special Gifts</a></b> for your Mom. Up to 50% off discount is being available from May 7 to May 21, 2013. And being known as the most useful and powerful DVD to Android tablet converter, the Brorsoft DVD Ripper is on sale with 20% discount.<br />
<br />
<a href="http://brorsoft.com/mother-day/index.html" target="_blank"><img src="http://device-central.com/wp-content/uploads/2013/05/mother-day-special-offers.gif" border="0" alt="" /></a><br />
<br />
<b><font size="4">Besides DIYing a Love Gift, sending an ECard, you can also get Special Offers from Brorsoft:</font></b><br />
<br />
<b>2013 Mother's Day Special Offer: $28.00 Only = <a href="http://brorsoft.com/dvd-ripper/" target="_blank">20% Off Brorsoft DVD to Android Converter for Windows</a></b><br />
<br />
<b>2013 Mother's Day Coupon Codes: $28.00 Only = <a href="http://brorsoft.com/dvd-ripper-mac/" target="_blank">20% off Brorsoft DVD to Android Ripper for Mac</a></b><br />
<br />
<img src="http://device-central.com/wp-content/uploads/2013/04/best-dvd-ripper-for-android.gif" border="0" alt="" /><br />
<br />
<font size="4"><b>Introductions:</b></font><br />
<br />
Brorsoft's DVD to Android Ripper has outputs for almost all the Android models, so you can start getting DVD movie library ready for your Android devices like Kindle Fire HD, ASUS Transformer Prime, Nook (HD/HD+) Tablet, Samsung Galaxy Tab 2, Galaxy Note 10.1, Galaxy S4/S3, Google Nexus 7, Google Nexus 10, Nexus 4, Lenov ThinkPad tablet, Sony Tablet S, Toshiba Thrive, Motorola Xoom, etc... <br />
<br />
More than converting Blu-ray/DVD movies to Android tablet playing both on Mac and Windows, Brorsoft DVD Ripper also pack perfect support for portable devices that run other OS, including iPad, iPhone, BlackBerry PlayBook, Microsoft Surface RT/Pro tablet, HP TouchPad, Nokia Lumia 920/822, etc. <br />
<br />
<b>Highlights of Brorsoft DVD Ripper - <a href="http://tablet-video-tips.com/best-dvd-converter-app-for-android-rip-convert-dvd-to-play-on-android/" target="_blank">Why Choose the Best DVD to Android Converter</a>:</b><br />
<br />
- Turn DVD into playable files on tablets, smartphones and more<br />
- Rip DVD to MKV, MOV, MP4, M4V, WMV, AVI... to fit different uses<br />
- Select wanted audio/subtitles track to be kept in the output files<br />
- Remain DVD's orginal file structure by using &quot;Copy the entire disc&quot;<br />
<br />
<b>Customer's Review:</b> Overall, the program is easy to use for editing and conversion and makes great quality copies of my DVDs. It can help you rip and convert all the DVD Discs even DVD iso/ifo image files. The audio/video synchronization is very good, the size of the subtitles too. <br />
<br />
The software works like most other DVD rippers I've used. Pop in your disc, choose an output profile (H.264, MP4, or HD MP4) for your Android tablet/smartphone, and click Start. Then go get a cup of coffee (conversion takes time).<br />
<br />
<b>Guides &amp; Tips:</b><br />
<br />
<a href="http://www.brorsoft.com/nook-hd/watch-dvd-movies-on-nook-hd-in-full-screen.html" target="_blank">DVD to Nook HD Tablet</a><br />
<a href="http://www.brorsoft.com/samsung-galaxy-s4/convert-dvds-to-galaxy-s4.html" target="_blank">DVD to Samsung Galaxy S4</a><br />
<a href="http://www.brorsoft.com/nexus-7/rip-dvd-movies-to-google-nexus7-full-screen.html" target="_blank">DVD to Google Nexus 7</a><br />
<a href="http://www.brorsoft.com/how-to/rip-dvd-to-galaxy-tab2-101-with-preferred-subtitles.html" target="_blank">DVD to Galaxy Tab 2 10.1</a><br />
<a href="http://www.brorsoft.com/how-to/convert-rip-dvd-to-asus-eee-pad-transformer-prime.html" target="_blank">DVD to Asus Transformer Infinity TF700</a><br />
<a href="http://www.brorsoft.com/galaxy-note-101/dvd-to-galaxy-note-101-watch-dvd-movies-on-galaxy-note-101.html" target="_blank">DVD to Galaxy Note 10.1</a><br />
<a href="http://www.brorsoft.com/how-to/rip-dvd-iso-ifo-to-mp4-for-the-new-apple-tv3.html" target="_blank">DVD to Apple TV 3</a><br />
<a href="http://www.brorsoft.com/how-to/put-copy-dvd-movie-to-the-new-ipad.html" target="_blank">DVD to new iPad 3</a><br />
<a href="http://www.brorsoft.com/microsoft-surface/rip-play-bluray-dvd-movies-on-microsoft-surface.html" target="_blank">DVD to Microsoft Surface</a><br />
<a href="http://www.brorsoft.com/kindle-fire-hd/rip-put-dvd-movies-to-kindle-fire-hd-with-best-settings.html" target="_blank">DVD to Kindle Fire HD</a><br />
<font size="4"><b><a href="http://www.brorsoft.com/how-to.html#k4" target="_blank">Learn More</a></b></font><br />
<br />
<a href="http://lydia622520.tumblr.com/post/49897990395/2013-mother-day-crazy-discount-20-off-brorsoft-dvd" target="_blank">Big Sale - 20% Off For the Best DVD to Android Converter</a><br />
<br />
Brorsoft also released an advance version - <b><a href="http://www.brorsoft.com/blu-ray-ripper/index.html" target="_blank">Blu-ray Ripper</a></b> (Also available for 20% Off now), which deals with both DVD and Blu-ray discs.<br />
<br />
<a href="http://brorsoft.com/mother-day/index.html" target="_blank"><img src="http://device-central.com/wp-content/uploads/2013/05/brorsoft-mother-day-gifts.jpg" border="0" alt="" /></a></div>

]]></content:encoded>
			<category domain="http://www.webdevforums.com/forumdisplay.php?5-Client-amp-Server-Side-Scripting-(PHP-ASP-JavaScript)"><![CDATA[Client & Server Side Scripting (PHP, ASP, JavaScript)]]></category>
			<dc:creator>lydia622520</dc:creator>
			<guid isPermaLink="true">http://www.webdevforums.com/showthread.php?85675-Big-Sale-20-Off-For-the-Best-DVD-to-Android-Converter</guid>
		</item>
		<item>
			<title>Spaces in forms not showing with slideshow on page</title>
			<link>http://www.webdevforums.com/showthread.php?85668-Spaces-in-forms-not-showing-with-slideshow-on-page&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 16:46:54 GMT</pubDate>
			<description><![CDATA[Hi, I have figured out my "slideshow" is co***icting somehow with the form on this page: 
 
http://qpcleaners.com/employment.htm 
 
When you type in a space on the form, it doesn't show. When I took out the script for the slideshow, the spaces show. 
 
Anyone have an idea of what it could be? I'm...]]></description>
			<content:encoded><![CDATA[<div>Hi, I have figured out my &quot;slideshow&quot; is co***icting somehow with the form on this page:<br />
<br />
<a href="http://qpcleaners.com/employment.htm" target="_blank">http://qpcleaners.com/employment.htm</a><br />
<br />
When you type in a space on the form, it doesn't show. When I took out the script for the slideshow, the spaces show.<br />
<br />
Anyone have an idea of what it could be? I'm guessing a co***icting style somewhere. I am not a coding expert.<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.webdevforums.com/forumdisplay.php?5-Client-amp-Server-Side-Scripting-(PHP-ASP-JavaScript)"><![CDATA[Client & Server Side Scripting (PHP, ASP, JavaScript)]]></category>
			<dc:creator>Mercury0880</dc:creator>
			<guid isPermaLink="true">http://www.webdevforums.com/showthread.php?85668-Spaces-in-forms-not-showing-with-slideshow-on-page</guid>
		</item>
	</channel>
</rss>
