Welcome To My Homepage

My Homepage My Photos Blog The Owner Proxy Servers

Create your Site.

import ymsg.network.*; import ymsg.network.event.*; public class MySMS { public static void main(String[] args) throws Exception { String yid = “speedytown”; String ypwd = “rahasia”; String provider; String mobilenumber = “628170753077″; String msg = “Hello, SMS ini dikirim oleh speedytown.com” ; if (mobilenumber.substring(2,5).equals(”811″) || mobilenumber.substring(2,5).equals(”813″) || mobilenumber.substring(2,5).equals(”812″) || mobilenumber.substring(2,5).equals(”814″) ) provider = “telkomsel.id”; else if (mobilenumber.substring(2,5).equals(”817″) || mobilenumber.substring(2,5).equals(”818″) || mobilenumber.substring(2,5).equals(”819″) ) provider = “excelcom.id”; else { provider=null; } // outside Indonesia Session s = new Session(); System.out.println(”YOUR ID: ” + yid); System.out.println(”YOUR PROVIDER NAME: ” + provider); System.out.println(”YOUR MOBILEPHONE’S NUMBER : ” + mobilenumber); System.out.println(”YOUR MESSAGE : ” + msg); System.out.println(”Log in to Yahoo Messenger”); s.login( yid, ypwd ); try { Thread.sleep(5*1000); } catch(Exception e) { } // DELAY 5 sec System.out.println(”Sending SMS … “); s.sendTextMessage( yid, provider, mobilenumber, msg); try { Thread.sleep(5*1000); } catch(Exception e) { } // DELAY 5 sec s.logout(); System.out.println(”Logout from Yahoo Messenger”); } }

Listing Site Updates

Under one of these subheadings, it's a good idea to list recent updates to my site so that visitors, especially return visitors, can check out the new stuff first. For example, I could list the date and a brief description of the update.

I could also list updated news about my site's topic. For example, if my site were about a particular sport, I'd could discuss the outcome of a recent competition.

Notifying Visitors of Site Enhancements

Another idea for my home page's text is notifying visitors about the enhancements I put on my site. For example, I want visitors to sign my guestbook or fill out my survey Form E-mailer to answer questions about my site, my business, or my site's topic.

Getting Rich Quick--From My Site!

I might not want a large amount of text on my home page if I want to guide visitors toward my other pages. Instead of text, I can add others' buttons to this first page, and I'll be rewarded for people who click on the buttons. For example, if a visitor signs up for a Visa using the NextCard button on my site, I earn at least $20!

Behind the Scenes of My Home Page

Even if I don't put much text on my home page, it's a good idea to include hidden tools that will help me promote my site, so people other than my friends and family actually see it. For example, I could add meta tags, which are hidden codes that allow search engines to find my site. I could also install stats and a counter so I know how many people are visiting. If not many are visiting, submitting my site to search engines will guide more traffic to my site.