|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
Use coupon "forum" for 50% Off! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#11 (permalink) |
|
Googler
![]() Join Date: Jun 2007
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Yes
Last night I had done a lot of correction. I will publish and show you again.
Actually, I'm drop out. So I create something as hobby. I want to create a website just like Google Products Search. Now, I start to change and re-create my website. |
|
|
|
|
Sponsored Links
|
|
|
|
#12 (permalink) |
|
Noogle
![]() Join Date: Jun 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
I am in total synergy with the above master.
Guy 's sending shivers down my vicarious spine (i.e. a spine i am in relation to only by proxy nerves). His advice is for brutes. I am just looking for a good time. So lonely out here. Maybe I do something we all regret or jest something that I will but who can tell? The deficit has got me thinking that civilization is bound for hell - the west is no longer the best (truncated, abused: morrison) and we soon all made to sow the thistle for wheat (new arena for willy) - rhymes is unintentional and please for the love of god ban me because the humour is gone Ave my pumpkingentials. |
|
|
|
|
|
#14 (permalink) |
|
Elite Googler
![]() Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
![]() |
Hello,
It looks much much better now, good work! Logo looks cool, nice colors! "Shop By Categories Till You Drop" - it looks like it belongs in Logo image as it sounds like the part of your shopping idea. If you don't want to include it into your logo, then put the text under the logo, so it makes logical sense - "First Logo - then - what's this portal about - then - categories - then - recently viewed categories.". Make MAIN categories links more outstanding (different color or bold text or larger text) from recently viewed ones. Caption "Recently viewed categories with BillGiz:" - make centralized and leave some space for links below, also remove ":" from this caption, it does not look good there. Everything I said here is only my suggestions, try them on and see if you like it and if not, then you can return to your backups anytime Well have fun! Also, for the product links, they are currently redirecting customers to other web sites, so you should be opening links in new windows, so people would stay on your home page for further browsing.... Here is what you do: 1) include this script into your HTML head tag: Code:
<head>
.............
<script type='text/javascript'>//<![CDATA[
window.onload = function(){
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i<anchors.length; i++) {
var a = anchors[i]; if (a.getAttribute("href") && a.getAttribute("rel")=="external"){ a.target = "_blank"; }
}
}
//]]></script>
.............
</head>
Code:
<a href="someother web site" rel="external"> Good luck! |
|
|
|
|
|
#15 (permalink) |
|
Googler
![]() Join Date: Jun 2007
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Thank you....
I have some problem with my English because I'm not good in English. Can you explain me this ( Caption "Recently viewed categories with BillGiz:" - make centralized and leave some space for links below, also remove ":" from this caption, it does not look good there.) for me? Are you delete the recently viewed categories with BillGiz text or ...?
Can you teach me how to use the code? Is it just copy and paste? Thank you. |
|
|
|
|
|
#16 (permalink) |
|
Elite Googler
![]() Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
![]() |
OK, I can draw you how I imagined it:
| ....................YOUR LOGO IMAGE............................................. ....... | | ...................."Shop By Categories Till You Drop"................................ | | ... | ... {Main categories links here} [link] [link] [link] [link] | ... | ................... "Recently viewed categories with BillGiz" ....................... | | ... | ... {other links here} [link] [link] [link] [link] [link] What's your native language? |
|
|
|
|
|
#17 (permalink) |
|
Googler
![]() Join Date: Jun 2007
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
HiHi
I already change. Can you take a look? I follow what you told me.
I use to say Chinese. I'm Stephen Chuah, 20, Malaysian, Chinese, Christian, Drop out student because fail the paper. I got no money but time. So BillGiz is created to spend myfree time. I hope BillGiz will be my career. Can you teach me how to create a search engine for just search my site and give people easy to add their products on BillGiz? I really dont have any knowledge in this field, The idiom to describe me is monkey see, monkey do. Cause I saw so many website, makes billions of dollar and I forgot to the other side. People who fail on website. So I hope wont be the other side. |
|
|
|
|
|
#18 (permalink) |
|
Elite Googler
![]() Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
![]() |
Yes, that looks better now, don't you think?
As to the teaching, I would really like to help, but "time" is the only thing that's not enough in my life and I'm really really really.....busy all the time! If you want other people to add products to your page, you should integrate CMS or E-Commerce systems. You're young and have all your time in front of you, so keep searching for scripts and learn how to do it yourself. When stuck, ask for help. Good luck! |
|
|
|
|
|
#20 (permalink) |
|
Elite Googler
![]() Join Date: Oct 2006
Location: Ireland
Posts: 1,085
Thanks: 0
Thanked 2 Times in 2 Posts
![]() |
Oh, the script, I forgot about it....
1. Just copy & paste the code into <head> .... code here.... </head> of your document. 2. Then change the links with rel="external" attribute as showed above, and that's it. Now, when you click on that link, it will open a new window. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|