WAHM Forums

The WAHM community forum was created to be a place for work at home moms to share their ideas and stories. In the forum you can find information about work at home jobs, starting home businesses, avoiding scams, and surviving the WAHM lifestyle. In support of the WAHM community, WAHM.com also features instructional articles, easy recipes, as well as job and business listings tailored specifically to work at home opportunities.




View Full Version : input/advice on my new site


ebaymomma
02-22-2006, 10:13 AM
My sister in law and I have a DVD slideshow business that we have had for years - and are just getting the site all ready for advertisment....


Just want some opinions on it as far as the layout and content. Pease remember this is LOCAL advertising - we are not trying to get business via the web (so SEO and all that is no biggie). But we do want local folks to type in our site and it be EASY to navigate and understand!


I'll take it all the good the bad and the ugly criticism!


nolacoop
02-22-2006, 11:39 AM
Kristi,


It looks nice so far...very pleasing to the eye. I'd add some more interest via photos, if possible.


Question: Can you transfer VHS tapes to DVD by any chance?

ebaymomma
02-22-2006, 11:53 AM
Question: Can you transfer VHS tapes to DVD by any chance?








Yes - we do - but have not added that information since we are still working on prices!smileys/smiley2.gifEdited by: kristihebert


pinkribbonmom
02-22-2006, 04:01 PM
Just FYI...The link that says "Custom DVD Slideshows" does NOT work. :) The one on the www icon does though. :)

LassodMoon
02-22-2006, 05:03 PM
I did notice that when going from page to page, you can see another screen flash briefly (looks like a list of what's on the page with links).


Also, I wouldn't mind seeing a little more flashiness and excitement (how, I don't know). Everything is very straightforward and easy to navigate though.

ebaymomma
02-22-2006, 08:15 PM
Just FYI...The link that says "Custom DVD Slideshows" does NOT work. :) The one on the www icon does though. :)





YIKES!!



Thanks for telling me - I think I fixed it now!

TeresaK
02-22-2006, 08:58 PM
Looking good so far. :)


Teresa

ebaymomma
02-23-2006, 12:38 PM
I did notice that when going from page to page, you can see another screen flash briefly (looks like a list of what's on the page with links).





I also noticed this once - anyone have a clue what or why this happens??? It doesn't happen to me all the time - just sometimes...

DaydreamDesignz
02-23-2006, 07:42 PM
I like it. I didn't see anything (any other sites) flashing.


Is there a reason you are using Photodex??? and not another player?

ebaymomma
02-23-2006, 08:50 PM
I like it. I didn't see anything (any other sites) flashing.


Is there a reason you are using Photodex??? and not another player?





Not too sure - we have someone who helped us with getting the video on there........I mean that Phototdex is the program we used to create the shows, so I really don't know...smileys/smiley9.gif

nolacoop
02-24-2006, 04:33 AM
Question: Can you transfer VHS tapes to DVD by any chance?








Yes - we do - but have not added that information since we are still working on prices!smileys/smiley2.gif








Cool! I need my wedding video transferred (I'm an old lady-married 20 years, so there were no DVD's "back in the day". LOL). Can you send me a note when you get your prices set?


Thanks!

DaydreamDesignz
02-24-2006, 02:20 PM
The only reason I asked is, if I ever would be in the market for a product like yours, as a customer (personally) I don't want to download your portfolio and to view it on the Photodex thing, I would have to download software so either way I'm downloading somethingsmileys/smiley11.gif.


What I'm trying to say is I don't think too many people would have Photodex on their computer. smileys/smiley1.gif

ebaymomma
02-28-2006, 05:32 PM
I did notice that when going from page to page, you can see another screen flash briefly (looks like a list of what's on the page with links).





I also noticed this once - anyone have a clue what or why this happens??? It doesn't happen to me all the time - just sometimes...








OKAY I think that if you are using Internet Explorer you can see the flashing when going from page to page - but on Firefox you don't see it!smileys/smiley5.gif

DaydreamDesignz
03-01-2006, 07:14 AM
I use IE the majority of the time and I didn't see anything flashing on your site.

chrlstoncharmed
03-01-2006, 07:34 AM
I see the flashing when I'm using IE.

The reason it is doing that is because the site is done in CSS and it is taking a second for the browser to import the style sheet. So until it receives the information on how it is supposed to look, we see the regular html page.

<!--
var SymRealOnLoad;
var SymReal;

Sym()
{
window.open = SymWinOpen;
if(SymReal != null)
SymReal();
}

SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymReal = window.;
window. = Sym;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->

ebaymomma
03-01-2006, 07:43 AM
I see the flashing when I'm using IE.

The reason it is doing that is because the site is done in CSS and it is taking a second for the browser to import the style sheet. So until it receives the information on how it is supposed to look, we see the regular html page.

<!--
var SymRealOnLoad;
var SymReal;

Sym()
{
window.open = SymWinOpen;
if(SymReal != null)
SymReal();
}

SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymReal = window.;
window. = Sym;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->





Sooooo - is there a quick fix for this????

chrlstoncharmed
03-01-2006, 08:28 AM
I'm not sure if there is a quick fix. It depends on how familiar you are with the template files. The better option would be to link to a style sheet, rather than the import it.

OK, I did some digging and I found these instructions for fixing the unstyled content:

http://www.bluerobot.com/web/css/fouc.asp

... and a lot of other people with the same problem:

http://drupal.org/search/node/css+unstyled+content (http://drupal.org/search/node/css+unstyled+content)

HTH!

<!--
var SymRealOnLoad;
var SymReal;

Sym()
{
window.open = SymWinOpen;
if(SymReal != null)
SymReal();
}

SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymReal = window.;
window. = Sym;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->

ebaymomma
03-02-2006, 07:06 AM
I'm not sure if there is a quick fix. It depends on how familiar you are with the template files. The better option would be to link to a style sheet, rather than the import it.

OK, I did some digging and I found these instructions for fixing the unstyled content:

http://www.bluerobot.com/web/css/fouc.asp

... and a lot of other people with the same problem:

http://drupal.org/search/node/css+unstyled+content (http://drupal.org/search/node/css+unstyled+content)

HTH!

<!--
var SymRealOnLoad;
var SymReal;

Sym()
{
window.open = SymWinOpen;
if(SymReal != null)
SymReal();
}

SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymReal = window.;
window. = Sym;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->





Thanks SO much!!!

ProjectSeven
03-03-2006, 12:24 PM
Hello,

I just took a loot at your site and as a professional website designer, I must say it looks very nice. There are a few things I would change though...

- For each section on the 'home' page you should put it in bold print. example 'weddings' 'birthdays' 'memorials' etc. Just where its underlined, that way it forces the eye to see it.

- At the bottom of the page it says '<big>If a picture is worth a thousand words, our slideshows are worth a million.' I would put that at the top of your site as your slogan in a nice clean font near your logo.

- at the very bottom of your site it shows that you're 'powered by drupal' ...I would edit the template so that part doesn't show. I've found over the years it isn't very professional. Go with something that says (c)Teli-Vision 2006 or something of that sort.

Hope I helped in some way.

Cheers
</big>

ebaymomma
03-04-2006, 07:45 AM
Hello,

I just took a loot at your site and as a professional website designer, I must say it looks very nice. There are a few things I would change though...

- For each section on the 'home' page you should put it in bold print. example 'weddings' 'birthdays' 'memorials' etc. Just where its underlined, that way it forces the eye to see it.<BIG>

Hope I helped in some way.

Cheers
</BIG>





Thanks! We did adust the text to bold and added pictures - so I hope this makes it easier to read and gets the message across a little better!