yussi ariefiyono

This user hasn't shared any biographical information


Posts by yussi ariefiyono

No network permission

Problem:
Cannot access other computer in same network (LAN.
On XP PRo SP2.

Solution:
1st Make sure all the FIREWALL allowed you to be viewed from the network
2nd try to use your IP instead of your Computer NAME.

IF THESE ARE NOT WORKING, then….


1. Click Start, click Run, type regedit in the Open box, and then click OK.
2. Locate and then double-click the following registry subkey:
   
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa
3. In the right pane, double-click restrictanonymous.
4. Make sure that the value in the Value data box is set to 0, and then click OK.
5. Close Registry Editor.
6. Restart the computer.

Tested at my home network!!!!

asp:menu on SAFARI

Problem:
dropdown menu /styling within the menu is not applied completely

 

Solution:
        if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
        {

            Request.Browser.Adapters.Clear();

        }

SEO summary

Search engine optimization (SEO)

is the process of improving the volume and quality of traffic to a web site from search engines via "natural" ("organic" or "algorithmic") search results for targeted keywords. Usually, the earlier a site is presented in the search results or the higher it "ranks", the more searchers will visit that site. SEO can also target different kinds of search, including image search, local search, and industry-specific vertical search engines ( taken from: http://en.wikipedia.org/wiki/Search_engine_optimization).

Techniques:

there are 2 commons techniques that are used on SEO, white and black hat. the technique name said it all, white is the "good" way doing SEO, but it may need more time ..:). Black hat is "bad" way but FAST to get your web/blog indexed in search engine.

white hat

Research A Profitable Niche Market
Do some research first before you build your website, including the market and the most important is your KEYWORD

Creating & Tuning Your Blogs/ website
ofcourse you must create your blog or website. including:

  • w3c standard
  • put h1,h2,h3
  • title as the keyword
  • and so on

Posting Free Valuable Content Your Readers Will Love
Title said all.. 

Interlinking Your Blogs / websites
make your individual blogs/ website them into a network.

Monetizing Your Blogs / website 
by placing ads on your blogs or websites. 

black hat

Mass Blog Networks
Creating huge networks blogs, the HUGE is 100+ blogs. all blog will link to 1 main blog and have the same keyword.

Stealing High Ranking Blogs
Steal the word or keyword from high rank blogs that has been deleted.

Redirecting Blogs
Create the blog only for redirect… maybe to your blog or even to your affiliate page

Blog Comment Links
Post comments on high rank blog and link it to you page.    

 

 

CSS hack list

well these hacks actually really work, i tested it myself. 

For one CSS file: 

  1. /*IE7 HACKS*/
    html > body #ie7 {background-color:#f00;}
  2. /*IE6 HACKS*/
    * html #ie6 {background-color:#0f0;}
  3. /*IE HACKS*/
    #ie6 {background-color:#00f;}
  4. >FF1.0
    #hackme, x:-moz-any-link {styles for Firefox 1.0 here}#hackme, x:-moz-any-link, x:only-child {restore normal styles for newer versions}
  5. >FF2.0
    #hackme, x:-moz-any-link {styles for Firefox 2.0 here}
    #hackme, x:-moz-any-link, x:default {restore styles for Firefox 3.0 and newer}

For seperate Css files:

  1. For IE:
    <!–[if IE]>
    <link rel="stylesheet" href="ie7.css" type="text/css" media="screen" />
    <![endif]-->

     

  2. Non IE:
    <!--[if !IE]>-->
    <link rel="stylesheet" href="default.css" type="text/css" media="screen" />
    <!--<![endif]-->
    							

List from friends:
1. Thomas ( thank  man :P )

getting transparent div backgrounds working in all browsers

* html #overlay{
background-color: #333;
back\ground-color: transparent;
background-image: url(img/blank.gif);
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");

} 

 

 

list of resource:

  1. http://www.puidokas.com/efficient-conditional-comments/
  2. http://pornel.net/firefoxhack
  3. http://www.webdevout.net/css-hacks#unrecommended-body_empty

i will update the list if i found one :) . any help for updating would be nice

viagra