Menu
Home
Post Something
Forums
Current Activity
New posts
Search forums
What's new
New posts
Latest activity
News & Features
The Marketplace
Cars for Sale
Engine and Performance
Chassis and Wheels
Exterior and Body
Interior and Cockpit
ICE - In Car Entertainment
Car Shops and Services
Toys and Wares
All Other Stuff
Jobs and Vacancies
Looking For
Members
Log in
Register
What's new
Search
Search
Search titles only
By:
Current Activity
New posts
Search forums
Menu
Log in
Register
Reply to thread
See what others are reading now! Try Forums >
Current Activity
Home
Forums
Main Forums
General Talk
How To Post A URL Without Linking
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="sakuraguy" data-source="post: 2555583" data-attributes="member: 6441"><p><strong>How To Post A URL Without Linking</strong></p><p></p><p>You want to type in a URL on the chat boards or forums and you want it to show just like this:</p><p></p><p><strong>http://www.example.com/examples/showurl.html </strong></p><p></p><p>only it shows up as a link, like this: </p><p></p><p><strong>http://www.example.com/examples/showurl.html </strong></p><p></p><p>Why does this happen? The programmers who write some chat boards and forums think they are being helpful by intercepting what you type, checking for things like URLS, and if they find them, making them into active links -- whether you want it or not! </p><p></p><p>What you need to do is beat them at their own game. In the case of a URL, most such program features that convert it into a link simply look for anthing that appears to be a URL. Since all URLs start with a protocol declaration (ie: http: or ftp:, etc.) then that is what the programmer looks for to make it a link. If we disturb the way the protocol declaration looks to the program while maintaining how it looks to the person viewing the page then we can keep it from becoming a link. </p><p></p><p>We do this by using the entity code for the letter 'h', which is <span style="color: red">h</span>, in place of the 'h' in 'http:' at the beginning of our URL, like this: </p><p></p><p><span style="color: Red">h</span>ttp://www.example.com/examples/showurl.html </p><p></p><p>which shows in most chat boards or message forums as: </p><p></p><p>http://www.example.com/examples/showurl.html </p><p></p><p>That's all there is to it! </p><p></p><p>This method could save the server where you're running the link actively and saves bandwidth, as user's needs to copy & paste into browser to activate the url manually.</p><p></p><p>It's always the right time to use good code!</p><p></p><p><strong>SakuraGuy</strong></p><p>Zerotohundred.Com</p></blockquote><p></p>
[QUOTE="sakuraguy, post: 2555583, member: 6441"] [B]How To Post A URL Without Linking[/B] You want to type in a URL on the chat boards or forums and you want it to show just like this: [B]http://www.example.com/examples/showurl.html [/B] only it shows up as a link, like this: [B]http://www.example.com/examples/showurl.html [/B] Why does this happen? The programmers who write some chat boards and forums think they are being helpful by intercepting what you type, checking for things like URLS, and if they find them, making them into active links -- whether you want it or not! What you need to do is beat them at their own game. In the case of a URL, most such program features that convert it into a link simply look for anthing that appears to be a URL. Since all URLs start with a protocol declaration (ie: http: or ftp:, etc.) then that is what the programmer looks for to make it a link. If we disturb the way the protocol declaration looks to the program while maintaining how it looks to the person viewing the page then we can keep it from becoming a link. We do this by using the entity code for the letter 'h', which is [COLOR="red"]h[/COLOR], in place of the 'h' in 'http:' at the beginning of our URL, like this: [COLOR="Red"]h[/COLOR]ttp://www.example.com/examples/showurl.html which shows in most chat boards or message forums as: http://www.example.com/examples/showurl.html That's all there is to it! This method could save the server where you're running the link actively and saves bandwidth, as user's needs to copy & paste into browser to activate the url manually. It's always the right time to use good code! [B]SakuraGuy[/B] Zerotohundred.Com [/QUOTE]
Insert quotes…
Verification
Post reply
The Marketplace Latest
New original Defi Advance A1 NA package triple...
Started by
david tao
Engine and Performance
original rare Rays Volk Racing CE28 16x7jj offset...
Started by
david tao
Chassis and Wheels
Honda Jazz/Fit JSracing GTwing Spoiler
Started by
jeff6126
Exterior and Body
Toyota Vios NCP93 front bonnet hood
Started by
jeff6126
Exterior and Body
Honda civic fc varis spoiler
Started by
jeff6126
Exterior and Body
BMW F10 Msport front bumper set
Started by
jeff6126
Exterior and Body
BMW F30 M3/GTS front bonnet hood
Started by
jeff6126
Exterior and Body
BMW F10 vorsteiner rear bumper diffuser
Started by
jeff6126
Exterior and Body
Mitsubishi Lancer Evo bodykit
Started by
jeff6126
Exterior and Body
BMW F30 M3 front skirt lip
Started by
jeff6126
Exterior and Body
Posts refresh every 5 minutes
Apex-i Neo
Hi guys,
I recently bump into my Apexi Neo AFC , just out of curiosity , any benefit installing it on Turbo rides espcialy Evo's ?
I've installed a HKS EVC 6 and Apexi RSM .. just wondering how can i get this Neo...
Looking for used Power FC...
If any mlocians want to sell their used power fc and suitable for evo mr,please let me know.sms or give me a call at 012-3631336 (roy).....Cheers..
Remove Car Dent With Airduster
Remove Car Dent With Airduster & Hair Dryer:
[metacafe]501379/remove_car_dent_with_airduster[/metacafe]
Recent Posts
Darker Design : Mercedes-Benz Launches GLA Nightfall Edition in Malaysia
Started by
The_Mechanic
News and Features
Honda Malaysia Doubles Down on Hybrids: New CR-V Launches with Dual e:HEV...
Started by
The_Mechanic
News and Features
BateriHub Reaches 200-Store Milestone, Becomes Malaysia’s Largest...
Started by
The_Mechanic
News and Features
Been stalking for 3 years edy
Started by
dheepadarshan95
Introduction and Newbies
Recommendation: Turbocharger for 4B11 N.A engine
Started by
Mitevo7
Car Modification
Search
Online now
Enjoying Zerotohundred?
Log-in
for an ad-less experience
Home
Forums
Main Forums
General Talk
How To Post A URL Without Linking