Is Your Site's Load Time Costing You Conversions?

Is Your Site's Load Time Costing You Conversions?
Acording to a Kissmetrics infographic, 47 percent of consumers expect a website to load in 2 second or less. Mobile web users aren’t very patient either. They will abandon a website if it doesn’t load in 6 to 10 seconds. To make matters worse, for...

How to Turn a Static Website Into a WordPress Theme?

How to Turn a Static Website Into a WordPress Theme?
Still a number of business owners are running a static HTML website. But when it comes to making changes in the static site, it becomes mandatory for the website owner to have HTML programming knowledge. So, if you lack coding skills you must migrate...

How to Validate Email in JavaScript with Regular Expression

How to Validate Email in JavaScript with Regular Expression
We have seen many Regular Expression tutorials in VB.NET and C-sharp, this is our first JavaScript tutorial on Regular Expressions. So today we’ll see how to validate an email address that's being entered to a textbox. We have a textbox and a button,...

The Importance Of Web Design For Small Businesses

The Importance Of Web Design For Small Businesses
In the modern world, firms and individuals are increasingly using the internet to enhance their businesses. Website design/development is one of the most essential services required on the internet by both individuals and firms. Web design and development...

How To Detect Real Time Browser Size In JQuery

How To Detect Real Time Browser Size In JQuery
This JQuery script detects the dimensions of browser's size onload and resize... Add these in your head : <meta name='viewport' content='initial-scale=1.0'> <script type='text/javascript' src='http://code.jquery.com/jquery-1.9.1.min.js'></script> ...

How To Add LinkedIn Share Button To Blogger

How To Add LinkedIn Share Button To Blogger
LinkedIn is one of the largest social network(mostly it's used for business purposes), It was founded in 2002, launched in 2003 may now it has millions of users. LinkedIn has introduced share button for websites(including blogs) to make it easy to...

Widget to share photos,text & page

Widget to share photos,text & page
The best way to get traffic for your blog is from search engines and social media. Today I found a social media sharing service very impressive and attractive. Let me introduce to the service, there's a website called markely.com that promotes your...

How To Add A Skype Call,Chat Widget To Your Website Or Blog

How To Add A Skype Call,Chat Widget To Your Website Or Blog
Skype is one of the best VOIP service used worldwide ; Today we will see how to create a Skype Call,Chat Widget for your website(blogger,wordpress,etc) . 1 - Go to https://dev.skype.com/skype-uri/generator  2 - Enter your skype...

Syntax Highlighter For Blogger

Syntax Highlighter For Blogger
I have been using Alex Gorbatchev Syntax Highlighter for a long while now . someone requested me to write an article about using this syntax highlighter in blogger so here i go . Select a theme for the syntax highlighter , those links have previews...

How To Count Number Of Characters Using html and Javascript

How To Count Number Of Characters Using html and Javascript
hello guys , i have had an idea to make something what the title says so on i am here with a small tutorial on making what the title says . we will be using html and javascript by the waythe whole code is just 20 lines including html tags ok now...

How To Make A Header Marquee Effect in HTML

How To Make A Header Marquee Effect in HTML
hey guys finally i am up to a simple HTML tutorial but i hope this will be useful to you ok now you don't need to waste time just some lines of codes and your done . you can see how this works in the image what you could see in the top but i'd say...

How To Make A Simple Custom Google Search Engine Using Basic HTML

How To Make A Simple Custom Google Search Engine Using Basic HTML
Hello everybody. So, today I will teach how to make a google search box in HTML. you can see some google search embed on websites even our website has one but we are going to make a simple one i meant very simple one So, lets get started. Open your...

How To Make A Awesome Calender Using HTML,CSS,JQUERY

How To Make A Awesome Calender Using HTML,CSS,JQUERY
hello guys , i am going to write here on how to make a calender i am gonna use html and css  first of all you need the codes you need jquery 1.6.2 jquery ui mous...

How To Add Facebook Share Buttons To Your Website

How To Add Facebook Share Buttons To Your Website
I wouldn't call this a tutorial but i hope this is helpful for you in some ways in this post I am featuring facebook share buttons. 1 - small icon with text(share on facebook): <script> function fbs_click() { u = location.href; ...

How To Add Favicon To Your HTML Page

How To Add Favicon To Your HTML Page
adding a favicon to your html page is easy with the newest web designer software(S) but now i will teach you the way to add a favicon to your html pag...

How To Make A Redirection In HTML

How To Make A Redirection In HTML
you may know that on some website has redirections like when you go to the website theres a image and a text"Click the logo if not redirected" i thought to make it a tutorial so lets get started, this is the code...

How To Make A Image Slider With PHP/HTML And Jquary

How To Make A Image Slider With PHP/HTML And Jquary
this is something very cool by the way we gonna make it with some simple jquery ok now follow the steps first open your php editor and make a new php file now add the css style and save it as SlideShow.php body {font-family:Arial, Helvetica, sans-serif;...

Text editor with HTML & VB.Net functions - Still in development

Text editor with HTML & VB.Net functions - Still in development
This is a text editor im still working on, you can program VB.Net and HTML in it there is preview for the HTML so you can easier make websites I just wanted to share this program with you, but remember the program is still in early state and will probaly...

The Basics Of HTML (Hyper Text Markup Language)

The Basics Of HTML (Hyper Text Markup Language)
HTML - hyper text markup language its the basics of a website so you should learn HTML before you start making website . today i am going to teach you the basics of HTML and to make a simple HTML website using notepad . 1 . open notepad 2 . copy and...