Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > Website Traffic and Marketing > Directories
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs
 
 

Directories Information on promoting your website on Web Directories including Dmoz, Google, Yahoo, Haabaa and more.
Sub Forums :: Bidding Directories :: Announcements/Directory Reviews :: Templates

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-18-2007, 07:05 AM
Bagi Zoltán's Avatar
Boss Cart consultant
1115 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 8
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,600
Thanks: 4
Thanked 50 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default SEO for IndexScript

Hi All,
yesterday night I compiled a guide with the title SEO for IndexScript. The post is mainly about the onpage optimization, and hope some of you will find it useful.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 04-18-2007, 08:21 AM
temi's Avatar
Facilitator
5166 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 283
 
Join Date: Jun 2003
Location: London, England.
Posts: 11,929
Thanks: 3
Thanked 29 Times in 20 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Send a message via ICQ to temi
Default

I'm sure index scrip user will find it useful. BTW, did you create the search function in your index script? most of the index script site I see do not seem to have search function
__________________

* Build a shopping cart for your business with eCommerce software UK
* BossCart.com can build you a
Bespoke shopping cart
::
Add Eco sites to The Green Directory free of charge.
Use LBS Free PHP Directory Script for your next Directory Project
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 04-18-2007, 08:22 AM
Bagi Zoltán's Avatar
Boss Cart consultant
1115 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 8
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,600
Thanks: 4
Thanked 50 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

I have search function, if you can't find it, the design is the guilty.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 04-18-2007, 08:25 AM
temi's Avatar
Facilitator
5166 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 283
 
Join Date: Jun 2003
Location: London, England.
Posts: 11,929
Thanks: 3
Thanked 29 Times in 20 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Send a message via ICQ to temi
Default

I was not talking about your site, you site has it, I was talking about other index it sites I have visited
__________________

* Build a shopping cart for your business with eCommerce software UK
* BossCart.com can build you a
Bespoke shopping cart
::
Add Eco sites to The Green Directory free of charge.
Use LBS Free PHP Directory Script for your next Directory Project
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 04-18-2007, 08:45 AM
Bagi Zoltán's Avatar
Boss Cart consultant
1115 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 8
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,600
Thanks: 4
Thanked 50 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Oops, sorry I misunderstood you. As default the script contains the serching possibility in the header menu bar, but it has a visibility: hidden; attributum placed in the external css file. The input form will apear only when you click onto the Search option. You can check it in the practice if you visit this almost empty freshly installed Sziget Festival Related Directory.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 04-18-2007, 11:00 AM
gkd_uk's Avatar
Super Moderator
1904 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 73
 
Join Date: Mar 2007
Location: zeshaan.info
Posts: 3,713
Thanks: 1
Thanked 10 Times in 8 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Bagi

Is there away to bring the search box forward on to the homepage. I would like a search box on the homepage rather then a search link in the header?

Thanks
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #7 (permalink)  
Old 04-18-2007, 11:19 AM
Bagi Zoltán's Avatar
Boss Cart consultant
1115 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 8
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,600
Thanks: 4
Thanked 50 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Of course there is a solution This is the part of my heading.php file where the searching option is coded:

PHP Code:
<div id="searchdiv" class="searchclass" align="left"><form method="post"  class="searchclass" action= [url=http://www.directoryofseolinks.com/search.php]SEO Directory | SEO Links[/url] ><input type="text" name="string"  value="keyphrase" size="20" class="in" onfocus="this.value='';"/><input type="submit" value="search" name="submit" class="submit"/></form></div> 
and the additional css codes:

.in{font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
float:left;
font-size:8pt;
background-color:#414141;
color: #7D7D7D;
border:0px;}

.in:focus{
float:left;
background-color:#5E838F;
color:#D5EFFC;}

.searchclass{
background-color:#090909;
width:70px;}

#searchdiv{
background-color:#090909;
width:300px;
float:right;}

Note: you will have to custoize them in order to fit your design
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 04-18-2007, 11:59 AM
gkd_uk's Avatar
Super Moderator
1904 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 73
 
Join Date: Mar 2007
Location: zeshaan.info
Posts: 3,713
Thanks: 1
Thanked 10 Times in 8 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Thanks Bagi

I'll give it a go :armada7:
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 04-18-2007, 02:57 PM
Bagi Zoltán's Avatar
Boss Cart consultant
1115 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 8
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,600
Thanks: 4
Thanked 50 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Theres is one more solution, I played a little with the original code. Just substitute this code:

PHP Code:
<script type="text/javascript" src= <?php echo($dir_root_path "include/search.js"); ?> ></script>
      <a href= <?php echo($dir_root_path "search.php"); ?> onClick="popupsearch(this, 'searchdiv'); return false">Search</a>&nbsp;&nbsp; |&nbsp;&nbsp;
      <div id="searchdiv" class="searchclass" align="right">
        <form method="post" action= <?php echo($dir_root_path "search.php"); ?> >
          <input type="text" name="string" size="25">&nbsp;&nbsp;<input type="submit" value="Submit" name="submit"><br>
          <a href= <?php echo($dir_root_path "search.php"); ?> onClick="killsearch('searchdiv'); return false"><font size=1>Close Form</font></a>&nbsp;
        </form>
      </div>
with this one:
PHP Code:
      <div id="searchdiv" class="searchclass" align="right">
        <form method="post" action= <?php echo($dir_root_path "search.php"); ?> >
          <input type="text" name="string" size="25">&nbsp;&nbsp;<input type="submit" value="Submit" name="submit"><br>       
        </form>
      </div>
In order to make the searching input visible for final step you will have to remove the visibility:hidden attributum in the css referring to .searchclass.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #10 (permalink)  
Old 04-18-2007, 03:29 PM
gkd_uk's Avatar
Super Moderator
1904 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 73
 
Join Date: Mar 2007
Location: zeshaan.info
Posts: 3,713
Thanks: 1
Thanked 10 Times in 8 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

That's great Bagi

Thanks a lot
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Webmaster Resources
UK WW SEO Tools
Find UK Hosts
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
0bones ad agency backlinks beauty bid directory brand handbag brand new cash christian dior purse clothes content for sale contest directories directory dooney and bourke purse exchange faric handbag fendi purse free free directories gambling giveaway go kart graphic desingning guaranteed listing handbags high replica internet directories jewelry juicy couture purse link link development link leaders link popularity links link sales louis vuitton purse marc jacobs purse mortgage page rank pet picture of the day poker post request seobowl social sunglasses themes today in history versace purse wallets web desinging web hosting web space wordpress writer

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump