 




<?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>IT Answers &#187; Web development</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 10:57:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>rpgle web services</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-web-services/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-web-services/#comments</comments>
		<pubDate>Mon, 16 Jul 2012 12:04:06 +0000</pubDate>
		<dc:creator>9783444184</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/rpgle-web-services/</guid>
		<description><![CDATA[New Answer by 9783444184]]></description>
				<content:encoded><![CDATA[New Answer by 9783444184]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/rpgle-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to access html file in rpgle</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-access-html-file-in-rpgle/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-access-html-file-in-rpgle/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 05:31:40 +0000</pubDate>
		<dc:creator>9783444184</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by Serena3]]></description>
				<content:encoded><![CDATA[Question Edited by Serena3]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-access-html-file-in-rpgle/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>how to store radio button responses in MySQL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-store-radio-button-responses-in-mysql/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-store-radio-button-responses-in-mysql/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 13:53:14 +0000</pubDate>
		<dc:creator>Vm333</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Radio buttons]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am creating an online test. Each item has 5 response options (radio buttons with 1-5 values, or 5-1 values depending on the question). How do I store these values in a database, to be able to score the test later?]]></description>
				<content:encoded><![CDATA[<p>I am creating an online test. Each item has 5 response options (radio buttons with 1-5 values, or 5-1 values depending on the question). How do I store these values in a database, to be able to score the test later?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-store-radio-button-responses-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy tab that upload based on computed subform</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copy-tab-that-upload-based-on-computed-subform/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/copy-tab-that-upload-based-on-computed-subform/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 02:46:33 +0000</pubDate>
		<dc:creator>ALK</dc:creator>
				<category><![CDATA[Domino Designer 7.x]]></category>
		<category><![CDATA[Lotus Notes 7.0.2]]></category>
		<category><![CDATA[Notes Web Application]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[For a web application I need to copy a child of a document into another document. Each document may have many child documents. The child document is a different form with 5 tabs. Four of tabs has a customized subform. The fifth tab loads a subform based on a condition. And there are 150 of them. I wrote an agent to copy one child [...]]]></description>
				<content:encoded><![CDATA[<p>For a web application I need to copy a child of a document into another document. Each document may have many child documents. The child document is a different form with 5 tabs. Four of tabs has a customized subform. The fifth tab loads a subform based on a condition. And there are 150 of them. I wrote an agent to copy one child document into another parent document.  The end user opens the child document using a browser and clicks on a button which opens a form to get the document number. On that popup form save button I trigger a notes agent( Lotus Script). The agent is using document context to copy the open child document. The agent works fine for all custom subforms. Copies subform and data. But for the fifth tab just design element is copied and no data. I have used copyAllItems class as well as child document unid which did not work.  I have placed the copy button on one of computed subforms which has o effect.  Any positive suggestions appreciated.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/copy-tab-that-upload-based-on-computed-subform/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free IT Book: HTML5 Guidelines for Web Developers</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-it-book-html5-guidelines-for-web-developers/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/free-it-book-html5-guidelines-for-web-developers/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 16:31:37 +0000</pubDate>
		<dc:creator>MelanieYarbrough</dc:creator>
				<category><![CDATA[Giveaways]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[Web developers]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web development tools]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[Question Edited by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/free-it-book-html5-guidelines-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web development course and Microsoft qualifications</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/web-development-course-and-microsoft-qualifications/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/web-development-course-and-microsoft-qualifications/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 12:04:28 +0000</pubDate>
		<dc:creator>Tobeeornot</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Flash CS5]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Project Management Methodology]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I recently left my job in the UK as a project manager from a niche organisation that provides business services to public service bodies. I am thinking of sharpening my skills by doing some web development training and getting certified with some Microsoft and Adobe products and moving into Web Development project management. I have [...]]]></description>
				<content:encoded><![CDATA[<p>I recently left my job in the UK as a project manager from a niche organisation that provides business services to public service bodies. I am thinking of sharpening my skills by doing some web development training and getting certified with some Microsoft and Adobe products and moving into Web Development project management. <br/><br/> I have done some research into a course but really want to know if the qualifications (especially with the MS certificates) I obtain are well regarded in the industry? Basically I want to know if it is worthwhile doing. The course is over 3 months and covers the following areas:<br/><br/> HTML <br/><br/> Microsoft SQL Server 2008 (Exam 70-516) <br/><br/> Developing Data Access Solutions with Microsoft Visual Studio 2010 <br/><br/> Introduction to Web Development with Visual Studio 2010 <br/><br/> Dreamweaver CS5 (Exam 9A0-146) Photoshop CS5 (Exam 9A0-15) Flash CS5 <br/><br/> I can also do the following modules: Java Script, Linux, Apache, MySQL, PHP and the following exams:<br/><br/>  Developing Web Application with Microsoft Visual Studio 2010 (Exam 70-515) <br/><br/> Developing Windows Communication Foundation Application with Microsoft Visual Studio 2010 (exam 70-513) <br/><br/> Developing Data Access Solutions with Microsoft Visual Studio (exam 70-516) <br/><br/> The whole idea would for me to use some of my existing skills as a PM and combine it with the knowledge from the course to move into Website Project Management rather than just expect to do development work after a three month course. <br/><br/> Any advice about how these modules are regarded by industry would be very much appreciated.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/web-development-course-and-microsoft-qualifications/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Software application to build database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/software-application/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/software-application/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 18:26:00 +0000</pubDate>
		<dc:creator>Serenechennai</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Database frontend]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web development tools]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m Planning to build an application to store/update and retrieve data (say employee details) Could you please suggest me the best frontend and backend technologies to build this application?]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m Planning to build an application to store/update and retrieve data (say employee details)<br />
Could you please suggest me the best frontend and backend technologies to build this application?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/software-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating DB of stories from documents for a website</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-db-of-stories-from-documents/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/creating-db-of-stories-from-documents/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 05:55:31 +0000</pubDate>
		<dc:creator>Juliearichards</dc:creator>
				<category><![CDATA[Access Database]]></category>
		<category><![CDATA[Access Database Design]]></category>
		<category><![CDATA[Database design]]></category>
		<category><![CDATA[Database Development]]></category>
		<category><![CDATA[Database issues]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web development tools]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want to create and maintain a database for a personal library; if it works, I would like to make it available online. I know there are several already available but I’m trying to set up something specific – something for the fanfiction community. (For those not in the know, ‘fanfiction’ is simply fiction written [...]]]></description>
				<content:encoded><![CDATA[<p>I want to create and maintain a database for a personal library; if it works, I would like to make it available online.  I know there are several already available but I’m trying to set up something specific – something for the fanfiction community.  (For those not in the know, ‘fanfiction’ is simply fiction written by fans of a variety of media including movies, books, television and etc.)</p>
<div></div>
<div>For example:</div>
<div>
<pre><a title="Fanfiction.net" href="http://www.fanfiction.net/">http://www.fanfiction.net</a>/</pre>
</div>
<div></div>
<div>If you’ll look at this site, you’ll note that you can only search for ‘story,’ ‘author,’ ‘forum,’ ‘community,’ or, by using the ‘advanced’ option, you can then search for ‘title’ and ‘summary.’</div>
<div></div>
<div>I am looking for a way to actually be able to look within the story or document itself.  Such as, if one can only remember bits and pieces of the work like ‘in the dead of night, the moon appeared as a hazy gray orb.’  This information can’t be found anywhere other than within the narrative itself.</div>
<div></div>
<div>While my knowledge of databases is small and I’ve worked with Access to build client DBs for a marketing department and another for an employment agency, I would think it would be possible, although probably difficult.</div>
<div></div>
<div>Is there any way of creating something this specific/intense?</div>
<div></div>
<div>Thank you <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/creating-db-of-stories-from-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver CS4 monitor question</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dreamweaver-cs4-monitor-question/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/dreamweaver-cs4-monitor-question/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 17:45:51 +0000</pubDate>
		<dc:creator>Rholdren</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Web developers]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web development tools]]></category>
		<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have created a website-CS4, looks good on the browsers i tested, but the other day i looked at the site on another computer screen, and it looked awful. don&#8217;t how what i should do]]></description>
				<content:encoded><![CDATA[<p>I have created a website-CS4, looks good on the browsers i tested, but the other day i looked at the site on another computer screen, and it looked awful. don&#8217;t how what i should do</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/dreamweaver-cs4-monitor-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get user information from sharepoint site to my webpart.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-user-information-from-sharepoint-site-to-my-webpart/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-user-information-from-sharepoint-site-to-my-webpart/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 06:55:48 +0000</pubDate>
		<dc:creator>Sankhatbhavin</dc:creator>
				<category><![CDATA[Application and Web development]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint Archiving]]></category>
		<category><![CDATA[SharePoint WebPart]]></category>
		<category><![CDATA[User information]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web development tools]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello , I want to developed a webpart that get all users information  with user images from sharepoint 2007 site.  Please suggest me how can achive this. Is there any webservices that can i use in my custome webpart? Please suggest solution for the same. Thank you.]]></description>
				<content:encoded><![CDATA[<p>Hello ,<br />
I want to developed a webpart that get all users information  with user images from sharepoint 2007 site.  Please suggest me how can achive this. Is there any webservices that can i use in my custome webpart? Please suggest solution for the same.</p>
<p>Thank you.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-get-user-information-from-sharepoint-site-to-my-webpart/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/

Page Caching using memcached
Database Caching 3/20 queries in 0.028 seconds using memcached
Object Caching 978/1075 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 11:34:00 -->