<?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>Time For Computer &#187; Ajax Projects</title>
	<atom:link href="http://timeforcomputer.com/category/find-programmers/ajax-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://timeforcomputer.com</link>
	<description>tips and resources for desktop, laptop, and computer basics</description>
	<lastBuildDate>Sun, 17 Apr 2011 15:23:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Website With Simple Function</title>
		<link>http://timeforcomputer.com/website-with-simple-function/</link>
		<comments>http://timeforcomputer.com/website-with-simple-function/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 06:37:34 +0000</pubDate>
		<dc:creator>Jim Time</dc:creator>
				<category><![CDATA[Ajax Projects]]></category>

		<guid isPermaLink="false">http://timeforcomputer.com/find-programmers/ajax-projects/website-with-simple-function/</guid>
		<description><![CDATA[Hi! I got a coded xhtml/css template that i want to add these functions: There will be an adminsection created. From there admin can: Edit content with CKeditor (changed name from FCKeditor) There will be 7 subpages, so the admin can edit the content for all 7 pages. For every subpage there will be 2 [...]]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>I got a coded xhtml/css template that i want to add these functions:</p>
<p>There will be an adminsection created. From there admin can:</p>
<p>Edit content with CKeditor (changed name from FCKeditor)<br />
There will be 7 subpages, so the admin can edit the content for all 7 pages.<br />
For every subpage there will be 2 versions, 1 english and 1 other language.<br />
The visitors will be able to switch language on the content.</p>
<p>There will be a news function for the admin.<br />
So they can with the editor write new articles that will show in a news modul on userpage.</p>
<p>There is a header on the template and made for imageslideshow there.<br />
So it will have to be possible for admin to easily add images to this gallery, with description.</p>
<p>There will also be a simple order formular.</p>
]]></content:encoded>
			<wfw:commentRss>http://timeforcomputer.com/website-with-simple-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Upload Snipped 2</title>
		<link>http://timeforcomputer.com/image-upload-snipped-2/</link>
		<comments>http://timeforcomputer.com/image-upload-snipped-2/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 06:37:09 +0000</pubDate>
		<dc:creator>Jim Time</dc:creator>
				<category><![CDATA[Ajax Projects]]></category>

		<guid isPermaLink="false">http://timeforcomputer.com/find-programmers/ajax-projects/image-upload-snipped-2/</guid>
		<description><![CDATA[i need a secure&#38;simple image-upload-snipped: -user can upload one image (jpg/png) -simple ajax-progressbar (shows the user how long it will take, e.g. ~20% uploaded) simple bar / optional text &#8220;20kb of 200kb&#8221; -max. size of images: 500kb -image should be optimized in size (e.g. http://www.ebrueggeman.com/article_php_image_optimization.php) -image should resized to &#60; 500px if width&#62;500px then width=500px, [...]]]></description>
			<content:encoded><![CDATA[<p>i need a secure&amp;simple image-upload-snipped:</p>
<p>-user can upload one image (jpg/png)</p>
<p>-simple ajax-progressbar (shows the user how long it will take, e.g. ~20% uploaded) simple bar / optional text &#8220;20kb of 200kb&#8221;</p>
<p>-max. size of images: 500kb<br />
-image should be optimized in size (e.g. http://www.ebrueggeman.com/article_php_image_optimization.php)</p>
<p>-image should resized to &lt; 500px<br />
if width&gt;500px then width=500px, height=relativ<br />
if height&gt;500px then height=500px, width=relativ</p>
<p>-want to upload an copy as an thumbnail<br />
-thumbnail should resized to &lt; 200px<br />
if width&gt;200px then width=200px, height=relativ<br />
if height&gt;200px then height200px, width=relativ</p>
<p>-image should be uploaded to /images/<br />
thumbs should be uploaded to /images/thumbs</p>
<p>want the script very simple, ~1, 2 files</p>
]]></content:encoded>
			<wfw:commentRss>http://timeforcomputer.com/image-upload-snipped-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Olx.in Clone</title>
		<link>http://timeforcomputer.com/olx-in-clone/</link>
		<comments>http://timeforcomputer.com/olx-in-clone/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 06:37:08 +0000</pubDate>
		<dc:creator>Jim Time</dc:creator>
				<category><![CDATA[Ajax Projects]]></category>

		<guid isPermaLink="false">http://timeforcomputer.com/find-programmers/ajax-projects/olx-in-clone/</guid>
		<description><![CDATA[I want a clone of olx.com with extra feature of affiliates module.Script can easily handle everything through admin panel.]]></description>
			<content:encoded><![CDATA[<p>I want a clone of olx.com with extra feature of affiliates module.Script can easily handle everything through admin panel.</p>
]]></content:encoded>
			<wfw:commentRss>http://timeforcomputer.com/olx-in-clone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix My Aspx Script Word To Pdf</title>
		<link>http://timeforcomputer.com/fix-my-aspx-script-word-to-pdf/</link>
		<comments>http://timeforcomputer.com/fix-my-aspx-script-word-to-pdf/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 06:36:36 +0000</pubDate>
		<dc:creator>Jim Time</dc:creator>
				<category><![CDATA[Ajax Projects]]></category>

		<guid isPermaLink="false">http://timeforcomputer.com/find-programmers/ajax-projects/fix-my-aspx-script-word-to-pdf/</guid>
		<description><![CDATA[I have a script to convert word doc to pdf in asp language, the problem is that when the file is converted, i have already winword.exe open in the task manager, and there is not closed 2- fix also the animated gif bar problem, in ie7 the gif is not animated, and it works fine [...]]]></description>
			<content:encoded><![CDATA[<p>I have a script to convert word doc to pdf in asp language, the problem is that when the file is converted, i have already winword.exe open in the task manager, and there is not closed</p>
<p>2- fix also the animated gif bar problem, in ie7 the gif is not animated, and it works fine in firefox</p>
]]></content:encoded>
			<wfw:commentRss>http://timeforcomputer.com/fix-my-aspx-script-word-to-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix My Aspx Script Word To Pdf</title>
		<link>http://timeforcomputer.com/fix-my-aspx-script-word-to-pdf/</link>
		<comments>http://timeforcomputer.com/fix-my-aspx-script-word-to-pdf/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 06:36:36 +0000</pubDate>
		<dc:creator>Jim Time</dc:creator>
				<category><![CDATA[Ajax Projects]]></category>

		<guid isPermaLink="false">http://timeforcomputer.com/find-programmers/ajax-projects/fix-my-aspx-script-word-to-pdf/</guid>
		<description><![CDATA[I have a script to convert word doc to pdf in asp language, the problem is that when the file is converted, i have already winword.exe open in the task manager, and there is not closed 2- fix also the animated gif bar problem, in ie7 the gif is not animated, and it works fine [...]]]></description>
			<content:encoded><![CDATA[<p>I have a script to convert word doc to pdf in asp language, the problem is that when the file is converted, i have already winword.exe open in the task manager, and there is not closed</p>
<p>2- fix also the animated gif bar problem, in ie7 the gif is not animated, and it works fine in firefox</p>
]]></content:encoded>
			<wfw:commentRss>http://timeforcomputer.com/fix-my-aspx-script-word-to-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script Like Google Holidays</title>
		<link>http://timeforcomputer.com/script-like-google-holidays/</link>
		<comments>http://timeforcomputer.com/script-like-google-holidays/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 06:36:36 +0000</pubDate>
		<dc:creator>Jim Time</dc:creator>
				<category><![CDATA[Ajax Projects]]></category>

		<guid isPermaLink="false">http://timeforcomputer.com/find-programmers/ajax-projects/script-like-google-holidays/</guid>
		<description><![CDATA[Hello! I have a very simple website that users make it home page so they have some websites there that can visit them with just one click. You can see it at: www.thjesht.com Those websites are placed there very simply but now i need to add a option so visitors could add other websites on [...]]]></description>
			<content:encoded><![CDATA[<p>Hello!<br />
I have a very simple website that users make it home page so they have some websites there that can visit them with just one click. You can see it at: www.thjesht.com</p>
<p>Those websites are placed there very simply but now i need to add a option so visitors could add other websites on the home page and this would affect only their computers (based on cookies).</p>
<p>The best example you can find here: http://www.google.com/logos/holidays-2009.html<br />
As you can see here you can change the Google Logo Decoration by choosing an image.</p>
<p>The difference of my project is that a user would select 5 or 10 images (websites) and they would display on the home page.</p>
<p>If you are not sure for my project, please use PMB.</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://timeforcomputer.com/script-like-google-holidays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script Like Google Holidays</title>
		<link>http://timeforcomputer.com/script-like-google-holidays-2/</link>
		<comments>http://timeforcomputer.com/script-like-google-holidays-2/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 06:36:36 +0000</pubDate>
		<dc:creator>Jim Time</dc:creator>
				<category><![CDATA[Ajax Projects]]></category>

		<guid isPermaLink="false">http://timeforcomputer.com/find-programmers/ajax-projects/script-like-google-holidays-2/</guid>
		<description><![CDATA[Hello! I have a very simple website that users make it home page so they have some websites there that can visit them with just one click. You can see it at: www.thjesht.com Those websites are placed there very simply but now i need to add a option so visitors could add other websites on [...]]]></description>
			<content:encoded><![CDATA[<p>Hello!<br />
I have a very simple website that users make it home page so they have some websites there that can visit them with just one click. You can see it at: www.thjesht.com</p>
<p>Those websites are placed there very simply but now i need to add a option so visitors could add other websites on the home page and this would affect only their computers (based on cookies).</p>
<p>The best example you can find here: http://www.google.com/logos/holidays-2009.html<br />
As you can see here you can change the Google Logo Decoration by choosing an image.</p>
<p>The difference of my project is that a user would select 5 or 10 images (websites) and they would display on the home page.</p>
<p>If you are not sure for my project, please use PMB.</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://timeforcomputer.com/script-like-google-holidays-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Need An Arabic Script</title>
		<link>http://timeforcomputer.com/i-need-an-arabic-script/</link>
		<comments>http://timeforcomputer.com/i-need-an-arabic-script/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 06:35:34 +0000</pubDate>
		<dc:creator>Jim Time</dc:creator>
				<category><![CDATA[Ajax Projects]]></category>

		<guid isPermaLink="false">http://timeforcomputer.com/find-programmers/ajax-projects/i-need-an-arabic-script/</guid>
		<description><![CDATA[Is there any arabic speaking programmer who can provide me a script like CV publishing script. more info will come later]]></description>
			<content:encoded><![CDATA[<p>Is there any arabic speaking programmer who can provide me a script like CV publishing script.<br />
more info will come later</p>
]]></content:encoded>
			<wfw:commentRss>http://timeforcomputer.com/i-need-an-arabic-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template Integration To Softwa</title>
		<link>http://timeforcomputer.com/template-integration-to-softwa/</link>
		<comments>http://timeforcomputer.com/template-integration-to-softwa/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 06:35:34 +0000</pubDate>
		<dc:creator>Jim Time</dc:creator>
				<category><![CDATA[Ajax Projects]]></category>

		<guid isPermaLink="false">http://timeforcomputer.com/find-programmers/ajax-projects/template-integration-to-softwa/</guid>
		<description><![CDATA[I have a software that creates Templates for eBay auctions. I have 30 Templates on my website and I&#8217;m looking to add another 30 Templates to the website for my customers to choose from. The website that buyers create templates on is www.AuctionTemplateGenerator.com Browse through the software and look at the different templates that were [...]]]></description>
			<content:encoded><![CDATA[<p>I have a software that creates Templates for eBay auctions.  I have 30 Templates on my website and I&#8217;m looking to add another 30 Templates to the website for my customers to choose from. The website that buyers create templates on is www.AuctionTemplateGenerator.com   Browse through the software and look at the different templates that were created. The login info is below. I&#8217;m looking for more Flashy templates that stick out to buyers. I have 10 categories and 3 templates for each category. The templates theme should relate to the category that it&#8217;s in. </p>
<p>http://www.auctiontemplategenerator.com/</p>
<p>Login: scriptlance<br />
Pass:  script1</p>
]]></content:encoded>
			<wfw:commentRss>http://timeforcomputer.com/template-integration-to-softwa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clicker Traffic Program</title>
		<link>http://timeforcomputer.com/clicker-traffic-program/</link>
		<comments>http://timeforcomputer.com/clicker-traffic-program/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 06:35:34 +0000</pubDate>
		<dc:creator>Jim Time</dc:creator>
				<category><![CDATA[Ajax Projects]]></category>

		<guid isPermaLink="false">http://timeforcomputer.com/find-programmers/ajax-projects/clicker-traffic-program/</guid>
		<description><![CDATA[This is what I need, A script that will visit different websites (which i select/enter into the program) via free proxy servers from all over the world(and I should be able to add/import my own proxy&#8217;s to the list to) This will make each visit to the website look real. Once on the web site [...]]]></description>
			<content:encoded><![CDATA[<p>This is what I need,</p>
<p>A script that will visit different websites (which i select/enter into the program) via free proxy servers from all over the world(and I should be able to add/import my own proxy&#8217;s to the list to)</p>
<p>This will make each visit to the website look real. Once on the web site they will click a banner/ad i have in placed there.</p>
<p>I need to be able to tell the script where the banner/ad&#8217;s is on the page !</p>
<p>each site should get 1 visit each minute from different proxy severs all over the world and when click on the banner/ad it must stay on the page for a least 20sec.</p>
<p>I will need to be able to increase or decrease the speed of page visits </p>
<p>Let me know if this is possible and how much it will cost</p>
<p>	Job Type: 	</p>
<p>    * Programming<br />
    * Ajax<br />
    * Java<br />
    * Javascript<br />
    * Website Design</p>
]]></content:encoded>
			<wfw:commentRss>http://timeforcomputer.com/clicker-traffic-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: timeforcomputer.com @ 2012-05-23 12:36:21 -->
