Why Prefer Concrete5 Content Management System to Build a Web Portal?

Overall, Content Management Systems or CMS in the market at the moment will make available the essential tools for your website. Add ones, built in applications, in progress updates, content security, in the midst of the few factors we’ve chosen Concrete5 as our favorite website content management system. We have been admiring Concrete5 content management [...]


Expression Engine CMS

Expression Engine CMS – An Exceptional Program You may or have heard that posting on blogs or forums with applicable information can be immense for SEO, if you include a link to your website with the comment.   Many times when you comment on a blog post, there’s a space to enter your name and [...]


Contao Open Source CMS

Contao has a spontaneous user interface that uses Ajax and Web 2.0 technologies for most favourable usability. Multiple back end languages and themes, a potent permission system, versioning and undo management, superior search and sorting alternatives or the Live Update Service are just a small number of many features that make Contao stand out from [...]


Responsive Website Designing

Responsive Website Designing as a Newer Phase of Web Designing The internet world welcomed increased number of browsers and devices and it simultaneously brought about the need for the users to access your website easily and more conveniently over all the devices. The technological phases facilitated the users from the big screen computers to the [...]


How to add static block to your phtml in Magento

Static Block plays a big role in magento to show the information, links, banner etc. on the Magento sites. All the website developer use static block in a different manner. below is the process to add static block in your phtml file (Magento Theme File). 1) First login into magento admin and create a static [...]


How to get manufacturers list : Magento

If you want to show the manufacturers list on your sidebar or anywhere else in magento site.  You just need add some little code. First open the file app/code/core/Mage/Catalog/Block/Navigation.php Add the below code at the end of file public function getAllManu() { $product = Mage::getModel(‘catalog/product’); $attributes = Mage::getResourceModel(‘eav/entity_attribute_collection’) ->setEntityTypeFilter($product->getResource()->getTypeId()) ->addFieldToFilter(‘attribute_code’, ‘manufacturer’); //can be changed to any attribute [...]


How to call custom field value: WordPress

Custom field play very big role in WordPress. We can use it to call extra feature in post and page. For example (only to show custom field functionality), if you want to add a source url in your every post. You can do it using two method:


Where to start Website Development?

Really big question for beginner who want to learn website development.  They go for learning PHP/MySQL, HTML, ASP, ASP.NET etc etc. The real fact is in this field we should have knowledge of Photoshop. I never said to become master, but my biggest concern is that learn some basic knowledge of Photoshop. After that we can start with HTML and [...]