November 10, 2015

Yoast WordPress SEO Guide

SEO in WordPress just doesn’t cut it until you use the powerful all singing and dancing WordPress SEO plugin from Yoast. This tutorial covers the WordPress SEO plugin by Joost De Valk, it is a powerhouse of a tool that deals with all the SEO configurables you could ever think […]
November 3, 2015

Statistics for websites using WordPress Theme technologies

WordPress is being used by more than 60 million websites. Its is used by 58.6% of all the websites whose content management system we know. This is 24.9% of all websites on internet. There are many wordpress themes available in market, some are free while some other are paid. Here […]
October 28, 2015

10 Costly Design Mistakes You Should Avoid At All costs

We all made mistakes, lets learn from professionals and improve our design In our post today, we will learn how to avoid ten costly design mistakes that if committed, would mean only one thing – financial loss on your part. With the way the economy is, the last thing you […]
October 27, 2015

10 Photoshop Tips for easy PSD to HTML conversion

Website Designers specially novice Designers make lot of mistakes and converting such photoshop layout to html/css is very difficult. This article has lot of useful info about it. As a designer sending files in for PSD to HTML conversion, you have a big impact on whether your designs will be […]
October 8, 2014

10 Top Image Hover Effects Tutorials

Need to spruce up your website with some beautiful animation and transition effects? Here’s a FREE collection of superb image hover effects in both pure CSS3 and jQuery. Bring your images to life. Hover Effects included: Image Zoom, Image Flips, Border Hover, Fading and Sliding Effects, Content Overlays and more… […]
March 22, 2014

WordPress Plugin Development

http://codex.wordpress.org/Writing_a_Plugin Essential WordPress Plugin Development Resources, Tutorials and Guides 20 Tutorials to Develop WordPress Plugin 10 Tutorials To Kickstart Your WordPress Plugins Development Create a Custom WordPress Plugin From Scratch http://www.problogdesign.com/wordpress/a-novice-guide-to-wordpress-plugin-development/ http://www.slideshare.net/chzigkol/wordpress-plugin-development-short-tutorial-presentation http://www.devlounge.net/extras/how-to-write-a-wordpress-plugin
February 16, 2014

Entity Framework 5.0 – Getting Started

Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write. https://www.youtube.com/watch?v=EPXFc6pAnMs&list=PLt2cGgt6G8WqLLhZXFLmnYMUmK4pI4WAj (6 videos)
February 4, 2014

SharePoint 2013 Installation on Windows Server 2012

Installing SharePoint 2013 is a little complex task, you need to install software in a particular order and with correct configuration. I recently found this useful article and it helped me installing SharePoint 2013 server.
February 4, 2014

C# Razor Syntax Quick Reference

An excellent summary of ASP .Net Razor command.
February 1, 2014

ASP .Net MVC4 Tutorials

The ASP.NET MVC Framework is an open source web application framework that implements the model–view–controller pattern. https://www.youtube.com/watch?v=-pzwRwYlXMw&list=PL6n9fhu94yhVm6S8I2xd6nYz2ZORd7X2v (100+ ASP .Net MVC 4 Tutorials) https://www.youtube.com/watch?v=XkACPxxlmic A brief but very useful series about ASP .Net MVC 4 by Fabio Scopel
January 16, 2014

ASP .Net Tutorials

ASP.NET is a server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is […]
December 4, 2013

Magento – Display Products on Homepage

To display products on a homepage (for ex. category “on Sale”) you need to open necessary CMS static block or CMS page.   With the following code paste the product list (list.phtml) to the page indicating the product category: {{block type=”catalog/product_list” name=”product_listing” template=”catalog/product/list.phtml” category_id=”8” }} Where:  category_id — Id of the […]