How To Add Search Form In Header On Twenty Twelve Theme In this tutorial we will let you know How To Add Search Form In Header On Twenty Twelve Theme.To fulfill this open header.php and locate the following in this file. </hgroup> Now copy this and paste it just after the </hgroup> <div class=”header-search”><?php get_search_form(); ?></div> […]
Category: How To Article
Fixed Menu When Scrolling Page With Css And Jquery In this Tutorial I will explain how to create fixed menu when scrolling page with CSS and jQuery.The aim is to have the navigation fixed when user scrolling the page and back to its original position when scrolling back. Html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" […]
TextBox Background Color Change On Focus Using JQuery In this tutorial i will explain how to TextBox Background Color Change On Focus Using JQuery.To achieve this we don’t have to write so much code, a few lines of code is efficient for this. Design View: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head […]
HTML noscript tag
On my latest assignment, I followed up with the confusion as to what to do in case of web browsers which does not support AJAX or eventually Javascript. Before following up with the tutorial it is important for all of us to understand that AJAX brings with it a loads of responsibility to a developer, […]