Drupal powerful module Panels Part-II
In the previous post of drupal panels we have discussed about Drupal Panels basic. What is drupal Panels and why we have to use drupal panels in website. In t buy viagra no prescription his post we...
View ArticleMagento Adaptive Resizing or Croping from center
Magento is very powerful e-commerce platform these days. When we think about any CMS or shopping cart, First thing comes in mind is theming any CMS or shopping. Magento theming is not really as hard as...
View ArticleOverriding Magento controller or Extend Magento core functionality
In Magento sometimes we need to customize Magento core functionality. Today I’ll show you how to customize Magento core functionality without messing with Magento core files First of choose Magento...
View ArticleAvoiding JQuery Conflicts with Other JavaScript Libraries
What is JQuery? JQuery is JavaScript library designed to simplify client site scripting of HTML. JQuery is free open source software. The jQuery library is a single JavaScript file that contain all of...
View ArticleWriting your Own Hello Word! JQuery Plugin
JQuery is cross browser javascript open source framework. It also comes with lots of plugins to do almost everything you want. But sometimes you are not able to find exact plugin to suits your need, Or...
View ArticleJQuery Star rating using radio buttons – makeItstar Plugin
Now days rating system is common in every website. Star rating looks good on website, Instead of just showing percentage or number on website. In old website, Developer use input radio buttons for...
View ArticleStylize your select box using JQuery custom plugin
Hi all, Now days everybody wants to make his/her website to looks better. We can do almost everything with HTML/CSS to make website looks good. But there are still some html component, which we can’t...
View ArticleMagento Tips that will help you lot while working on magento theming
Magneto theming is little bit different from other CMS. Today I’ll show you some tips, that will help you lot while working on magento theming. Display single category products on home page. To do this...
View ArticleStylize your checkbox using jQuery custom plugin
Hi there, after showing you demo of how to Stylize your select box using jQuery, now I will show you how to stylize your checkbox. To stylize your checkbox, let’s start with html. Create simple html...
View ArticleStylize input type file using jquery custom plugin
Hi, all, after showing how to Stylize your checkbox using jQuery custom plugin and Stylize your select box using jQuery plugin. Today I am going to show you how to stylize most important part of html....
View ArticleMagento Add CMS BLock to page using xml or phtml file.
While working on magento themeing, we want every block to be dynamic or editable from administrator. We can add CMS block to any page or any part of page like header and footer using following ways. 1....
View ArticleHow to get base URL, Skin Url, JS URL, Media URL, Current URL in magento?
While working on magento themeing, we need to get some url(s) in temlate (phtml) file or cms pages/block in magento adminstration panel. here I am gonna show you how to get these url(s) in template...
View ArticleMigrate drupal 6 to Drupal 8 using Drupal migrate module
Migrate in drupal means, Migrating configuration and data from old drupal site to new Drupal 8 In drupal 8 now migrate, replaced the old upgrade process that was used in privious versions of drupal....
View ArticleDrupal-6(D6) to Drupal-8 (D8) CCK Single On/Off Checkbox, Checkboxes fix
Problem While migrating from drupal6 to drupal8 using dupal migrate module, all Drupal 6 integer, Float, decimal and text fields are converted into integer and text fields. These new fields in drupal8...
View ArticleInstall Drush 7 for Drupal 8 in linux
Drupal 8 beta version has been release and soon drupal 8 stable version will be released. Everyone wants to try drupal 8 before release, and test it using migration from drupal 6 or 7. As we know for...
View ArticleGeometric Shapes using css3 Part-1
As we know that, earlier in web designing we could only create rectangle shape using css and for another geometric shapes like star, triangel, Parallelogram we had to use images. Image always slow...
View ArticleHow to use css3 animation in navigation menu ?
Demo Item 1 Item 2 Item 3 Item 4 Item 5 .ui-menu{ margin:0;padding:0; } .ui-menu li{ float:left; padding:0; list-style:none; } .ui-menu li a{ border:1px solid; font-size:15px; font-family:arial;...
View ArticleHow to install nginx on Ubuntu 14.x server ?
Now days nginx is most powerfull web server because it is more resource-friendly than Apache in most cases. It can be used as a web server or a reverse proxy. Install Nginx we can install nginx on...
View ArticleInstall php and mysql on nginx web server on ubuntu 14.x
In last post we have successfully installed nginx web server. Today we will learn how to install mysql and php on nginx sever. To install mysql To install mysql server on ubuntu 14.x, we will have to...
View ArticleAllow postfix (PHP send email) to work with extenal MX Record.
Today I will show you how to configure Postfix (PHP mail) to work with domain having extenal MX records. E.g. Suppose you are working on website http://www.example.com, Now you have configured Google...
View Article