Others Tutorials

Quick Search

How to Setup a Custom App with a Custom Tab Icon using Woobox’s IFRAMEHOST

January 30th, 2012 by admin
No comments »

1. Create New App
Visit https://developers.facebook.com/apps and click the Create New App button. Next type an App Name (This can be anything you want, the name you are going to call your tab would be a good choice), agree to the Facebook terms and click … Read More

SEO News – To Track Search Engine Optimization Activities

August 19th, 2010 by admin
5 comments »

Optimizing your website so as to gain huge traffic continuously, needs much amount of your time and effort. It can not be achieved in a quick time. It requires proper planning in finding out the best possible ways to attract visitors to your website. If you fail to optimize our … Read More

HTML Codes – Characters and symbols

August 3rd, 2010 by admin
No comments »

Standard ASCII set, HTML Entity names, ISO 10646, ISO 8879, ISO 8859-1 Latin alphabet No. 1
Browser support: All browsers

ASCII
 
HTML
HTML
 

Dec
Hex
Symbol
Number
Name
Description

3233343536373839

4041424344454647

2021222324252627

28292A2B2C2D2E2F

!“#$%&‘

()*+,-./

 !"#
$%&'

()*+
,-./

"

&

spaceexclamation pointdouble quotesnumber sign
dollar signpercent signampersandsingle quote
opening parenthesisclosing parenthesisasteriskplus sign

commaminus sign – hyphenperiodslash

ASCII
 
HTML
HTML
 

Dec
Hex
Symbol
Number
Name
Description

4849505152535455

5657585960616263

3031323334353637

38393A3B3C3D3E3F

01234567

89:;<=>?

&#48;&#49;&#50;&#51;
&#52;&#53;&#54;&#55;

&#56;&#57;&#58;&#59;
&#60;&#61;&#62;&#63;

&lt;

&gt;

zeroonetwothree
fourfivesixseven
eightninecolonsemicolon

less than signequal signgreater than signquestion mark

ASCII
 
HTML
HTML
 

Dec
Hex
Symbol
Number
Name
Description

6465666768697071

7273747576777879

4041424344454647

48494A4B4C4D4E4F

@ABCDEFG

HIJKLMNO

&#64;&#65;&#66;&#67;
&#68;&#69;&#70;&#71;

&#72;&#73;&#74;&#75;
&#76;&#77;&#78;&#79;

at symbol

ASCII
 
HTML
HTML
 

Dec
Hex
Symbol
Number
Name
Description

8081828384858687

8889909192939495

5051525354555657

58595A5B5C5D5E5F

PQRSTUVW

XYZ[\]^_

&#80;&#81;&#82;&#83;
&#84;&#85;&#86;&#87;

&#88;&#89;&#90;&#91;
&#92;&#93;&#94;&#95;

opening bracket
backslashclosing bracketcaret – circumflexunderscore

ASCII
 
HTML
HTML
 

Dec
Hex
Symbol
Number
Name
Description

96979899100101102103

104105106107108109110111

6061626364656667

68696A6B6C6D6E6F

`abcdefg

hijklmno

&#96;&#97;&#98;&#99;
&#100;&#101;&#102;&#103;

&#104;&#105;&#106;&#107;
&#108;&#109;&#110;&#111;

grave accent

ASCII
 
HTML
HTML
 

Dec
Hex
Symbol
Number
Name
Description

112113114115116117118119

120121122123124125126127

7071727374757677

78797A7B7C7D7E7F

pqrstuvw

xyz{|}~

&#112;&#113;&#114;&#115;
&#116;&#117;&#118;&#119;

&#120;&#121;&#122;&#123;
&#124;&#125;&#126;

opening brace
vertical barclosing braceequivalency sign – tilde(not … Read More

Realtek High Definition Audio Driver Installation

February 27th, 2010 by admin
15 comments »

I was just setting up Windows XP SP2 on a new motherboard (a Geforce6100PM-M2) with Realtek HD Audio and encountered a problem that I’ve had before. There are a lot of message threads online discussing the problem without solution.

If you have Realtek HD Audio that doesn’t work properly, or if … Read More

Adding Google Analytics Code into php Link Directory (phpLD )

February 27th, 2010 by admin
6 comments »

In this article you learn how to add google analytic tracking code in your PHP Link directory (phpLD). Follow the steps:

1. Open your template/header.tpl and write following code for google analytic.
 
{literal}
 
Your-Analytics-Code-Here
 
 
{/literal}
 
Note: Make sure that google analytic code should be under literal tag ( {literal}   {/literal} )

 

In this article you learn how … Read More