<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://www.knowledge7.com">
<channel>
 <title>www.knowledge7.com blogs</title>
 <link>http://www.knowledge7.com/blog</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/KnowledgeSeven" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="knowledgeseven" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>My presentation on Android during Mobile Apps 2012</title>
 <link>http://www.knowledge7.com/page/my-presentation-on-android-during-mobile-apps-2012</link>
 <description>&lt;div style="text-align: center; width:425px" id="__ss_11606627"&gt; &lt;strong style="display:block;margin:12px 0 4px"&gt;&lt;a href="http://www.slideshare.net/KnowledgeSeven/what-is-android-how-to-develop-apps" title="What is Android? How to develop apps?" target="_blank"&gt;What is Android? How to develop apps?&lt;/a&gt;&lt;/strong&gt; &lt;iframe src="http://www.slideshare.net/slideshow/embed_code/11606627" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;div style="padding:5px 0 12px"&gt; View more &lt;a href="http://www.slideshare.net/" target="_blank"&gt;presentations&lt;/a&gt; from &lt;a href="http://www.slideshare.net/KnowledgeSeven" target="_blank"&gt;KnowledgeSeven&lt;/a&gt; &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Thank you for your presence during my presentation this morning at &lt;a href="http://www.mobileapps.mu/"&gt;Mobile Apps 2012&lt;/a&gt;. I had a lot of pleasure talking about Android and how we can get the best apps for it: either using existing ones from the Android Market, subcontracting the development (to Knowledge Seven for example) or by setting up an Android development team (by following our &lt;a href="http://www.knowledge7.com/page/object-oriented-programming-in-java"&gt;Java&lt;/a&gt; and &lt;a href="http://www.knowledge7.com/page/android-application-development"&gt;Android&lt;/a&gt; training starting soon and &lt;a href="http://www.knowledge7.com/page/get-20-discount-off-our-java-and-android-training"&gt;getting 20% discount&lt;/a&gt; in the process).&lt;/p&gt;
&lt;p&gt;I loved the questions &amp;amp; answers session at the end. We had great exchanges about the value of open-source software as well as competing mobile platforms.&lt;/p&gt;
&lt;p&gt;Once again, thanks for having listened to me. I hope you learnt 1-2 interesting things.&lt;/p&gt;
</description>
 <comments>http://www.knowledge7.com/page/my-presentation-on-android-during-mobile-apps-2012#comments</comments>
 <pubDate>Thu, 16 Feb 2012 11:01:19 +0000</pubDate>
 <dc:creator>avinash</dc:creator>
 <guid isPermaLink="false">477 at http://www.knowledge7.com</guid>
</item>
<item>
 <title>UNIX/Linux Security Best Practices</title>
 <link>http://www.knowledge7.com/page/unixlinux-security-best-practices</link>
 <description>&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20120213_security_0.jpg" alt="" title=""  class="image image-img_assist_custom " width="150" height="150" /&gt;&lt;/span&gt;You can take steps to protect yourself from intruders who attempt to break into your UNIX or Linux system. Among many of the different security services here are some things to do to make intrusion more difficult.&lt;/p&gt;
&lt;p&gt;Turn off unused services&lt;br /&gt;
Services which you don't enable can't be attacked from the outside. If you don't provide access to a service, it doesn't matter if there is any vulnerability in the daemon which would provide that service. So disable anything you don't need to use.&lt;br /&gt;
Where available, install IP filter or firewall rules&lt;br /&gt;
Restricting network access helps, it is no security that you won't be attacked. But restricting access to a smaller group of systems will reduce the number of attempts you see made against you.&lt;/p&gt;
&lt;p&gt;Install ssh and tcpd&lt;br /&gt;
SSH (Secure SHell) is a protocol which supports logging into a remote system or executing commands on a remote system, using an encrypted communication between the two systems. Both ssh and the tcp wrapper tcpd use a pair of configuration files to define what hosts are allowed to make connections to specific TCP services on your machine. Use these to limit access to those services and prevent unwanted intrusion attempts.&lt;br /&gt;
Keep your system up-to-date with the latest patches from your vendor&lt;br /&gt;
UNIX and Linux exploits are discovered from time to time, and if you don't keep your configuration updated, you'll potentially leave yourself exposed to attacks that try newly discovered vulnerabilities. Get the latest patches for your version of the OS.&lt;/p&gt;
&lt;p&gt;UNIX File Sharing&lt;br /&gt;
You may want to give others access to your directory or files in one of your directories. As an individual user, you can control who has access to the files which you own, by setting UNIX file permissions. Network File System (NFS) is the most frequently used method of sharing access to a filesystem (or a directory in a filesystem) between UNIX systems.&lt;/p&gt;
&lt;p&gt;At this point, if your system does not meet at least the above or if you need to make your Linux production systems compliant with various audit requirements, then our training should offer a good baseline and starting point, see our Linux page for more info in training and consulting services.&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;</description>
 <comments>http://www.knowledge7.com/page/unixlinux-security-best-practices#comments</comments>
 <pubDate>Mon, 13 Feb 2012 17:30:35 +0000</pubDate>
 <dc:creator>navind</dc:creator>
 <guid isPermaLink="false">450 at http://www.knowledge7.com</guid>
</item>
<item>
 <title>Why do you need to know Java?</title>
 <link>http://www.knowledge7.com/page/why-do-you-need-to-know-java</link>
 <description>&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/young-professionals.jpg" alt="" title=""  class="image image-img_assist_custom " width="200" height="125" /&gt;&lt;/span&gt;&lt;br /&gt;
Java technology powers hundred of thousands of websites and billions of mobile devices worldwide, including 200 million Android smartphones and tablets. Consequently, people who master Java and who can develop websites and applications in Java are in great demand both in Mauritius and worldwide.&lt;br/&gt;&lt;br /&gt;
As a school leaver with Computing at HSC or you have a good knowledge of programming, you can give yourself a head start by learning &lt;a href="http://www.knowledge7.com/page/object-oriented-programming-in-java"&gt;Object-Oriented Programming in Java&lt;/a&gt;.&lt;br/&gt;&lt;br /&gt;
Mastering Java will make learning other technologies such as Java Enterprise and Android much easier.&lt;br/&gt;&lt;br /&gt;
One of the best ways to master such a powerful platform is to follow quality training courses and this is precisely what Knowledge Seven is proud to offer.Training with us can give you the opportunity to work for one of the major companies in Mauritius (such as Mauritius Telecom, TNT and General Construction) who have trusted our Java quality training by sending us their IT staff to gain competencies in this programming language.Consult the complete list of our &lt;a href="http://www.knowledge7.com/page/clients"&gt;clients&lt;/a&gt; and read also the enthusiastic &lt;a href="http://www.knowledge7.com/page/testimonials"&gt;testimonials&lt;/a&gt; left by our trainees.&lt;br/&gt;&lt;br /&gt;
You also want to gain competencies and skills in creating Android apps, follow our &lt;a href="http://www.knowledge7.com/page/android-application-development"&gt;Android Application Development&lt;/a&gt; course which starts on 10 April.&lt;br/&gt;&lt;br /&gt;
A &lt;a href="http://www.knowledge7.com/page/get-20-discount-off-our-java-and-android-training"&gt;special package&lt;/a&gt; will be offered if you book for both the Java and Android courses.Same will apply for group booking.&lt;br/&gt;&lt;br /&gt;
If you are among the first three students to book for these courses, you can also choose any book from our &lt;a hef="http://www.knowledge7.com/page/book-store"&gt;book store&lt;/a&gt; and get it free.&lt;/br/&gt;&lt;/br/&gt;&lt;/br/&gt;&lt;/br/&gt;&lt;/br/&gt;&lt;/br/&gt;&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;</description>
 <comments>http://www.knowledge7.com/page/why-do-you-need-to-know-java#comments</comments>
 <pubDate>Mon, 13 Feb 2012 11:47:08 +0000</pubDate>
 <dc:creator>liliane</dc:creator>
 <guid isPermaLink="false">449 at http://www.knowledge7.com</guid>
</item>
<item>
 <title>Get 20% discount off our Java and Android training!</title>
 <link>http://www.knowledge7.com/page/get-20-discount-off-our-java-and-android-training</link>
 <description>&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20120203-advert.jpg" alt="" title=""  class="image image-_original " width="405" height="450" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Did you know that your company can target more than 200 million worldwide customers using Android-powered devices by creating apps on the Android Market? Android is also fast gaining ground in Mauritius thanks to the availability of affordable and powerful Android smartphones and tablets from Samsung, Sony-Ericsson, HTC, LG, etc. To tap into this fast growing market, your IT team would no doubt benefit from our quality and highly specialised training.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Follow both our &lt;a href="/page/object-oriented-programming-in-java"&gt;Object-Oriented Programming in Java&lt;/a&gt; and &lt;a href="/page/android-application-development"&gt;Android Application Development&lt;/a&gt; training and get a 20% discount off the normal price. The deadline for registration is 24 February.&lt;/span&gt;&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;</description>
 <comments>http://www.knowledge7.com/page/get-20-discount-off-our-java-and-android-training#comments</comments>
 <pubDate>Tue, 31 Jan 2012 12:09:56 +0000</pubDate>
 <dc:creator>avinash</dc:creator>
 <guid isPermaLink="false">431 at http://www.knowledge7.com</guid>
</item>
<item>
 <title>jQuery Mobile for HTML5-based user interfaces</title>
 <link>http://www.knowledge7.com/page/jquery-mobile-for-html5-based-user-interfaces</link>
 <description>&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20120117-jquery-mobile-devices.png" alt="" title=""  class="image image-_original " width="380" height="377" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://jquerymobile.com/"&gt;jQuery Mobile&lt;/a&gt; is a new framework for developing HTML5-based user interfaces for smartphones and tablets. As it is multi-platform, web applications built with jQuery Mobile, look and feel the same whether one is using Android or IOS devices. The framework also supports Blackberry, Windows Phone, Symbian, etc.&lt;/p&gt;
&lt;p&gt;This is the framework that people are going to use during our next &lt;a href="http://www.knowledge7.com/page/mobile-application-development-with-html5"&gt;Mobile Application Development in HTML5&lt;/a&gt; training. For some time I was wondering whether it would have been better to write all HTML5 code "manually" and, finally, I realised that jQuery Mobile saves a lot of time and has a formidable set of widgets and behaviours which would be difficult to replicate "manually".&lt;/p&gt;
&lt;p&gt;Anyone of you using jQuery Mobile at this moment? What do you think of it?&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;</description>
 <comments>http://www.knowledge7.com/page/jquery-mobile-for-html5-based-user-interfaces#comments</comments>
 <pubDate>Tue, 17 Jan 2012 10:11:12 +0000</pubDate>
 <dc:creator>avinash</dc:creator>
 <guid isPermaLink="false">416 at http://www.knowledge7.com</guid>
</item>
<item>
 <title>Picks of the Week #8</title>
 <link>http://www.knowledge7.com/page/picks-of-the-week-8</link>
 <description>&lt;p&gt;&lt;span class="inline inline-right"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20110131-picks-of-the-week.jpg" alt="" title=""  class="image image-_original " width="170" height="80" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You want to receive our Picks of the Week every Monday morning? &lt;a href="http://www.knowledge7.com/subscribe"&gt;Please subscribe&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Merry Christmas! Thank you for reading the eight edition of Knowledge Seven's Picks of the Week on this special day!&lt;/p&gt;
&lt;p&gt;Every two weeks, Avinash Meetoo and his team of collaborators will make you discover interesting articles and websites to help you broaden your understanding of the world of open source software and information technology in general.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;a href="http://www.recessframework.org/"&gt;Recess Framework&lt;/a&gt;&lt;br /&gt;
Want to build a highly scalable RESTFul archirecture in PHP ? Choose Recess! By Chris Jordan, CEO of New Media Creations. Recess aims at developer joy, whether you are a beginner or a professional, Recess! puts you on the right track to bring life to your server. Running on PHP 5.3, Recess! gives you proper tools to quickly and efficiently build a REST API. Based on the MVC structure, Recess! puts at your fingertips cool developer tools ranging from tools for model,controller and view creating, code introspection and an application route summary that run as a bundled browser app. If ever after using Hibernate in Java, you have been crazy looking a similar one in PHP, then Recess! has a really nice looking ORM that automate a very important aspect, Lazy Loading. Besides being well documented and having a large community, there are many upcomming developments which include plugin system, model validation and an improved templating system for the views. Also, setting it on your server is free from crazy configurations, just download it, place it on your server, set up your database and start creating great apps in Recess!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://code.google.com/webtoolkit/"&gt;Google Web Toolkit&lt;/a&gt;&lt;br /&gt;
GWT, released by Google, is an open source software intented for the creation of Rich Internet Applications. You program in Java and through GWT Compiler, everything is converted to JavaScript. What&amp;#39;s really nice with this software is that while programming in Java, Web Programmers have a wide subset of the Java Libraries with which lots of magic can be done. Moreoever, even if GWT uses Java, its also allows support to wrap JavaScript within Java through JSNI (JavaScript Native Interface). Many other frameworks on the market force a pattern but GWT gives you the freedom to structure your app with any pattern, whether with MVP or MVC or any other. Also, in many cases, Web Programmers have to be browser gurus in the sense they have to understand browsers&amp;#39; tradeoffs and incompatibilities and implement workarounds. However, with GWT, the compiler handles heterogenous browser platforms by generating several versions of the JavaScript intended for numerous browser engines such as gecko, safari and many others. Well, Web Programmers, what are you waiting for, rush to GWT and start building powerful Rich Internet Applications that gonna surprise web surfers.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://htmlpurifier.org/"&gt;HTML Purifier&lt;/a&gt;&lt;br /&gt;
You want to save HTML from your clients, then bear in mind, not all client are &amp;#39;good&amp;#39;, some are really &amp;#39;bad&amp;#39;. &amp;#39;Bad&amp;#39; Clients can insert malicious code within the HTML and then perform things that surely you wouldn&amp;#39;t be happy to know. However, to prevent these problems, HTML Purifier is here to parse your HTML from malicious content such as xss. Attackers can place series of xss within HTML. What HTML Purifier really does is that it tokenises the whole HTML content and defeats xss by removing all non-whitelisted elements. Morever, it cleans the HTML through ensuring that HTML contents are well-formed by validating all attributes according to their RFCS. Thus, aftet using HTML Purifier, your document is both safe from malicious code and also W3C compliant. In case , you are using some frameworks, then you are lucky enough because HTML Purifier Plugins are available for some major frameworks such as Drupal, WordPress, Joomla, Symphony and others.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.jahshaka.com/"&gt;Jahshaka&lt;/a&gt;&lt;br /&gt;
Formely CineFX, Jahshaka is a video editing software written in QT and uses OpenGL and OpenML. It provides solution for film compositing, editing and special fx system that uses OpenGL and OpenML hardware rendering to give operators real time interactivity. Edit your videos in an easy and flexible way, create effects in real time, animate, paint, add texts, support for many video formats, etc. - these are just a few of key features of this advanced video editor.The program is available for multiple platforms including Linux, Mac OS X and Microsoft Windows. Currently, the official page of Jahshaka shows a countdown to the release of Jahshaka 3.0. But if you are pretty impatient about it like me, you can try out Jashaka 2.0 from &lt;a href="http://sourceforge.net/projects/jahshakafx/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://jqueryui.com/"&gt;JQuery UI&lt;/a&gt;&lt;br /&gt;
Want to build highly interactive web applications, try JQuery UI. Jquery UI is a widget and interaction library built on top of JQuery JavaScript Library. Jquery UI provides a comprehensive set of core intareaction plugins, UI widgets and visual effects that use a jQuery-style, event-driven architecture and a focus on web standards, accessiblity, flexible styling, and user-friendly design. On top of that, Jquery UI has its own powerful theme framework with a wide theme gallery that also allows you to create your custom theme. With interactions such as Draggable, Droppable and widgets like Accordion and Tabs and amazing Utilities and awsome effects, you can know build great Web Applications that are compliants with major browers such as IE, Firefox, Safari, Opera and Chrome.&lt;/p&gt;
&lt;div style="border: 1px solid;"&gt;The picks for this week have been selected by Noor Bakerally, Research &amp;amp; Development Specialist at Knowledge Seven.&lt;/div&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;</description>
 <comments>http://www.knowledge7.com/page/picks-of-the-week-8#comments</comments>
 <pubDate>Sun, 25 Dec 2011 08:00:00 +0000</pubDate>
 <dc:creator>avinash</dc:creator>
 <guid isPermaLink="false">414 at http://www.knowledge7.com</guid>
</item>
<item>
 <title>Announcing AndroidMauritius and Knowledge Seven forum</title>
 <link>http://www.knowledge7.com/page/announcing-androidmauritius-and-knowledge-seven-forum</link>
 <description>&lt;p&gt;Knowledge Seven is proud to announce the launching of a new Android portal at &lt;a href="http://www.androidmauritius.com/"&gt;androidmauritius.com&lt;/a&gt;. During the past 18 months, Android use has exploded around the world and in Mauritius to become the world’s most widely-used operating system for smartphones and tablets. Google has just announced that people have downloaded Android applications more than 10 billion times hence showing how dynamic the Android ecosystem is.&lt;/p&gt;
&lt;p&gt;AndroidMauritius provides the latest news concerning Android, reviews Android smartphones and tablets available in Mauritius, and gives tips and tricks.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;a href="http://www.androidmauritius.com/"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20111209-android-mauritius.jpg" alt="" title=""  class="image image-_original " width="454" height="342" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Remaining faithful to Knowledge Seven's motto 'Sharing Expertise', we are also glad to announce the launching of our new forum at &lt;a href="http://www.knowledge7.com/forum/"&gt;knowledge7.com/forum&lt;/a&gt;. Open-source enthusiasts and IT professionnals will be able to discuss and share their knowledge on the various open-source software and technologies they use on a daily basis such as Linux, PHP/MySQL, Java. Android, etc.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;a href="http://www.knowledge7.com/forum/"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20111209-knowledge7-forum.jpg" alt="" title=""  class="image image-_original " width="454" height="277" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We hope that you will find both AndroidMauritius and the Knowledge Seven forum useful. Feel free to share with your friends and colleagues.&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;</description>
 <comments>http://www.knowledge7.com/page/announcing-androidmauritius-and-knowledge-seven-forum#comments</comments>
 <pubDate>Fri, 09 Dec 2011 03:43:10 +0000</pubDate>
 <dc:creator>avinash</dc:creator>
 <guid isPermaLink="false">413 at http://www.knowledge7.com</guid>
</item>
<item>
 <title>Knowledge Seven sponsors Terre de Paix</title>
 <link>http://www.knowledge7.com/page/knowledge-seven-sponsors-terre-de-paix</link>
 <description>&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20110630-terredepaix_0.jpg" alt="Terre de Paix" title="Terre de Paix"  class="image image-_original " width="450" height="367" /&gt;&lt;span class="caption"&gt;&lt;strong&gt;Terre de Paix&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;For our first Corporate Social Responsibility contribution, we have decided to sponsor Fondation Pour L'Enfance – Terre de Paix. This NGO aims at combating poverty in general and has among its objectives to carry out child care activities in a secular and non-discriminatory way. &lt;/p&gt;
&lt;p&gt;On June 30, the chairman of Knowledge Seven, Mr Jaynarain Meetoo, presented a cheque to Mr Alain Muneean, the secretary of Terre de Paix and Mrs Patricia Yue to encourage them in their efforts to make a better world for children.&lt;/p&gt;
&lt;p&gt;Why did we choose this NGO? Simply because Knowlege Seven strongly believes that education is the key to the success of our future generations. &lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;</description>
 <comments>http://www.knowledge7.com/page/knowledge-seven-sponsors-terre-de-paix#comments</comments>
 <pubDate>Fri, 16 Sep 2011 11:47:32 +0000</pubDate>
 <dc:creator>liliane</dc:creator>
 <guid isPermaLink="false">372 at http://www.knowledge7.com</guid>
</item>
<item>
 <title>Enter the Android Market with our brand new training</title>
 <link>http://www.knowledge7.com/page/enter-the-android-market-with-our-brand-new-training</link>
 <description>&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20110804-learn-android.jpg" alt="" title=""  class="image image-_original " width="350" height="248" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Android, developed by Google, is now the top-selling smartphone platform powering more than 100 million devices in the world. Android smartphones (and, now, tablets) are made by companies such as HTC, Samsung, Sony-Ericsson, Motorola, LG, Acer, Archos, Dell, ViewSonic and Toshiba. &lt;a href="http://tech.fortune.cnn.com/2011/06/16/100-million-android-fans-cant-be-wrong/"&gt;Fortune Magazine&lt;/a&gt; observes that Android powers 35% of the smartphones sold in the US in 2011 while Apple has 18%, Blackberry 14% and Microsoft 2% of the market share.&lt;/p&gt;
&lt;p&gt;Applications can be easily added to Android smartphones and tablets by downloading them from the &lt;a href="https://market.android.com/"&gt;Android Market&lt;/a&gt; which hosts more than 240,000 free and paid applications which have already been downloaded more than one billion times.&lt;/p&gt;
&lt;p&gt;Clearly, Android is massive and the market for Android applications is ever increasing.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Developing applications for the Android platform&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Android platform is open source software and the tools which are required to develop Android applications are readily available. Interestingly, Android applications are written in Java using a subset of the Java standard classes as well as Android specific classes. Someone willing to master Android apps development needs to be knowledgeable in object-oriented programming with Java.&lt;/p&gt;
&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20110806-android-sdk.jpg" alt="" title=""  class="image image-_original " width="400" height="306" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;At Knowledge Seven, we are proud to launch our new &lt;a href="http://www.knowledge7.com/page/android-application-development"&gt;Android Application Development&lt;/a&gt; training starting on Wednesday 14 September and will run over five consecutive Wednesdays.&lt;/p&gt;
&lt;p&gt;Over the duration of the training, participants will develop Android applications in our state of the art computer lab and test the applications on real Android devices. We will cover the following topics during the training: the user interface preferences, file system and menus, services, accessing databases, lists and adapters, broadcast receivers, content providers and system services (e.g. alarms, GPS and various sensors).&lt;/p&gt;
&lt;p&gt;At the end of the training, the participants will know how to develop powerful Android applications ready to be submitted to the Android Market.&lt;/p&gt;
&lt;p&gt;The trainer will be &lt;a href="http://www.knowledge7.com/page/about-us"&gt;Avinash Meetoo&lt;/a&gt;, Founder and Managing-Director of Knowledge Seven. He has extensive experience of object-oriented programming, Java and Android development. During the last world cup, Avinash created an Android application, &lt;a href="http://www.knowledge7.com/page/world-cup-2010-tv-guide"&gt;World Cup 2010 TV Guide&lt;/a&gt;, which was downloaded more than 15,000 times by people all over the world.&lt;/p&gt;
&lt;p&gt;Do not hesitate to contact us on 464-7446 for more details.&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;</description>
 <comments>http://www.knowledge7.com/page/enter-the-android-market-with-our-brand-new-training#comments</comments>
 <pubDate>Sat, 06 Aug 2011 06:34:14 +0000</pubDate>
 <dc:creator>avinash</dc:creator>
 <guid isPermaLink="false">363 at http://www.knowledge7.com</guid>
</item>
<item>
 <title>Master PHP/MySQL for real</title>
 <link>http://www.knowledge7.com/page/master-phpmysql-for-real</link>
 <description>&lt;p&gt;&lt;span class="inline inline-center"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20110727-keanu.jpg" alt="" title=""  class="image image-_original " width="460" height="311" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Since their introduction a few years ago, PHP and MySQL have become the de-facto standard web technologies used to power most blogs and websites. They are used, for example, by Facebook and Wikipedia.&lt;/p&gt;
&lt;p&gt;Learning the basics of PHP and MySQL is easy. There are a lot of online resources available, most notably the official &lt;a href="http://php.net/docs.php"&gt;PHP&lt;/a&gt; and &lt;a href="http://dev.mysql.com/doc/refman/5.5/en/"&gt;MySQL&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;But what if you want to go further?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;What if you want to learn advanced PHP techniques such as sanitization, validation, templating, sessions, cookies, PHP data objects (PDO) and file uploads? What if you need to master the new aspects of MySQL like transactions, stored procedures, triggers, locking and partitioning?&lt;/p&gt;
&lt;p&gt;Your best bet is to follow a quality training.&lt;/p&gt;
&lt;p&gt;At Knowledge Seven, we are proud to offer you 10% of discount for our next &lt;a href="/page/web-development-with-php-and-mysql"&gt;Web Development with PHP and MySQL training&lt;/a&gt; starting on Monday 8 August 2011. Our course covers all of the above and more! Our training, Avinash Meetoo, is a well known IT professional and has extensive experience in both PHP and MySQL.&lt;/p&gt;
&lt;p&gt;Joelle followed this training a while back and would like to share some thoughts with you:&lt;/p&gt;
&lt;div style="float: right"&gt;
&lt;span class="inline inline-left"&gt;&lt;img src="http://www.knowledge7.com/sites/default/files/images/20110727-joelle.JPG" alt="" title=""  class="image image-_original " width="149" height="224" /&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Who are you and what do you do?&lt;/strong&gt;&lt;br /&gt;
Joelle Teck Yong, a Web Developer at Mauritius Telecom - Telecom Plus, now with 5 years’ experience in web development field.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why did you choose to follow our Web Development with PHP and MySQL training?&lt;/strong&gt;&lt;br /&gt;
To get a refresh on the fundamentals of PHP and MySQL.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What has the training allowed you to achieve at work?&lt;/strong&gt;&lt;br /&gt;
This course helped me to pay more attention to details that sometimes I thought were not important.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Would you recommend colleagues and friends to follow this training?&lt;/strong&gt;&lt;br /&gt;
Yes, the trainer knows the topic very well with good practical examples in a friendly environment.&lt;/p&gt;
&lt;p&gt;Register for our Web Development with PHP and MySQL training and get your 10% of discount. Places are limited so be quick! Call us on 464-7446 for more information.&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;</description>
 <comments>http://www.knowledge7.com/page/master-phpmysql-for-real#comments</comments>
 <pubDate>Wed, 27 Jul 2011 08:37:32 +0000</pubDate>
 <dc:creator>avinash</dc:creator>
 <guid isPermaLink="false">349 at http://www.knowledge7.com</guid>
</item>
</channel>
</rss>

