PDA

View Full Version : New layout coming, need suggestions about logo and some other stuff....



mikhail
March 17th, 2001, 13:15
Alright guys, here's my site so far: http://www.mikhailtech.com.
And here is the new layout in the works: http://www.mikhailtech.com/test01.shtml.

Now I have several questions. First, some suggestions/feedback about the logo. I plan on putting the letters "MKT" on the side of the case (seen in the logo), but I'm still new with Photoshop/ImageReady, so how can I do that to make it go in perspective with the side of the case? Oh, and any/all other effects ideas would be much appreciated.

Next up, several sites have a "users online" scripts, which shows everyone at the site how many people are currently there. Is this Java? And if so, what's the code for it?

Also, some other stuff: What's the Java script code for a "make homepage" and "add to favorites" thingies? Oh, and what about a search engine for a site? Oh, and we DO have CGI support and Perl, so that's not a problem....

dummy
March 17th, 2001, 15:18
I copied both examples from http://www.ezcybersearch.com source,
if don't work or there are some mistakes then check
the source out:



Set Homepage
============
this.setHomePage('http://www.ezCyberSearch.com');



Add to Favorites, works for IE only (I think):
=======================

function addIEFavorite() {

if (window.external) {

external.AddFavorite('http://www.ezCyberSearch.com', 'ezCyberSearch.com - We make the Internet ez')

}