<?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>Software Gab &#187; web development</title>
	<atom:link href="http://www.softwaregab.com/tag/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.softwaregab.com</link>
	<description>Just another software and security weblog</description>
	<lastBuildDate>Mon, 15 Feb 2010 17:44:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Flexibility Offered By Using Template Fields With The GridView In ASP.NET</title>
		<link>http://www.softwaregab.com/the-flexibility-offered-by-using-template-fields-with-the-gridview-in-aspnet</link>
		<comments>http://www.softwaregab.com/the-flexibility-offered-by-using-template-fields-with-the-gridview-in-aspnet#comments</comments>
		<pubDate>Fri, 27 Nov 2009 08:55:08 +0000</pubDate>
		<dc:creator>Matthew Fletcher</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.softwaregab.com/the-flexibility-offered-by-using-template-fields-with-the-gridview-in-aspnet</guid>
		<description><![CDATA[Adding a GridView control to an ASP.NET page is one of the simplest ways of displaying databound data. The GridView can be created simply by opening the Database Explorer and dragging the table or view that from which you want to display information. However, the default GridView which is automatically generated in this way almost always needs some tweaking. One typical change you may want to make is to change some of the BoundFields elements to TemplateFields elements.]]></description>
			<content:encoded><![CDATA[<p>Adding a GridView control to an ASP.NET page is one of the simplest ways of displaying databound data. The GridView can be created simply by opening the Database Explorer and dragging the table or view that from which you want to display information. However, the default GridView which is automatically generated in this way almost always needs some tweaking. One typical change you may want to make is to change some of the BoundFields elements to TemplateFields elements.</p>
<p>By default, the GridView displays data using the BoundField object which displays data from a given column in the data source with no real modification. By contrast, any content you desire can be placed inside a TemplateField element. This makes it ideal for setting up validation through the use of validation controls.</p>
<p>TemplateFields may contain static HTML/CSS, ASP.NET web server controls as well as databinding statements. They also offer great flexibility by allowing you to include a variety of templates to cater for the different states of the conditions arising within the GridView. There are several types of template which may be added inside a TemplateField object; the main ones are described below.</p>
<p>The HeaderTemplate offers a way of customizing the information which will be displayed in the header of the column in which the TemplateField is located.</p>
<p>The ItemTemplate is used to display the information which you want displayed for each row of data when the GridView object is not selected for editing.</p>
<p>The EditItemTemplate is used to hold the information which you want displayed for each row of data when the GridView object is in edit mode. It is here that you would place the controls necessary for validation.</p>
<p>Most of the time, information currently held in the database is displayed by adding a TextBox control inside the EditItemTemplate and databind it to the appropriate column from the data source using a statement like Bind(&#8220;FirstName&#8221;). Inside the same EditItemTemplate, you would then place the necessary validation control. For example, if you want to ensure that the field is not left blank when the form is submitted, you would insert a RequiredFieldValidator control.</p>
<p>The author is a training consultant with <a href="http://www.macresource.co.uk">Macresource Computer Training</a>, an independent computer training company offering <a href="http://www.macresource.co.uk/courses/aspdotnet_ajax.aspx">ASP.NET training courses</a> at their central London training centre.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaregab.com/the-flexibility-offered-by-using-template-fields-with-the-gridview-in-aspnet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Web Developers Prefer PHP</title>
		<link>http://www.softwaregab.com/why-web-developers-prefer-php</link>
		<comments>http://www.softwaregab.com/why-web-developers-prefer-php#comments</comments>
		<pubDate>Wed, 18 Nov 2009 09:12:38 +0000</pubDate>
		<dc:creator>Charles Maxwell</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.softwaregab.com/why-web-developers-prefer-php</guid>
		<description><![CDATA[For people that are looking to build a dynamically generated web page, one of the tools that are available is called PHP Web Development. It stands for Hypertext Preprocessor. PHP is actually an HTML embedded scripting language that is compatible with many different types of data bases.]]></description>
			<content:encoded><![CDATA[<p>For people that are looking to build a dynamically generated web page, one of the tools that are available is called PHP Web Development. It stands for Hypertext Preprocessor. PHP is actually an HTML embedded scripting language that is compatible with many different types of data bases.</p>
<p>Although it has a similar syntax to Perl, the text is embedded with special PHP tags, so the developer can actually go back and forth between using PHP and HTML. This is convenient because it can decrease the amount of HTML codes that need to be written. Another reason that people use PHP with regularity is the fact that it can communicate across a number of networks using different protocols such as IMAP, HTTP and even POP3.</p>
<p>The original developer of the language was Rasmus Lerdorf and he created it in the mid&#8217;90&#8242;s. However, it has undergone many different re-incarnations and version updates since&#8217;98. These upgrades have become a popular reason why the use of PHP web development has become one of the favorites used by web page designers.</p>
<p>PHP web development can be used in a number of applications because it can communicate across a vast number of networks. It is not as limited as other languages and development tools that are available for the same purpose. Some of the protocols that it uses include HTTP, POP3 and IMAP. It supports command line interface applications and can be used for standalone graphics.</p>
<p>The last version of PHP concentrates on the security of the web pages. They will address the issues of the last version. Version 6. 0 will also have the added convenience of supporting Unicode.</p>
<p>Although the current version can&#8217;t support Unicode, the forthcoming version 6. 0 will be able to. PHP web development is one of thousands of languages used by programmers and developers. The many improvements that the PHP web development software has made it increasing popular by those who create web pages.</p>
<p>The author is a training consultant with <a href="http://www.trainingcompany.com">TrainingCompany.Com</a>, a UK IT training company offering <a href="http://www.trainingcompany.com/prodtype.asp?strParents=&amp;CAT_ID=123&amp;numRecordPosition=1">PHP training courses</a> at their central London training centre.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaregab.com/why-web-developers-prefer-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Scope Of Dreamweaver Tutorials.</title>
		<link>http://www.softwaregab.com/the-scope-of-dreamweaver-tutorials</link>
		<comments>http://www.softwaregab.com/the-scope-of-dreamweaver-tutorials#comments</comments>
		<pubDate>Tue, 20 Oct 2009 10:03:00 +0000</pubDate>
		<dc:creator>Adam Roberts</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[computer software]]></category>
		<category><![CDATA[computers and the internet]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[dreamweaver training]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.softwaregab.com/the-scope-of-dreamweaver-tutorials</guid>
		<description><![CDATA[Free basic tutorials can be found on the web for Dreamweaver training. These tutorials are free until you come to the more advanced sections like site control. After that, to use the tutorials, you must pay a fee and subscribe to the website. Some of the websites offer exercise files that you can download. For the videos, closed captioning can be selected.]]></description>
			<content:encoded><![CDATA[<p>Free basic tutorials can be found on the web for Dreamweaver training. These tutorials are free until you come to the more advanced sections like site control. After that, to use the tutorials, you must pay a fee and subscribe to the website. Some of the websites offer exercise files that you can download. For the videos, closed captioning can be selected.</p>
<p>As with all tutorials, it is divided into sections to make it easier for the user.</p>
<p>The first stop for Dreamweaver is the Getting started section. Coding and scripting information is here. Detailied information is provided by video about the numerous styles and purposes of the different coding and scripts.</p>
<p>User interface for Dreamweaver is the next lesson. How to setup your workspace is the first choice offered. The majority of programs have a welcome screen that appears when it is first loaded. For the differences in the interface between Windows and Mac, this is the section to look in. This topic also discusses the purpose for the property inspector, insert bar, document window and toolbar, panel groups and panels, how to save the layouts and creating a default browser.</p>
<p>Within the section of Site control file and folder management is discussed. Understanding the path structure, developing a sitemap and how to add to your site is the goal.</p>
<p>Creating a new blank site, creating and saving new documents, about doctype, adding images and text, the alignment of images and text along with inserting meta tags can be found in the sections titled Document Basics.</p>
<p>Information on creating a variety of links is also taught. Links such as point to file, named anchor, email links, linking files, external links, and linking and image maps are located here.</p>
<p>Training sections about CSS essentials provides a brief introduction to CSS. It then goes on to discuss the anatomy of CSS style sheets, CSS and page properties and how to move internal to external file sheets. Also covered in this section are style panels and what is known as selectors.</p>
<p>To learn how to format your text is mentioned in section about typography.</p>
<p>Adding tables and formatting them is next on the list.</p>
<p>A tutorial for tracing images, layout tools, inserting AP div tags and dealing with tables in a layout is available.</p>
<p>Designing pages to work with devices such as printers is important.</p>
<p>There are at least 10 more areas covered in the tutorial the ones mentioned here are only the beginning. The benefit is that the tutorials provide enough information that a beginner can follow it from the basics to the actual publishing. Dreamweaver tutorials are pricey and can take some time to work through.</p>
<p>Author is a developer and trainer with <a href="http://www.macresource.co.uk">Macresource Computer Training</a>, a UK IT training company offering <a href="http://www.macresource.co.uk/courses/dreamwvr.htm">Adobe Dreamweaver Classes</a> at their central London training centre.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaregab.com/the-scope-of-dreamweaver-tutorials/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hy You Need To Get Trained On Adobe Dreamweaver CS4</title>
		<link>http://www.softwaregab.com/hy-you-need-to-get-trained-on-adobe-dreamweaver-cs4</link>
		<comments>http://www.softwaregab.com/hy-you-need-to-get-trained-on-adobe-dreamweaver-cs4#comments</comments>
		<pubDate>Wed, 16 Sep 2009 08:31:39 +0000</pubDate>
		<dc:creator>Matthew Fletcher</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[dreamweaver training]]></category>
		<category><![CDATA[information technology]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.softwaregab.com/hy-you-need-to-get-trained-on-adobe-dreamweaver-cs4</guid>
		<description><![CDATA[Adobe Dreamweaver is a very widely used web development tool which allows users to work both visually and in code. It has the reputation of allowing newbie developers to become productive very quickly. However, like all software, there is a learning curve to negotiate. So, what is the best way of learning this must-have piece of software?]]></description>
			<content:encoded><![CDATA[<p>Adobe Dreamweaver is a very widely used web development tool which allows users to work both visually and in code. It has the reputation of allowing newbie developers to become productive very quickly. However, like all software, there is a learning curve to negotiate. So, what is the best way of learning this must-have piece of software?</p>
<p>A textbook can supply you with all of the HTML codes that you might need for web design. It can list every possible command that you could execute in a program like Adobe Dreamweaver. It can even help you to get an understanding of the different parts of the program by definition. However, it will never teach you to use the program properly. What you need is a training program that offers a hands-on solution, allowing you to learn by example and through experience, rather than by merely reading and memorizing information, commands, and codes. Books are only useful if they are combined with adequate training and actual hands-on experience. In and of themselves, they are practically useless for learning how to use computer programs.</p>
<p>Adobe Dreamweaver training can allow you to see things firsthand. This will let your brain make a much better connection between commands and what they do than a list of definitions ever will. Interactive training adds that aspect of seeing and doing at the same time, which can make you a better web designer. Dreamweaver training videos, for example, can show you a real person using the actual program you&#8217;re trying to learn, making the association between knowing and doing much easier than a textbook ever could. Also, you can find courses that offer tutorials and one-on-one interaction, which can give you another level of understanding and assistance in learning the product.</p>
<p>Whether you&#8217;re a professional designer or just learning Dreamweaver for fun, training software for Adobe Dreamweaver will prove to teach you much, much more than a book ever could. Even if you just need to know the basics, you can learn them quickly, and get on to designing your webpages, and spend less time trying to memorize facts and lists of commands that might not be very useful to you until you make the connection. Our brains tend to like pictures and examples better than useless, memorized information, so give it what it wants, and you&#8217;ll learn that much faster. </p>
<p>Computers now offer us a whole new world to work with. Using training software to learn the proper operation of programs is not a new concept. People have experienced hands-on learning with computer software for many years, and it makes the process much easier for everyone involved. If you want the best, fastest chance of learning and enjoying the web design process, you need to try the training software approach and forget about the books.</p>
<p>Writer runs <a href="http://www.trainingcompany.com/adobe-dreamweaver-training.aspx">Adobe Dreamweaver CS4 training courses</a> and <a href="http://www.trainingcompany.com/xhtml-training.aspx">HTML/XHTML training</a>  all over the United Kingdom.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaregab.com/hy-you-need-to-get-trained-on-adobe-dreamweaver-cs4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
