Sipylus Corporation: News Portal

Jump to content


Frameset for 301 Redirects

User is offline  
Sipylus 
- 08-08-10 19:47 - 0 comments

Using frameset, you can promote a short url for a long url on a free host.
<html>
  <head>
    <title>Example</title>
    <META NAME="description" CONTENT="">
    <META NAME="keywords" CONTENT="">
  </head>
 
  <frameset rows="100%,*" framespacing="0" border="0" frameborder="0">
    <noframes>
      <body bgcolor="" text="">
      <p>This page uses frames which your current browser does not support.</p> 
      </body>
    </noframes>
    <frame name="main" src="http://example.com" scrolling="auto">
  </frameset>
</html>

This is helpful if you have a well establish Internet presence and need to promote it with a newer or shorter url.
Read 24 times - make a comment     

Three

User is offline  
Sipylus 
- 08-08-10 19:39 - 0 comments

.
Read 14 times - make a comment     

Display a Visitor's Location on the Browser

User is offline  
Sipylus 
- 08-08-10 19:38 - 0 comments

Below is a script that will attempt to display the user's location.
Welcome <script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript"><!--
if (typeof(google.loader.ClientLocation.address.city) != null) {
  document.write(google.loader.ClientLocation.address.city
  +", "
  +google.loader.ClientLocation.address.region);
} else {
  document.write("New York, NY")
}
// --></script> Visitor
Read 20 times - make a comment     


Online Users

0 members, 0 visitors and 0 anonymous users

Google


Random Gallery Image


September 2010

  S M T W T F S
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30

Latest Discussions


Recommended Sites