All done in Flash! including the google search facility!
Please give your feed back, i.e - Would you use this site alot, is it easy to navigate, are the links relevent for designers? and just a general comments are more than welcome!
This is what’s in store for the future:
Stage two - All links will be implemented into a database - easyier to manage and the size will reduce greatly (those links take up alot of space you know:)) And also I will introduce advertising.
Stage three - sub-catagories will be introduced, giving the site a broader scope. Most used sites will also be featrued!
Pretty cool. 2 things make it a lil more visual. Too text heavy usse sme icons to represent sections. Also change the scrolling menu to onClick events a couple of time my mouse accidently went over a link while I was reading and I had to find my place again. I am always down to use a nice resource. just make a few tweaks. Keep us posted on your progress.
Also maybe make the navigation links move the content when clicked instead of rolled over, I kept changing sections when I didn’t want to because I moved my mouse.
Thanks guyz, Yes I will change the the sections to on click! I ment to do that a while ago, but totally forgot! It drives me crazy sometimes also! Thanks.
As for the google search when empty! thanks I had never tested it when empty - I’ll check it out
Is there a script that will check if anything is inputed ito the next box,i.e if yes then do search. If no, end?
3d-iva - “Too text heavy usse sme icons to represent sections.” - Can you explain this in a little more detail, I don’t fully understand! Thanks
Just be a lil more visual…Use some icons so over time as a person uses the site they will be come used to seeing certain visual representations and immediately recognize that the sections deals with a certain subject matter. I love when sites use visual representations, this is just my opinion though. It also makes the site more interesting. JMO
Same thing… the error states the the on handler wasn’t closed. My mistake… again. I added the else statement, but forgot to close it, so it considered the on handler closing as the else statement closing.
on (release, keyPress "<Enter>") {
if (_root.q == null or _root.q == " ") {
getURL("http://www.google.com", "_blank");
} else {
getURL("http://www.google.com/custom?q"+q, "_blank", "GET");
}
}