<?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>Tkgen</title>
	<atom:link href="http://www.tkgen.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tkgen.co.uk</link>
	<description>Think smart</description>
	<lastBuildDate>Wed, 03 Oct 2012 12:00:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting up Java development environment using Eclipse</title>
		<link>http://www.tkgen.co.uk/2011/09/setting-java-development-environment-eclipse/</link>
		<comments>http://www.tkgen.co.uk/2011/09/setting-java-development-environment-eclipse/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 14:56:17 +0000</pubDate>
		<dc:creator>Athar</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[development environment]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[J2ee]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[MySQL Community Server]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Tkgen]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Tortoise SVN]]></category>

		<guid isPermaLink="false">http://www.tkgen.co.uk/?p=283</guid>
		<description><![CDATA[Eclipse is most commonly used for developing Java/J2ee based software web applications. Setting up the development environment is the first step to start working on the project. These are the following key steps for setting up the environment, Step 1 &#8211; Download the Eclipse IDE for Java EE Developers http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigor Step 2 &#8211; Download Tomcat [...]]]></description>
			<content:encoded><![CDATA[<p>Eclipse is most commonly used for developing Java/J2ee based software web applications. Setting up the development environment is the first step to start working on the project. These are the following key steps for setting up the environment, </p>
<p><strong>Step 1 &#8211; Download the Eclipse IDE for Java EE Developers</strong></p>
<p>http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigor</p>
<p><strong>Step 2 &#8211; Download Tomcat 7 </strong><br />
Go to http://tomcat.apache.org/download-70.cgi<br />
Download the Zip version under ‘Binary Distribution’ and Core sections, you can also download the documentation if you prefer. Extract the Zip folder and folder structure should be <hard drive>\tomcat7. </p>
<p><strong>Step 3 &#8211; Download Tortoise SVN </strong><br />
Go to http://tortoisesvn.net/downloads.html<br />
Install either 32bit version or 64 bit version depends on your machine spec, (preferable 32bit). </p>
<p><strong>Step 4 &#8211; Download Hibernate Libraries </strong><br />
Go to http://sourceforge.net/projects/hibernate/files/hibernate3/<br />
Download hibernate-distribution-3.6.5.Final-dist.zip  and unzip the file.<br />
Open eclipse folder and run eclipse.exe.<br />
Installed Subelipse (http://subclipse.tigris.org) for managing and working with SVN or<br />
installed from eclipse IDE, go to eclipse marketplace (from the about menu) and search for subelipse plugin, once found then click to install. </p>
<p><strong>Step 5 – Run Eclipse </strong><br />
Test it either creating a new web project or import the existing project which may be get it from the SVN or any other source control. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tkgen.co.uk/2011/09/setting-java-development-environment-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MySQL Server</title>
		<link>http://www.tkgen.co.uk/2011/09/installing-mysql-server/</link>
		<comments>http://www.tkgen.co.uk/2011/09/installing-mysql-server/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 15:33:14 +0000</pubDate>
		<dc:creator>Athar</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[MySQL Community Server]]></category>
		<category><![CDATA[MySQL Server]]></category>
		<category><![CDATA[Mysql workbench]]></category>
		<category><![CDATA[Workbench]]></category>

		<guid isPermaLink="false">http://www.tkgen.co.uk/?p=266</guid>
		<description><![CDATA[This blog post will highlight the key steps to install the MySQL Community Server and MySQL Workbench (GUI) to managing and administrating the MySQL server through a graphical user interface. Step 1: MySQL community Server (v5.5) Go to this URL, http://dev.mysql.com/downloads/mysql/ Download ‘Windows (x86, 32-bit), MSI Installer’ or ‘‘Windows (x86, 32-bit), MSI Installer’ depends on [...]]]></description>
			<content:encoded><![CDATA[<p>This blog post will highlight the key steps to install the MySQL Community Server and MySQL Workbench (GUI) to managing and administrating the MySQL server through a graphical user interface. </p>
<p><strong>Step 1: MySQL community Server (v5.5) </strong><br />
Go to this URL, http://dev.mysql.com/downloads/mysql/<br />
Download ‘Windows (x86, 32-bit), MSI Installer’ or ‘‘Windows (x86, 32-bit), MSI Installer’ depends on your machine spec under generally available (GA) release tab. Run the installer and follow the wizard to install the MySQL Server your machine. </p>
<p><strong>Step 2: MySQL Workbench (GUI tool) </strong><br />
Go to http://dev.mysql.com/downloads/workbench/<br />
Download ‘Windows (x86, 32-bit), MSI Installer’ under generally available (GA) release tab. Run the installer and follow the wizard to install the MySQL Server your machine.<br />
Once installed successfully, Run the MySQL Workbench. Create a new connection with a host as localhost (or 127.0.0.1) with the username and password you choose at the time of installation. Click on test connection button to test the connection if successful then its shows message as ‘connection successfully’ </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tkgen.co.uk/2011/09/installing-mysql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android 3.0</title>
		<link>http://www.tkgen.co.uk/2011/04/android-3-0/</link>
		<comments>http://www.tkgen.co.uk/2011/04/android-3-0/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 09:17:46 +0000</pubDate>
		<dc:creator>Athar</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Amazon Apps store]]></category>
		<category><![CDATA[Android 3]]></category>
		<category><![CDATA[google Android]]></category>
		<category><![CDATA[Google Android Market]]></category>

		<guid isPermaLink="false">http://www.tkgen.co.uk/?p=105</guid>
		<description><![CDATA[Google has announces that there has been more than three billions android applications was installed. On the other side apple recently announced that more than 10 billion installed from there Apple apps store. The growth of the android phones and application is incredible fast and still continue to capture the market compared to the Apple [...]]]></description>
			<content:encoded><![CDATA[<p>Google has announces that there has been more than three billions android applications was installed. On the other side apple recently announced that more than 10 billion installed from there Apple apps store. The growth of the android phones and application is incredible fast and still continue to capture the market compared to the Apple and others vendors. The first billion android applications took nearly 20 months to install and the second billion took only 5 months. At this point, android application was become famous and it took only two months to install the android apps.</p>
<p>Android is open source and this allows the user to download the apps from the different app store. User can download either from Google Android Market or Amazon Apps store.</p>
<p>Recently, Android 3.0 was release and this was specifically designed for tablet. In this release, android platform introduced many new and existing features for both developers and mobile users.</p>
<p><iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/hPUGNCIozp0" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tkgen.co.uk/2011/04/android-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We are hiring</title>
		<link>http://www.tkgen.co.uk/2011/04/we-are-hiring/</link>
		<comments>http://www.tkgen.co.uk/2011/04/we-are-hiring/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 20:13:39 +0000</pubDate>
		<dc:creator>Athar</dc:creator>
				<category><![CDATA[careers]]></category>

		<guid isPermaLink="false">http://www.tkgen.co.uk/?p=100</guid>
		<description><![CDATA[Tkgen is seeking to fill the key position of Java Developer and looking for individuals with an ambition to succeed. We are looking for people who are interested in developing their career with us, as we developing our software team. The successful candidate should enjoy working in a team environment; have the enthusiasm and ambition [...]]]></description>
			<content:encoded><![CDATA[<p>Tkgen is seeking to fill the key position of Java Developer and looking for individuals with an ambition to succeed.</p>
<p>We are looking for people who are interested in developing their career with us, as we developing our software team. The successful candidate should enjoy working in a team environment; have the enthusiasm and ambition to complete projects to the highest standard and want to be part of the company that has high quality values.</p>
<p>The Java developer will be responsible for the layout, design and implementation. The candidate should be able to work in the team as well as individuals.</p>
<p><strong>Required Skills:</strong></p>
<ul>
<li>Experience of object oriented programming</li>
<li>Experience of JSF, Spring, Hibernate and MySql</li>
<li>Understanding of MVC design patterns and frameworks</li>
<li>Experience of the full software development lifecycle: from functional specification, to development, testing and delivery</li>
<li>Have exposure with social media sites (desirable, not essential)</li>
<li>Front-end development including Primeface and jQuery (desirable, not essential)</li>
<li>Understanding of Ajax (desirable, not essential)</li>
<li>Good levels of communication. both written and verbal</li>
<li>Enthusiasm and an interest in all things technology</li>
</ul>
<p><strong>Salary:</strong></p>
<p>Commensurate with experience</p>
<p><strong>How to apply:</strong></p>
<p>If you are interested, please e-mail your CV to <a href="mailto:careers@tkgen.co.uk">careers@tkgen.co.uk</a></p>
<p>Here at Tkgen we do not accept recruitment applications and phone calls from any recruitment agencies. We request all potential candidates to send your application / CV direct to us here.  We will individually respond to each potential candidate.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tkgen.co.uk/2011/04/we-are-hiring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
