Category: CMS

responsive_wordpress_43

Top 10 WordPress Responsive Themes 2012

Top 10 WordPress Responsive Themes 2012 In this round-up we have compiled some of the best free, responsive and minimal WordPress themes that have been released in this past year (2012). All work perfectly as is, but their real beauty is that they are a fanatstic foundation for further development. Balancing content with minimal layouts is [...]

9-leatherly

Top 10 Free WordPress Themes 2012

1.) Discussion Top 10 Free WordPress Themes 2012 Discussion is one of those themes that you will either like or dislike. It is the polar opposite of Convention, in that it sets out to offer a completely unique design. As you can see from the above screenshot, the design is based upon a pin board, with each element [...]

question-mark-225x300

How To Create A Blog

History of the blog. Blogs are part of the World Wide Web since its creation. In the beginning they did not have a defined name, but their purpose was more or less the same as that of contemporary blogs. Here is a list of the first blogs: Dawn of Internet: Tim Berbers-Lee at CERN begins keeping [...]

last_login

How to get user last login time in WordPress

Few days ago my in one of my WordPress project, Client wants to show user last login time. I tried much and found function get_user_meta() to get it. How to get user last login time in WordPress ? Past this functions in theme functions.php file. function wdg_get_last_login($user_id) { $last_login = get_user_meta($user_id, ‘last_login’, true); $date_format = [...]

magento_logo_narrow

Move magento from local server to live server without fresh installation

If you want to move your installation form directory to top domain  or one domain to another , you need to follow this setps. 1) Delete the content of the folder /var 2) Change the values of the file /app/etc/local.xml There you can find your connection string data (database user, host and name). 3) Once [...]

twitter-tends

WP Twitter Trends Widget Plugin

This plugin will help you to display Current Twitter Trends by Region.

As we increasingly depend on more and more social services, there rises the need to provide a simple way to let our website visitors to know what tranding now on Twitter. This plugin will help you to display Current Twitter Trends by Region on your WordPress Blog/Site.

wordpress-error

Browser Detection WordPress Plugin & Functions

Providing cross-browser compatibility on your blog / website theme, you must have to be able to detect the browser used by the visitor.
Browser Detection WordPress Plugin & Functions
Method : 1
By using this conditional comments. WordPress itself can detect client browser.

Mgento_Bug_Fix

How To Display Contents Of a Static Block in .phtml File – Magento

 Go to Magento admin uder CMS > Static Blocks > Add New Block >  Insert Block Title, Identifier (for example:block-id), set Status to Enabled, insert block Content and Save Block.

If you want to put your static block in left column open file /app/design/frontend/your_theme/your_theme/template/callouts/left_col.phtml and insert code below where you want the static block to apear:

Mgento_Bug_Fix

How to use select, update, delete and insert queries in magento.

Using select, insert, delete and update the record in magento site is very easy.
Following functions are helpful in magento site for database queries. You can also use this function outside magento environment with the help pf include “Mage.php” file form “app” folder like.

Mgento_Bug_Fix

Submit Magento Newsletter Using Ajax

Before few days ago I was trying to make my client website newsletter  subscription using ajax. I was searching a lot on web but did not get any good solution.

After all than i decided to code it my own way.Lets get start

Page 1 of 41234

Ads

LogoDealz
Recommend on Google

Write For Us


If you are a web designer/developer, graphic designer or even an experienced blogger, perhaps you would you like to share some of your knowledge or expertise with the readers of WebDesignerGeeks. Find out more »