<?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 Training Nepal</title>
	<atom:link href="http://www.ittrainingnepal.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ittrainingnepal.com</link>
	<description>Professional IT Training in Nepal</description>
	<lastBuildDate>Wed, 01 May 2013 09:54:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Xampp Server Installation</title>
		<link>http://www.ittrainingnepal.com/web-development/xampp-server-installation/</link>
		<comments>http://www.ittrainingnepal.com/web-development/xampp-server-installation/#comments</comments>
		<pubDate>Wed, 01 May 2013 09:54:24 +0000</pubDate>
		<dc:creator>srijan_shah</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ittrainingnepal.com/?p=1112</guid>
		<description><![CDATA[XAMPP Installation 1) Go to apache and download the latest version of xampp exe file. 2) After download, double click on the file to install it. You will see the xampp installation wizard as below. Fig 1: xampp-installation-wizard 3) Specify the location to install xampp. (Note: It is better to install xampp in drive other [...]]]></description>
			<content:encoded><![CDATA[
<p>XAMPP Installation</p>
<p>1)	Go to apache and download the latest version of xampp exe file.<br />
2)	After download, double click on the file to install it. You will see the xampp installation wizard as below.</p>
<p>				Fig 1: xampp-installation-wizard<br />
3)	Specify the location to install xampp.<br />
(Note: It is better to install xampp in drive other than c because your operating system is mostly installed in c drive. If your operating system is crashed, there are chances of losing your projects which you would create inside the xampp-&gt;htdocs folder. I installed it in F drive).</p>
<p>		        Fig 2: xampp-install-location<br />
4)	Check “Install Apache as a Service” and “Mysql as a Service” to install Apache and MYSQL.</p>
<p>			              Fig 3: xampp-install-services</p>
<p>5)	Click on Install to complete the installation step</p>
<p>Fig 4: xampp-installing-process<br />
6)	Congratulations, you have successfully installed XAMPP.<br />
Running Apache and Mysql </p>
<p>1)	Double Click on XAMPP Folder. Inside the XAMPP folder, you will see a file xampp-control.exe. Double Click it and verify whether Apache and MYSQL are running. If Apache and MYSQL is running, a green background appears in the XAMPP Control Panel.</p>
<p>					Fig 5: xampp-running-verify                </p>
<p>			                         Fig 6: xampp-control-panel</p>

]]></content:encoded>
			<wfw:commentRss>http://www.ittrainingnepal.com/web-development/xampp-server-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Menu</title>
		<link>http://www.ittrainingnepal.com/joomla-2-5/creating-menu-2/</link>
		<comments>http://www.ittrainingnepal.com/joomla-2-5/creating-menu-2/#comments</comments>
		<pubDate>Wed, 01 May 2013 09:52:45 +0000</pubDate>
		<dc:creator>srijan_shah</dc:creator>
				<category><![CDATA[Joomla 2.5]]></category>

		<guid isPermaLink="false">http://www.ittrainingnepal.com/?p=1110</guid>
		<description><![CDATA[Menu is grouping menu items. There is a default Menu called “Main Menu” which Joomla creates by itself. Menu item is a link inside a menu that displays various types of contents like articles, categories, contact forms, image gallery, and other types of content. We now begin to create a menu item inside the Main [...]]]></description>
			<content:encoded><![CDATA[
<p>Menu is grouping menu items. There is a default Menu called “Main Menu” which Joomla creates by itself.<br />
Menu item is a link inside a menu that displays various types of contents like articles, categories, contact forms, image gallery, and other types of content. We now begin to create a menu item inside the Main Menu.<br />
Steps of Creating Menu Item to link Article</p>
<p>The process of creating the menu items is shown in the figures below:<br />
1)	Navigate to Menus-&gt;Main Menu-&gt; Add New Menu Items<br />
2)	Click on Add New Menu Item</p>
<p>Fig 6: Adding a New Menu Item</p>
<p>			Fig 7: Selecting a Menu Item Type<br />
3)	Click “Select Button” to choose the Menu Item Type i.e. what the menu item will link with (article, category or contact form). A dialog box appears as below where we again click on Single Article to create a menu item that links to “About Us” article.</p>
<p>Fig 8: Selecting a Single Article Menu Item</p>
<p>			Fig 9: Writing Menu Title and Selecting Article<br />
4)	After clicking on Select/Change Button a screen appears (as below) that allows you to choose the article to link to. Here we choose About Us.</p>
<p>			Fig 10: Selecting article “About Us”</p>
<p>5)	Make sure that the article title (here “About Us” ) appears in the text box under Select Article. Then click on Save and Close.</p>
<p>Fig 11: Saving the Menu Item<br />
After the Menu Item has been added, the screen below follows.</p>
<p>                                                      Fig 11: Displaying Menu Items list<br />
You have added a Menu Item that links to Single Article. You are done.</p>
<p>Open the front End and you can see that “About Us” link appears under Main Menu. Upon clicking the About Us link we see that the About Us article is displayed. </p>
<p>Fig 12: Front End after adding a Menu Item</p>
<p>Steps of Creating Menu Item to link Categories</p>
<p>1)	Navigate to Menus-&gt;Main Menu-&gt; Add New Menu Items (as in fig 6). Click Add New Menu Item<br />
2)	Click on Select Menu Item Type as in Fig 7.<br />
3)	A dialog box appears as below and we select Category List Menu Item.</p>
<p>			Fig 13: Selecting Category List Menu Item</p>
<p>4)	Type the Menu Title as Services and Select the category as Services and click on Save.</p>
<p>			Fig 14: Choosing Category and Saving Category<br />
Open the front End and you can see that “Services” link appears under Main Menu. Upon clicking the Services link we see that all the articles under the services category are displayed.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.ittrainingnepal.com/joomla-2-5/creating-menu-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Articles inside category</title>
		<link>http://www.ittrainingnepal.com/joomla-2-5/creating-articles-inside-category/</link>
		<comments>http://www.ittrainingnepal.com/joomla-2-5/creating-articles-inside-category/#comments</comments>
		<pubDate>Wed, 01 May 2013 09:52:06 +0000</pubDate>
		<dc:creator>srijan_shah</dc:creator>
				<category><![CDATA[Joomla 2.5]]></category>

		<guid isPermaLink="false">http://www.ittrainingnepal.com/?p=1108</guid>
		<description><![CDATA[Step for adding Article inside Category 1) Click “Add New Article” 2) Write the Title of the Article. 3) Select the category to “Services”. 4) Write the Article Text and then Click on Save. The process is shown in the figure below: Fig 5: Process of Creating Article inside Category. Similarly, you can add any [...]]]></description>
			<content:encoded><![CDATA[
<p>Step for adding Article inside Category<br />
1)	Click “Add New Article”<br />
2)	Write the Title of the Article.<br />
3)	Select the category to “Services”.<br />
4)	Write the Article Text and then Click on Save.<br />
The process is shown in the figure below:</p>
<p>Fig 5: Process of Creating Article inside Category.<br />
Similarly, you can add any number of articles inside the category like Web Designing, Software Development, Search Engine Optimization, etc.  We assume that you did that as well.<br />
Though you have created an Article “About Us”, a category “Services” and few articles inside the category Services, yet you don’t see any changes in the home page of the website.<br />
This is because you have created Content but you don’t have link (Menu Items) to open them. We will learn to create Menu in the next topics.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.ittrainingnepal.com/joomla-2-5/creating-articles-inside-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Article Manager</title>
		<link>http://www.ittrainingnepal.com/joomla-2-5/article-manager/</link>
		<comments>http://www.ittrainingnepal.com/joomla-2-5/article-manager/#comments</comments>
		<pubDate>Wed, 01 May 2013 09:50:18 +0000</pubDate>
		<dc:creator>srijan_shah</dc:creator>
				<category><![CDATA[Joomla 2.5]]></category>

		<guid isPermaLink="false">http://www.ittrainingnepal.com/?p=1106</guid>
		<description><![CDATA[ Article is like a page where you write the details about the product, services, or any information you want to display.  In article Manager, you can • Add New Articles • Edit Articles • Delete Articles • Publish or UnPublish Articles • Make Articles as Featured Articles Steps to create an Article  [...]]]></description>
			<content:encoded><![CDATA[
<p>	Article is like a page where you write the details about the product, services, or any information you want to display.<br />
	In article Manager, you can<br />
•	Add  New Articles<br />
•	Edit Articles<br />
•	Delete Articles<br />
•	Publish or UnPublish Articles<br />
•	Make Articles as Featured Articles</p>
<p>Steps to create an Article</p>
<p>	Navigate to Content-&gt; Article Manager  -&gt; Add New Article<br />
	Click on Add New Article</p>
<p>Fig 1: Navigating to Add New Article</p>
<p>After clicking on the “Add New Article”, the interface below appears.</p>
<p>					Fig 2: Adding a New Article<br />
	Set the Title of the Article, say “About Us”<br />
	Set the Category as “Uncategorizied”.<br />
	Set the Status as “Published”.<br />
	Set the Access as “Public”. The parameter “Access” defines who can view the article.  If we want to display the article to the visitors of the website therefore the option is Public. Access level Private and Protected are other options which we will discuss in the coming lectures.<br />
	After writing the description inside Article Text, we click on “Save” or “Save and Close”.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.ittrainingnepal.com/joomla-2-5/article-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Category Manager</title>
		<link>http://www.ittrainingnepal.com/joomla-2-5/category-manager/</link>
		<comments>http://www.ittrainingnepal.com/joomla-2-5/category-manager/#comments</comments>
		<pubDate>Wed, 01 May 2013 09:49:30 +0000</pubDate>
		<dc:creator>srijan_shah</dc:creator>
				<category><![CDATA[Joomla 2.5]]></category>

		<guid isPermaLink="false">http://www.ittrainingnepal.com/?p=1104</guid>
		<description><![CDATA[ Category is a way of grouping articles.  In Category Manager, we can • Add New Category • Edit Category • Delete (Trash) Category • Publish and Unpublish category, and perform other operation in categories.  We can create any number of categories.  Categories can be created in a hierarchy.  An “uncategorized [...]]]></description>
			<content:encoded><![CDATA[
<p>	Category is a way of grouping articles.<br />
	In Category Manager, we can<br />
•	Add New Category<br />
•	Edit Category<br />
•	Delete (Trash) Category<br />
•	Publish and Unpublish category, and perform other operation in categories.<br />
	We can create any number of categories.<br />
	Categories can be created in a hierarchy.<br />
	An “uncategorized category” is created by default.<br />
Steps to create a Category<br />
	Navigate to Content-&gt; Category Manager  -&gt; Add New Category<br />
	Click on Add New Category.</p>
<p>                                                         Fig 3:  Navigating to “Add Category Manager”</p>
<p>After clicking on the “Add New Category”, the interface below appears.</p>
<p>Fig 4: Setting the Title, and other Parameters of a New Category</p>
<p>	Set the Title of the Category, say “Services”<br />
	Set the Parent as “No Parent”.  The parameter Parent specifies whether the category falls under some other category or not. If No Parent is chosen then this category is a Parent Category itself.<br />
	Set the Status as “Published”.<br />
	Set the Access as “Public”.<br />
	You can also add an Image inside the Category.<br />
	After writing the description of the services, we click on “Save” or “Save and Close”.</p>
<p>You are done. You Have Created a Category Named “Services”</p>

]]></content:encoded>
			<wfw:commentRss>http://www.ittrainingnepal.com/joomla-2-5/category-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pagination using PHP and MYSQL</title>
		<link>http://www.ittrainingnepal.com/php-tutorials/pagination-using-php-and-mysq/</link>
		<comments>http://www.ittrainingnepal.com/php-tutorials/pagination-using-php-and-mysq/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 09:25:08 +0000</pubDate>
		<dc:creator>ittrainingnepal</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.ittrainingnepal.com/?p=984</guid>
		<description><![CDATA[Pagination using PHP and MYSQL is a very important concept which is widely used while developing web applications in PHP. Lets suppose that if we want to list the records of 1000 students then it may not be possible to display all the records in a single page. If we try to display all the [...]]]></description>
			<content:encoded><![CDATA[
<p>Pagination using PHP and MYSQL is a very important concept which is widely used while developing web applications in PHP. Lets suppose that if we want to list the records of 1000 students then it may not be possible to display all the records in a single page. If we try to display all the records in a single page then it will take a lot of time to load all the records. Hence, we can display 10, 20, 30 or any number of records in a page using the technique of pagination. For e.g. if we display 100 records in a page then it will display total a total of 10 pages for 1000 records. Therefore the technique of pagination is very useful and widely used while developing applications.</p>
<p>Lets see the code for implementing pagination in PHP.</p>
<p>First create a database named php and run the mysql script given below using phpmyadmin.</p>
<p><code>CREATE TABLE IF NOT EXISTS `tblcountry` (</code></p>
<p><code>`id` int(4) unsigned NOT NULL AUTO_INCREMENT,</code></p>
<p><code>`countryname` varchar(255) DEFAULT NULL,</code></p>
<p><code>`abbreviation` varchar(3) DEFAULT NULL,</code></p>
<p><code> </code></p>
<p><code>PRIMARY KEY (`id`)</code></p>
<p>&nbsp;</p>
<p><code>) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=65 ;</code></p>
<p><code>INSERT INTO `tblcountry` (`id`, `countryname`, `abbreviation`) VALUES</code></p>
<p><code>(1, 'AALBORG', 'AAL'),</code></p>
<p><code>(2, 'AARHUS', 'AAR'),</code></p>
<p><code>(3, 'ABERDEEN SD', 'ABR'),</code></p>
<p><code>(4, 'ABERDEEN UK', 'ABZ'),</code></p>
<p><code>(5, 'ABIDJAN', 'ABJ'),</code></p>
<p><code>(6, 'ABILENE', 'ABI'),</code></p>
<p><code>(7, 'ABU DHABI', 'AUH'),</code></p>
<p><code>(8, 'ABU SIMEEL', 'ABS'),</code></p>
<p><code>(9, 'ABUJA', 'ABV'),</code></p>
<p><code>(10, 'ACAPULCO', 'ACA'),</code></p>
<p><code>(11, 'ACCRA', 'ACC'),</code></p>
<p><code>(12, 'ADANA', 'ADA'),</code></p>
<p><code>(13, 'ADDIS ABABA', 'ADD'),</code></p>
<p><code>(14, 'ADELAIDE', 'ADL'),</code></p>
<p><code>(15, 'ADEN', 'ADE')</code>;</p>
<p>Now lets explore the php code to display the above records in multiple pages using the pagination technique. You can save the below file as pagination.php</p>
<p><code>&lt;?php</code></p>
<p><code>mysql_connect('localhost','root','');</code></p>
<p><code>mysql_select_db('php');</code></p>
<p><code>$res = mysql_query("select * from tblcountry");</code></p>
<p><code>$totrec = mysql_num_rows($res);</code></p>
<p><code>$pagesize = 5;</code></p>
<p><code>$totalpages = ceil($totrec/$pagesize);</code></p>
<p><code>if(isset($_GET['resultpage']) &amp;&amp; $_GET['resultpage'] &gt; 1 ) {</code></p>
<p><code>$offset = $_GET['resultpage'] * $pagesize - $pagesize;</code></p>
<p><code>}else {</code></p>
<p><code>$offset = 0;<br />
</code>}</p>
<p><code>$sql = "select * from tblcountry limit ". $offset . ",". $pagesize;</code></p>
<p><code>$result = mysql_query($sql);?&gt;</code></p>
<p><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;</code></p>
<p><code>&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;</code></p>
<p><code>&lt;head&gt;</code><br />
<code>&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;</code><br />
<code>&lt;title&gt;Pagination in PHP&lt;/title&gt;&lt;/head&gt;</code><br />
<code>&lt;body&gt;</code></p>
<p><code>&lt;table border="1"&gt;</code></p>
<p><code>&lt;?php while($data=mysql_fetch_array($result)) {?&gt;</code></p>
<p><code>&lt;tr&gt;</code></p>
<p><code>&lt;td&gt;&lt;?=$data['id'];?&gt;&lt;/td&gt;</code></p>
<p><code>&lt;td&gt;&lt;?=$data['countryname'];?&gt;&lt;/td&gt;</code></p>
<p><code>&lt;/tr&gt;</code></p>
<p><code>&lt;?php }//end of while ?&gt;</code></p>
<p><code>&lt;/table&gt;</code></p>
<p><code>&lt;?php</code></p>
<p><code>if($totalpages &gt; 1) {</code></p>
<p><code>for($i=1; $i&lt;=$totalpages; $i++) {</code></p>
<p><code>?&gt;</code></p>
<p><code>&lt;a href="pagination.php?resultpage=&lt;?=$i;?&gt;"&gt;&lt;?=$i;?&gt;&lt;/a&gt;</code></p>
<p><code>&lt;?php</code></p>
<p><code>}//end of for loop</code></p>
<p><code>}//end of if</code></p>
<p><code>?&gt;&lt;/body&gt;</code></p>
<p><code>&lt;/html&gt;</code></p>
<p>The variable <strong>$totrec</strong> holds total number of records that we have in the table.</p>
<p>The variable <strong>$pagesize</strong> holds the page size i.e. total number of records that we are going to display in a page. It can be changed easily as per our requirement without affecting the code.</p>
<p>The variable <strong>$totalpages </strong>holds the total number of pages that is required to display the records. Total Pages is obtained by dividing total records with page size.</p>
<p>If we are in the first page then the value of offset will be 0 (zero), Hence first five records will be shown in the first page.</p>
<p>When the user clicks on the page number 2, the value of offset will be 2 (page number) * 5 (pagesize) &#8211; 5 (pagesize), Hence records 6 &#8211; 10 will be displayed as per the query.</p>
<p>Download the complete code for pagination using php and mysql here: <a class="downloadlink" href="http://www.ittrainingnepal.com/blog/wp-content/plugins/download-monitor/download.php?id=8" title="Version1 downloaded 178 times" >Pagination using PHP/MYSQL (178)</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.ittrainingnepal.com/php-tutorials/pagination-using-php-and-mysq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing a Stylish image frame for website in photoshop</title>
		<link>http://www.ittrainingnepal.com/photoshop/designing-a-stylish-image-frame-for-website-in-photoshop/</link>
		<comments>http://www.ittrainingnepal.com/photoshop/designing-a-stylish-image-frame-for-website-in-photoshop/#comments</comments>
		<pubDate>Thu, 03 Jan 2013 05:51:37 +0000</pubDate>
		<dc:creator>shailendra</dc:creator>
				<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.ittrainingnepal.com/?p=302</guid>
		<description><![CDATA[Here we will talk about designing stylish Image Holder for images in website. Step 1: First, create a new blank document in your photoshop canvas and choose shape tool and select Rounded Rectangle Tool. Selecting Rounded Rectangle Tool Check the options toolbar right below the menu bar where we can change the radius to increase [...]]]></description>
			<content:encoded><![CDATA[
<p>Here we will talk about designing stylish <strong>Image Holder </strong>for images in website.</p>
<p><strong>Step 1:</strong></p>
<p>First, create a new blank document in your photoshop canvas and choose shape tool and select <strong>Rounded Rectangle Tool.</strong></p>
<p>Selecting Rounded Rectangle Tool</p>
<div id="attachment_303" class="wp-caption alignnone" style="width: 389px"><a href="http://www.ittrainingnepal.com/blog/wp-content/uploads/2012/05/selecting-rounded-rectangle-tool.jpg"><img class="size-full wp-image-303" title="selecting-rounded-rectangle-tool" src="http://www.ittrainingnepal.com/blog/wp-content/uploads/2012/05/selecting-rounded-rectangle-tool.jpg" alt="Selecting Rounded Rectangle Tool" width="379" height="253" /></a><p class="wp-caption-text">Selecting Rounded Rectangle Tool</p></div>
<p><strong> </strong></p>
<div class="mceTemp">
<dl> </dl>
</div>
<p>Check the options toolbar right below the menu bar where we can change the radius to increase or decrease the roundness of the rectangle.</p>
<p>Also set the foreground color in photoshop before you draw the rectangle so that you get the rectangle in the desired color.</p>
<p><strong>Step 2:</strong></p>
<p>Now, Draw the rectangle on the canvas as per the measurement that you want.</p>
<p>Press Ctrl + J to duplicate the layer or right click on the layer and select duplicate.</p>
<p>Double click on the layer and change the color of it. Select darker version of the active color.</p>
<p>Now press Ctrl + T to transform the shape on the top layer.</p>
<p>Press shift + Alt key and resize the box, it will resize both the edges of the rectangle either vertically or horizontally.</p>
<div id="attachment_975" class="wp-caption aligncenter" style="width: 621px"><a href="http://www.ittrainingnepal.com/blog/wp-content/uploads/2013/01/rectangle.jpg"><img class="size-full wp-image-975" title="rounded rectangle" src="http://www.ittrainingnepal.com/blog/wp-content/uploads/2013/01/rectangle.jpg" alt="rounded rectangle" width="611" height="262" /></a><p class="wp-caption-text">rounded rectangle</p></div>
<p><strong>Step 3:</strong></p>
<p>Now, After finishing resizing the top layer both horizontally and vertically we will create a shadow below the frame.</p>
<p>To create a shadow, create a rectangle of height 20 pixels and width same as the width of the image frame as a last layer, i.e. the layer for the shadow will be placed below the existing two layers.</p>
<div id="attachment_977" class="wp-caption aligncenter" style="width: 818px"><a href="http://www.ittrainingnepal.com/blog/wp-content/uploads/2013/01/shadow-image-frame.jpg"><img class="size-full wp-image-977" title="shadow-image-frame" src="http://www.ittrainingnepal.com/blog/wp-content/uploads/2013/01/shadow-image-frame.jpg" alt="shadow-image-frame" width="808" height="334" /></a><p class="wp-caption-text">shadow for image frame</p></div>
<p><strong>Step 4:</strong></p>
<p>Now select the shadow layer. Go to Filter, Blur and select Gaussian Blur.</p>
<p>It will display a message to rasterize, press OK, Type 40 pixel in the radius box. You can increase or decrease the size of the blur as per the requirement.</p>
<p>Now after the blur is applied, Press Ctrl + T to transform the shadow layer. Now resize the shadow and move it towards up to fit the shadow as shown in the image below.</p>
<div id="attachment_978" class="wp-caption aligncenter" style="width: 914px"><a href="http://www.ittrainingnepal.com/blog/wp-content/uploads/2013/01/image-frame.jpg"><img class="size-full wp-image-978" title="image-frame" src="http://www.ittrainingnepal.com/blog/wp-content/uploads/2013/01/image-frame.jpg" alt="image-frame" width="904" height="421" /></a><p class="wp-caption-text">image frame for website</p></div>
<p>Your stylish image frame is ready and it can be used in the website. You can also apply the gradient on the frame to make it even more stylish.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong><br />
</strong></p>
<p>&nbsp;</p>

]]></content:encoded>
			<wfw:commentRss>http://www.ittrainingnepal.com/photoshop/designing-a-stylish-image-frame-for-website-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google web fonts vs @font-face</title>
		<link>http://www.ittrainingnepal.com/web-design/google-web-fonts-vs-font-face/</link>
		<comments>http://www.ittrainingnepal.com/web-design/google-web-fonts-vs-font-face/#comments</comments>
		<pubDate>Thu, 03 Jan 2013 04:42:17 +0000</pubDate>
		<dc:creator>shailendra</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.ittrainingnepal.com/?p=357</guid>
		<description><![CDATA[Sometimes we want to embed custom fonts in our websites to make it attractive. If we use custom fonts in our websites without embedding them then the client will view the website in default font which may disturb the look of our website. Some of the most common web safe fonts are verdana, serif, arial, [...]]]></description>
			<content:encoded><![CDATA[
<p>Sometimes we want to embed custom fonts in our websites to make it attractive. If we use custom fonts in our websites without embedding them then the client will view the website in default font which may disturb the look of our website.</p>
<p>Some of the most common web safe fonts are verdana, serif, arial, georgia, trubuchet ms etc. These days embedding custom font we can publish websites in custom fonts to improve the design of our websites. Thanks to Google web fonts library which we can call directly and embed to display fonts present in Google web <a rel="nofollow" href="http://www.google.com/webfonts">http://www.google.com/webfonts</a>. Moreover we can also use CSS3 @font-face and upload fonts directly in our server to display the websites in custom fonts.</p>
<p><strong>Integrating Google web fonts is easy:</strong></p>
<p>link the font family you want to use<br />
<code><br />
&lt;link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'&gt;<br />
</code><br />
Now after that add the font family in your css for e.g.</p>
<p>font-family: &#8216;Fjalla One&#8217;, sans-serif;</p>
<p><strong>To use @font-face</strong></p>
<p>Download the font-face kit where you will find different versions of fonts which has to be uploaded in the server and it also contains a css file where you will find the way to integrate the font in the css.</p>
<p>for e.g.<br />
<code><br />
@font-face {    font-family: 'CalligraffitiRegular';    src: url('Calligraffiti-webfont.eot');    src: url('Calligraffiti-webfont.eot?#iefix') format('embedded-opentype'),         url('Calligraffiti-webfont.woff') format('woff'),         url('Calligraffiti-webfont.ttf') format('truetype'),         url('Calligraffiti-webfont.svg#CalligraffitiRegular') format('svg');    font-weight: normal;    font-style: normal;<br />
}<br />
</code></p>
<p>Now we can directly use font-family <strong>CalligraffitiRegular</strong> in our css after uploading font in the directory and putting the above css code.</p>
<p>readymade font-face kits can be directly downloaded from http://www.fontsquirrel.com/fontface</p>
<p>You can also upload custom fonts and generate font-face kit via the url http://www.fontsquirrel.com/fontface/generator.</p>
<p>Please let us know if there are any queries related to font-face or Google web fonts.</p>
<p>There is another alternative method using jquery font replacement technique using cufon.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.ittrainingnepal.com/web-design/google-web-fonts-vs-font-face/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Examination System developed by Gahendra</title>
		<link>http://www.ittrainingnepal.com/php-project/online-examination-system/</link>
		<comments>http://www.ittrainingnepal.com/php-project/online-examination-system/#comments</comments>
		<pubDate>Thu, 22 Nov 2012 08:15:51 +0000</pubDate>
		<dc:creator>ittrainingnepal</dc:creator>
				<category><![CDATA[PHP Project]]></category>

		<guid isPermaLink="false">http://www.ittrainingnepal.com/?p=929</guid>
		<description><![CDATA[Project Title: Online Examination System Developer: Gahendra Ranjit Project Description: This is a Demo Project for conducting online exam. The system is developed during his internship period. Project Features: The project has 3 types of users. One is the system administrator, second one is the college administrator, and last one is the students. User can [...]]]></description>
			<content:encoded><![CDATA[
<h2>Project Title: Online Examination System</h2>
<p>Developer: Gahendra Ranjit<br />
Project Description:  This is a Demo Project for conducting online exam. The system is developed during his internship period.</p>
<p><strong>Project Features:</strong></p>
<p>The project has 3 types of users. One is the system administrator, second one is the college administrator, and last one is the students.  User can register in the system as college administrator or student.</p>
<p><strong>System Administrator:</strong><br />
The main features of system administrator is listed below:</p>
<p>i.	View Users: This section will display the user who register as college administrator or users.  By default all the user are activated first. Administrators have the authority to deactivate the user.</p>
<p><strong>College Administrator:</strong><br />
The main features of college administrator is listed below:</p>
<p>i.	Create Exams: Exams are created according to the faculties and semesters. Exams are created between specified dates.<br />
ii.	Add Question: Questions are prepared for every subject.<br />
iii.	Setting the question papers: Questions are selected from the question bank and a question paper is set. The time duration for each exam paper can be set.<br />
iv.	View Question Set:  College admin can view their own question set according to the faculty.<br />
v.	Manage Students: The student account can be edited, deactivated as required.</p>
<p><strong>Students</strong>:<br />
After the students login, he/she can use the following features</p>
<p>i.	Exam: Student can give exam if the exam is currently running<br />
ii.	Mark sheet: Student can view and print the exam result.<br />
iii.	Settings: Student can manage his account information like password.</p>
<p>To view the online examination system,  click on the link:</p>
<p><a title="Online examination system" href="http://www.ittrainingnepal.com/web-projects/online_exam/login.php">Online Examination System</a></p>
<p><strong>College Administrator</strong></p>
<p>Demo Username: demo@ittrainingnepal.com</p>
<p>Demo Password: demoadmin</p>
<p><strong>System Administrator</strong></p>
<p>Demo Username: admin</p>
<p>Demo Password: admin</p>
<p>please check the detailed syllabus of our <a href="http://www.ittrainingnepal.com/php-training/">php training</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.ittrainingnepal.com/php-project/online-examination-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online Quiz System</title>
		<link>http://www.ittrainingnepal.com/web-development/online-quiz-system/</link>
		<comments>http://www.ittrainingnepal.com/web-development/online-quiz-system/#comments</comments>
		<pubDate>Fri, 09 Nov 2012 10:18:38 +0000</pubDate>
		<dc:creator>ittrainingnepal</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ittrainingnepal.com/?p=816</guid>
		<description><![CDATA[A quiz system is used for taking online quiz. It will contain multiple choice quiz, or a yes/no questions. The quiz system can be used by universities or colleges to take examination. Features of Online Quiz System An online quiz system will basically have the following features. Front End: There will be certain number of [...]]]></description>
			<content:encoded><![CDATA[
<p>A quiz system is used for taking online quiz. It will contain multiple choice quiz, or a yes/no questions. The quiz system can be used by universities or colleges to take examination.</p>
<h2>Features of Online Quiz System</h2>
<p>An online quiz system will basically have the following features.</p>
<p><strong>Front End:</strong></p>
<ul class="courselist">
<li>There will be certain number of questions under each categories(subjects).</li>
<li>User have to answer the question within the defined time limit.</li>
<li>Different categories have different questions.</li>
<li>User may be asked to sign up to play the quiz.</li>
<li>The system will display  the detail grading report of the user after the user plays the quiz.</li>
<li>User can change his account details like password.</li>
</ul>
<p><strong>Back End:</strong></p>
<p>The back end of the quiz is administrative panel of the quiz system.</p>
<ul class="courselist">
<li>Adding and editing categories.</li>
<li>Adding, editing questions under each categories(subjects).</li>
<li>Setting the time limit for user to answer each questions.</li>
</ul>
<h2>How an online quiz system works ?</h2>
<p>In an online quiz system, administrator creates different subjects(categories). He then creates quiz for different subjects. He makes questions and provide multiple option for each questions. Administrator provides login information to students. Students logs in the website and plays the quiz. After the quiz, he can see his scorecard.</p>
<h2>Advantages of Online Quiz System</h2>
<p>There are following benefits of the quiz system.</p>
<ul class="courselist">
<li>It is a very quick process to taking exams. Result can also be displayed quickly.</li>
<li>It is cost effective way of taking online examination.</li>
</ul>
<p>To view a Quiz System developed by students during training session, you can click on the links below.</p>
<p>1. <a href="http://www.ittrainingnepal.com/php-project/online-quiz-system-done-by-ishwor-bhatta/">Online Quiz done by Ishwor Bhatta</a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.ittrainingnepal.com/web-development/online-quiz-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
