Small tricks to improve your website

Post on 02-Dec-2014

227 views 3 download

description

This site shows the tips and tricks to increase your website. This tricks are small and quick but quite useful

Transcript of Small tricks to improve your website

www.tekblink.comWebsite Design and Development SuratTekblink Technology

Tekblink Technology

<address class="vcard"><a href="/" class="fn org url">Tekblink Technology</a>, <span class="adr">

<span class="street-address">418, City Centre</span>,

<span class="locality”>Sosyo Circle</span>, <span class="region“>Udhna Magdallah

road,</span>, <span class="postal-code">Surat -

395007</span>, <span class="country-name">India</span>

</span>.<span class="geo alt">GEO:

<span class="latitude">53.559704</span>;<span class="longitude">-2.87388</span>.

</span></address>

Tekblink Technology

<div class="vevent"><h2><span class="summary"><a href="/events/2008/06/05/solstice-conference-2008">SOLSTICE Conference 2008</a></span></h2><p>

<abbr class="dtstart" title="20080605T0900">Thursday, 5th June 2008, 9:00am</abbr>

<span>- <abbr class="dtend" title="20080605T1700">5:00pm</abbr></span></p><p>

<span class="location">Edge Hill University</span></p><div class="description">

<p>The SOLSTICE Centre for Excellence in Teaching & Learning (CETL) at Edge Hill University is pleased to announce its 3rd international conference. </p></div>

</div>Tekblink Technology

Tekblink Technology

<link rel="alternate" type="application/atom+xml" title=“Tekblink Technology Website Design and Development" href=" http://www.tekblink.com/website-design-development-company-surat.php" />

Tekblink Technology

Tekblink Technology

<?xml version="1.0" encoding="windows-1252"?>

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">

<ShortName>Tekblink Technology</ShortName>

<Description>Search the Tekblink Technology website</Description>

<Tags>Tekblink Technology Tekblink Website design and Development</Tags>

<Url type="text/html" method="GET" template=" http://www.tekblink.com/search?query={searchTerms}"/>

<InputEncoding>UTF-8</InputEncoding>

<AdultContent>false</AdultContent>

</OpenSearchDescription>

Tekblink Technology

<link rel="search" type="application/opensearchdescription+xml" title=“Tekblink Search" href="/search/description" />

Tekblink Technology

Tekblink Technology

Tekblink Technology

<Location />SetOutputFilter DEFLATEBrowserMatch ^Mozilla/4 gzip-only-text/htmlBrowserMatch ^Mozilla/4\.0[678] no-gzipBrowserMatch \bMSI[E] !no-gzip !gzip-only-text/htmlSetEnvIfNoCase Request_URI \\.(?:gif|jpe?g|png)$ no-gzip dont-varyHeader append Vary User-Agent env=!dont-vary

</Location>

Tekblink Technology

<?php

ob_start("ob_gzhandler");

?>

Tekblink Technology

Tekblink Technology

/* -------------------------------------------------- * * ToggleVal Plugin for jQuery * * Version 1.0 * * -------------------------------------------------- * * Author: Aaron Kuzemchak * * URL: http://kuzemchak.net/ * * E-mail: afkuzemchak@gmail.com * * Date: 8/18/2007 * * -------------------------------------------------- */

(function($){ jQuery.fn.toggleVal = function(focusClass, value) { this.each(function() { this.defaultValue = value; $(this).val(this.defaultValue); $(this).focus(function() { // clear value if current value is the default if($(this).val() == this.defaultValue) { $(this).val(""); } // if focusClass is set, add the class if(focusClass) { $(this).addClass(focusClass); } }).blur(function() { // restore to the default value if current value is empty if($(this).val() == "") { $(this).val(this.defaultValue); } // if focusClass is set, remove class if(focusClass) { $(this).removeClass(focusClass); } }); }); }})(jQuery);

Tekblink Technology

Tekblink Technology

Tekblink Technology

Tekblink Technology

ErrorDocument 404 /notfound.html

Tekblink Technology