
Template systems are an important component of today\'s websites. Most of them are designed so that you have to include ...

A strong knowledge of HTML and CSS is pivotal for all other web design or development work. It provides you with knowled ...

The combination of products, presentation, and service makes our store unique. Before adding products, we need to make s ...
By CMS tutorial Crawler in Wordpress
As you continue writing for WordPress more and more, the level of difficulty and complexity of your plugins will eventually reach far beyond the simple back-end data manipulation, as demonstrated in our beginner's article. In this installment we'll cover in-depth: database interaction, Admin Widgets, and Sidebar Widgets. Today's example will be a custom built \"Most Popular By Views\" plugin, which creates an admin area widget for us to view, and a sidebar widget for visitors to see.
0 comments and a rating of
By CMS tutorial Crawler in Wordpress
Ever wanted to be able to automatically create a custom field with a value when a post (or page) is created? Then this snippet is for you.
0 comments and a rating of
By CMS tutorial Crawler in Resources
In this post we release a yet another freebie: a Drupal Cheat Sheet Desktop Wallpaper, a desktop wallpaper that features most popular variables of the open source content management system Drupal. The wallpaper was created by Giovanni Scala for Smashing Magazine and its readers.
0 comments and a rating of
By CMS tutorial Crawler in HTML
I don't think it is hyperbole to say that HTML5 will change the way that you think about web development. I welcome many of the changes as they make development easier, and the user experience richer. With any change, though, there is certain to be a bit of trepidation and controversy. One addition that certainly is not without its controversy is the Microdata specification, but I believe the benefits of this very simple specification are going to change how you look at your mark-up in the very near future.
0 comments and a rating of
By CMS tutorial Crawler in Wordpress
Introduced in WordPress 2.9, get_the_post_thumbnail() allow you to display a thumbnail in your posts. But what about displaying post thumbnails in RSS feeds? Just read this recipe to know how to do.
0 comments and a rating of
By CMS tutorial Crawler in HTML
The CSS standard states that borders and padding should be applied on top of the specified width of an element.however, Internet Explorer actually did things differently. They adopted a model where the maximum width is what you specified. The borders and padding are then factored into that width, reducing the content area. As we mostly work with extremely sensitive floated layouts, where even the addition of a 1px border can break the design, I wonder: did Internet Explorer get it right?
0 comments and a rating of
By CMS tutorial Crawler in PHP
Lately, there's been quite a fuzz about lazy registration. It turns out that the less the user has to think, the higher the conversion rates are! What a thought! If everybody seems to have a Facebook profile, why not add a one-click user registration? I'll show you how to do that today.
0 comments and a rating of
By CMS tutorial Crawler in Magento
Magento is a stunningly powerful e-commerce platform. In this miniseries, we'll learn how to get started with the platform, getting to know the terminologies, setting up a store and all related aspects of it and finally learn how to customize it to make it our very own.
0 comments and a rating of
By CMS tutorial Crawler in CSS
Many might not be aware that, with CSS, we can achieve reflections quite easily in all webkit-based browsers, which represent roughly 20% of all browser usage. The key is in the vendor-specific, -webkit-box-reflect property. I'll show you how to use it in today's video quick tip!
0 comments and a rating of
By CMS tutorial Crawler in HTML
In this tutorial, we'll take a look and see what we can achieve with HTML5 and CSS3 when it comes to the staple of current web sites: the humble drop-down navigation menu. We'll also use jQuery to handle the effects and add the finishing touches for us.
0 comments and a rating of
By CMS tutorial Crawler in Javascript
It's nothing to be ashamed of: you probably don't write perfect JavaScript the first time. While debugging JavaScript is usually done manually, today's quick tip will teach you how to use JSLint, a tool for catching JavaScript bugs. Think of it as spell-check for JavaScript.
0 comments and a rating of
By CMS tutorial Crawler in HTML
Much has been written on the big ticket changes in HTML5, like forms, semantics, and media, but information on the less splashy changes is sparse. While global attributes aren't the most sexy change of HTML5, they are the change that you will be using over and over and over as you migrate to the new specification.
0 comments and a rating of
By CMS tutorial Crawler in Wordpress
WordPress is the largest blogging platform available on the internet today; and with the official release of version three just around the corner, it's only going to get bigger. As such, over the next few self-contained tuts, we're going to learn the ins and outs of WordPress plugin development, starting with the creation of our first simple plugin, \"Simple Optimization.\"
0 comments and a rating of
By CMS tutorial Crawler in Wordpress
Trash is a new functionality from WordPress 2.9. When an item (post, comment, etc) is deleted, it goes in Trash instead of being permanently removed. Here is a tip to tell your WordPress blog to autmatically empty trash every X days.
0 comments and a rating of
By CMS tutorial Crawler in Magento
Magento is a stunningly powerful e-commerce platform. In this miniseries, we'll learn how to get started with the platform, getting to know the terminologies, setting up a store and all related aspects of it and finally learn how to customize it to make it our very own.
0 comments and a rating of