While researching about SaaS (Software as a Service, you can also call hosted apps) Applications available for Inventory Management, I came across many of those. I shortlisted few of those. Please have a look.
Few Inventory Management SaaS Applications
Let’s teach kids to code
Coding is interesting. It does not only help you to create something, it also helps you to learn more. If you are adult, you can learn coding different ways. There are also a lot of websites which teaches you how to code. Some of places to learn code are: Codecademy – a website, CoderDojo – an event, and organisations like Girls Who Code and Black Girls Code etc. But how can you teach your kids to code? Do you think they will interest to code once they see the code? But they will, when they will find it fun and interactive. I watched a video of TED talk today, where Mitch Resnick talks about his project Scratch, which enables kids an interesting way to learn to code.
How Long Does it Take to Build an iOS or Android App?
Though we are not into iOS or Android App, but this info-graphics is interesting. So I decided to share it here.
If future, if we will decide to develop an iOS or Android App, we will let you know.
Yoast WordPress SEO plugin – Disable rel=”author” on pages on your WordPress website
Yoast WordPress SEO is an awesome plugin for your WordPress powered website and/or blog to optimise your website for search engines. This plugin comes with inbuilt support to set rel=”author” on your webpages. This will help you to set up authorship for your blog. If you are using WordPress for just a website without blog, then you don’t need to worry about authorship. But if you are using WordPress, not just for your blog, but for your website CMS, then you don’t need to display authorship on your pages and your home page (where your home is a page of WordPress, not the blog index). But it’s important to display authorship for the blog posts you write. Yoast WordPress SEO does not have any settings to disable author metadata on your pages. So, when someone will search for something on Google and it displays your home page or any other page in the result, it’ll also display author information along with that, which is weird. So, you should disable pushing rel=”author” through your head on the pages.
To disable pushing rel=”author” through your head on the pages, you need to edit a single line of code of Yoast WordPress SEO plugin. Follow the following steps to do this.
- Locate the file named “class-frontend.php” in this path of your WordPress installation “wp-content/plugins/wordpress-seo/frontend”.
- Open the file in any text editor and search for “Outputs the rel=author”.
- Below this comment, you will find a function named “author”.
- Inside the function you will see a code which says
if ( is_singular() ) {. Changeis_singulartois_single. And you are done. Save the file now.
We provide WordPress consultancy service. So, if you need any help, please contact us. We also develop awesome high quality web application using PHP (CodeIgniter), MySQL and Ajax (jQuery).
Enable open web technologies in Internet Explorer
Are you worried about supporting your web application for Internet Explorer? Now there is a solution. Google has developed an open source plug-in called Google Chrome Frame, which seamlessly brings Google Chrome’s open web technologies and speedy JavaScript engine to Internet Explorer. With Google Chrome Frame, you can:
- Start using open web technologies—such as the HTML5 canvas tag—right away, even technologies that aren’t yet supported in Internet Explorer 6, 7, 8, or 9.
- Take advantage of JavaScript performance improvements to make your apps faster and more responsive.
To know more, check Google Chrome Frame page on Google Developers.





