Archive

Author Archive

Top 10 Git Tutorials for Beginners

June 7, 2011 2 comments

As a web designer or web developer, you’ve probably heard of Git before, a version control system that has had a swift ascension to ubiquity due in part to GitHub, a social code repository site.

If you’d like to learn how to use Git, check out my top 10 favorite Git tutorials for beginners. At the end, you’ll also see a list of other educational Git resources.
Top 10 Git Tutorials for Beginners

Read more…

Categories: HTML, PHP 5.0 Tags: , , ,

The ultimate html5 resource guide

June 5, 2011 1 comment

Despite the face that the HTML5 specification won’t officially be finished until 2022, a lot of designers are already diving into the parts of HTML5 that currently have support in modern browsers.

HTML5 opens up some whole new avenues for web design and web application development, things that were previously only possible with either JavaScript or Flash.

Here we’ve rounded up 175 resources for learning HTML5. Included below are tutorials, frameworks, examples, and a lot

Read more…

Categories: HTML Tags: , , , , ,

9 Things You Can Do Today to Improve Your Web Typography

June 5, 2011 1 comment

The best design­ers know that 95% of good design — web or print — comes down to the typog­ra­phy. There’s a plethora of lit­er­a­ture and years of train­ing involved in mas­ter­ing type, but there are also a bunch of tweaks you can make today to improve your web type. Let’s find out what they are.

Read more…

Categories: HTML Tags: , , , ,

PHP unserialize(): Error at offset – Error Solution

June 2, 2011 1 comment

Some time when we unserialize a variable in PHP, an error come out like

unserialize(): Error at offset

The reason of this error is corruption in “, ‘, :, & ; characters.

Quick Solution

the solution is 2 step based.

  1. While serializing the variable encode it with base64 encoding.

    base64_encode(serialize($data))

  2. While unserializing the variable decode the serialized variable using base64 encoding.

    unserialize(base64_decode($data))

How to create wordpress theme / template Video Tutorial Day 13

February 10, 2010 Leave a comment

How to create wordpress theme / template : Video Tutorial

WordPress for Designer: Day 13

Get ready to jump straight into WordPress coding as we continue on with our WordPress for Designers series. As suggested by many of our readers, we will go straight into wordpress and begin coding our theme. Today, we will cover a basic WordPress reset, as well as begin coding our home page. Start your servers, launch your text editor, and lets go! Read more…

DesignHQ Free Widget Enabled WordPress Theme

February 6, 2010 10 comments

Hello Every,

Today i am releasing my own build widget enabled wordpress theme for free under creative common license. this HTML Template is originally created by Solucija, i love its simplicity and my mind said why not i convert it in a wordpress template so here is the wordpress template just unzip it in your template folder and done.

Read more…

jQuery Very Simple ContextMenu Plugin

January 28, 2010 22 comments

jQuery Very Simple ContextMenu

Today i am going to release my own build jquery context menu.

Download : jQuery Very Simple Context Menu Plugin

jQuery Very Simple Context Menu Plugin
Their is 3 important file you need to include in your application

1) vscontext.jquery.js (Context Menu Logic File).
2) vscontext.css (Context Menu CSS File).
3) A file which store your click function written on your menu items href attribute, (here i am using menu_action.js). Read more…

Jquery Very Simple Tooltip Plugin, Ajax Enabled

January 21, 2010 28 comments

Jquery Very Simple Tooltip

Today, i am representing my own build jquery tooltip, it is very easy to use and build on very simple logic so that you can further modify its code. use it in your project for free, if you like it or have any suggestions / comments , or you have some idea to make it better, or you need some more fetures in it then pls just drop a comment in the same post.

Download : jQuery Tooltip Plugin

Version 3.0 : Now use separate div tag to store tooltip data on same page.

DEMO : Using separate div tag.
Read more…

Create Your First jQuery Plugin Video Tutorial

January 20, 2010 1 comment

Create Your First jQuery Plugin Video Tutorial

In this screencast, I’ll show you how to create a “Center” plugin, using jQuery, that will force an image to stay vertically and horizontally center on the screen – even when the browser is resized. Read more…

How to create wordpress theme / template Video Tutorial Day 12

January 20, 2010 1 comment

How to create wordpress theme / template : Video Tutorial

WordPress for Designers: Day 12
It’s time to move on to Day 12 of WordPress for Designers. We are very close to jumping in to our WordPress coding, but before we do so, we need to slice out those images. Today, we will have an in depth look at using the slice tool with our .psd to pull out any images needed to complete our theme. WordPress theme here we come! Read more…