Re: [WSG] Online shop package recommendations please.

2009-10-17 Thread Frederick Matzen
Magento is great but has a high learning curve and not a lot of template
options, free or commercial, at this point. If you need a very full featured
cart, I'd use it anyway.

If you need a basic cart use Zencart. If you only have a couple of items I'd
use Paypal buttons.

Frederick

On Sat, Oct 17, 2009 at 2:47 PM, ja...@flexewebs.com wrote:

 Magento is an option also possibly

 Sent from my BlackBerry® wireless device
 --
 *From: * hed...@digitalessence.net hed...@digitalessence.net
 *Date: *Sat, 17 Oct 2009 21:34:16 +0100
 *To: *wsg@webstandardsgroup.org
 *Subject: *[WSG] Online shop package recommendations please.

 Hi,

 I'm in the process of quoting a few ecommerce packages/websites and
 currently looking at opencart (for a free and non supported solution) and
 JShop for a more pro supported version. Does anyone have any packages that
 they recommend?

 http://www.opencart.com/
 http://www.jshop.co.uk/index

 I'm not requiring bar codes or EPOS integration so need to keep it simple.

 thanks.

 Hedley Phillips
 Digital Essence

 T: 01306 627 128
 M: 07940 508 417
 E: hed...@digitalessence.net

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] Borders in liquid layouts

2009-04-17 Thread Frederick Matzen
I've used this several times with success. It may work for you as well:

Equal Height Columns (Project Seven)
http://www.projectseven.com/tutorials/css/pvii_columns/index.htm

Frederick

On Fri, Apr 17, 2009 at 12:38 PM, Jason Grant ja...@flexewebs.com wrote:

 I would bet on there not being a proper solution for this unless you want
 to start hacking around with some sort of JS based calculation solutions,
 which will only work for users which have JS on.

 I would go for the design with no borders basically.

 Often a time design decisions are impacted by limitations imposed by what
 web technologies are capable of doing.

 This is one of the reasons why most sites are not liquid layouts, and the
 ones that are have a very bland design by and large.

 Hope this helps.

 On Fri, Apr 17, 2009 at 7:18 PM, Stevio redea...@freeuk.com wrote:

 I have created a web site design, with a graphical border down the sides
 of the design (15px wide on each side).

 To implement this using CSS would be quite simple if the design had a
 fixed width, but I am looking to implement a liquid layout.

 Essentially I reckon it comes down to equal height columns in liquid
 layouts. Any suggestions on how to best accomplish this?

 Thanks.
 Stephen




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




 --
 Jason Grant BSc, MSc
 CEO, Flexewebs Ltd.
 www.flexewebs.com
 ja...@flexewebs.com
 +44 (0)7748 591 770
 Company no.: 5587469

 www.flexewebs.com/semantix
 www.twitter.com/flexewebs
 www.linkedin.com/in/flexewebs

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Float falls outside of the wrapper tag

2008-12-06 Thread Frederick Matzen
I know this is probably basic CSS but I'm still learning. I am modifying a
Word Press template and am not sure what  I need to do to get the #content
CSS, which has a right float, to stay inside the #wrapper tag.
Here is the page: http://newmedievalart.org/

Scroll down just a bit and you can see where it runs out.

Thanks folks.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Float falls outside of the wrapper tag

2008-12-06 Thread Frederick Matzen
Nevermind. I figured it out.

On Sat, Dec 6, 2008 at 4:27 PM, Frederick Matzen [EMAIL PROTECTED]wrote:

 I know this is probably basic CSS but I'm still learning. I am modifying a
 Word Press template and am not sure what  I need to do to get the #content
 CSS, which has a right float, to stay inside the #wrapper tag.
 Here is the page: http://newmedievalart.org/

 Scroll down just a bit and you can see where it runs out.

 Thanks folks.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Float falls outside of the wrapper tag

2008-12-06 Thread Frederick Matzen
I was reminded that I should have posted the solution just in case someone
else needs the solution.

It was simple. It needed an additional CLEAR FLOAT tag just before the
/div tag that ended the #wrapper layer. There was a clear float at the end
of the content tag but not the wrapper tag. Its one of those where the
template LOOKED nice but had some serious flaws.

On Sat, Dec 6, 2008 at 4:30 PM, Frederick Matzen [EMAIL PROTECTED]wrote:

 Nevermind. I figured it out.

 On Sat, Dec 6, 2008 at 4:27 PM, Frederick Matzen [EMAIL PROTECTED]wrote:

 I know this is probably basic CSS but I'm still learning. I am modifying a
 Word Press template and am not sure what  I need to do to get the #content
 CSS, which has a right float, to stay inside the #wrapper tag.
 Here is the page: http://newmedievalart.org/

 Scroll down just a bit and you can see where it runs out.

 Thanks folks.



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Animated gifs

2008-11-20 Thread Frederick Matzen
You could try and redo the frame rate on it so that its not as smooth, which
the client may not like, but it will cut down the file size. Or maybe look
for a royalty free FLASH version that's similar. That would be much smaller.
No matter what you try to explain to some people they just don't get that
this sort of thing doesn't bring in sales. Its only cute the first time then
its old.

You could show him the site in one of the addons that show the different
download speeds like dial-up  then while he's watching it SLOWLY download
explain he is losing sales prospects by the second.

Frederick R. Matzen
Eye Risk Design
www.eyeriskdeisng.com
www.onelastwish.com


On Thu, Nov 20, 2008 at 4:48 PM, Lynette Smith [EMAIL PROTECTED]wrote:

  Good morning

 Re-designing a site for a client who wants to use the same header image
 from his old site. This is an animated gif with  rippling water.  Am I right
 in thinking an animated gif will not optimise?The pic is 1.21 MB !  The
 optimised version is 24.2 kb but alas, no moving water.

 Kind regards

 Lyn

 www.westernwebdesign.com.au
 Affordable web design, Perth

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Thumbnail Floats

2008-04-17 Thread Frederick Matzen
I'm pretty much an amateur at this myself but it looks to me like you did
not use* .clearboth { clear: both; } *at the end of each row.

On Thu, Apr 17, 2008 at 11:41 AM, Chris Kennon [EMAIL PROTECTED] wrote:
 Attempting to get the results crafted here:

 http://css.maxdesign.com.au/floatutorial/tutorial0407.htm

 With lli and p elements, but have run into a snag. Would a dashing
standardista lend some CSS to the following template?

 http://working.bushidodeep.com/spring_2008/template.html






 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***





-- 
Frederick


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] SEO, fact or fiction

2008-03-17 Thread Frederick Matzen
If you can't talk the guy out of it then try and get him to at least allow
the USER to start the music. If not that then I would suggest teh next
course is a flash player but at half volume and make SURE that the START and
STOP button is easy to find.

I wouldn't use a frameset for anything.

On Mon, Mar 17, 2008 at 10:26 AM, John Hancock [EMAIL PROTECTED]
wrote:

 I'd use flash. http://www.gothamsounddesign.com/ is a fairly good example
 of an 'unobtrusive' flash player.

 On 18/03/2008, at 3:10 AM, kevin mcmonagle wrote:

 hi,
 Im doing a site for a nightclub.  So im doing a hybrid.
 The owner has demanded a music track playing continuously.
 What would you lot do if you had to put in a continually playing music
 track?
 I mean the only solution that  is a frameset right but i just want some
 feedback of the dangers of this.

 -thanks in advance
 kev




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 best wishes,

 John Hancock
 *Identity*
 [EMAIL PROTECTED]
 t: +61 2 8012 2967
 f: +61 2 9799 6135






 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Frederick


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] File comparison tool for Dreamweaver CS3

2007-12-17 Thread Frederick Matzen
I've used this one with great success:
Beyond Compare - http://www.scootersoftware.com/


On Dec 17, 2007 8:38 AM, Simon Cockayne [EMAIL PROTECTED] wrote:

 Hi there,

 What file comparison tool would you recommend for Dreamweaver CS3?

 http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WSc78c5058ca073340dcda9110b1f693f21-7edc.html
 states:

 Before you start, you must install a third-party file comparison tool on
 your system. For more information on file comparison tools, use a web search
 engine such as Google Search to search for file comparison or diff
 tools. Dreamweaver works with most third-party tools.

 Cheers,

 Simon

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Frederick


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] File comparison tool for Dreamweaver CS3

2007-12-17 Thread Frederick Matzen
That's true. It does not work within Dreamweaver. I'm not sure if I've ever
seen anything that does for sure.

On Dec 17, 2007 9:00 AM, Paul McCann [EMAIL PROTECTED] wrote:

  I use beyond compare, but im not sure it works within dreamweaver. When I
 used dreamweaver I used to have Beyond compare open in another window and
 when I made changes in one and saved them the other programme noticed this
 and prompted me if I wanted to load the changes or not.

 Its a nice little programme which is quite feature rich.

 Paul

 Simon Cockayne wrote:

 Hi there,

 What file comparison tool would you recommend for Dreamweaver CS3?

 http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WSc78c5058ca073340dcda9110b1f693f21-7edc.html
 states:

 Before you start, you must install a third-party file comparison tool on
 your system. For more information on file comparison tools, use a web search
 engine such as Google Search to search for file comparison or diff
 tools. Dreamweaver works with most third-party tools.

 Cheers,

 Simon

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Frederick


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] will Eric Meyer�s C SS SCULPTOR put me out of job?

2007-08-27 Thread Frederick Matzen
My opinion is that are tools to help speed up things that take a lot of time
by hand. Like using Dreamweaver instead of Notepad to write web pages. The
faster we can get our work done, the more competitive our prices can be, the
more work we can take in. I'm all over it!!

On 8/27/07, Tee G. Peng [EMAIL PROTECTED] wrote:

 Please don't be misguided by the subject :)

 http://www.webassist.com/professional/products/productdetails.asp?
 PID=135RID=930

 I am just curious, what you do guys think of the dreamweaver
 extension like this one and the PVll CSS layout Magic, and the Google
 Blueprint ?
 Can they take over the carefully crafted CSS and structural markup
 you deliver to your clients? There first one even take care of IE
 browsers.

 I notice fewer people ask me to do CSS and XHTML templates lately :)

 tee





 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Frederick


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Safari now on Windows

2007-06-12 Thread Frederick Matzen

Doesn't work for me either and it gets stuck using 50% of CPU.

Back to Firefox...

Frederick

On 6/12/07, Tony Crockford [EMAIL PROTECTED] wrote:


James Leslie wrote:
 Just to add to the confusion... I have winXP SP2 with quicktime
installed (previously, not as part of the safari install) and am having no
problems at all with it. Fonts all seem to render nicely, even the bug
button brings up a bug reporting page for me directly.


Me too, worked first time...


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Back to the Future

2007-06-12 Thread Frederick Matzen

As much as I would hate the idea, go old school completely. Forget CSS and
use very basic HTML. Since you don't need anything fancy, don't use anything
fancy. They won't know div from a table anyway because they need it work.

Good Luck. Really it should be very easy!

On 6/12/07, Chris Taylor [EMAIL PROTECTED] wrote:


Well, there isn't a look yet, as I haven't designed it. It needs to be
as
simple as possible, so there's no really advanced stuff required and the
design will reflect that. It's an intranet system, so only available to
users with valid logins, hence it needs to work in a wide spread of
browsers.

My initial tests show that NN4.03 handles some CSS (float, background,
border, font etc) but not some important things (list-style, margin and
padding on lists). Is there a source for information about CSS support on
old browsers?

Thanks

Chris


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of David Dorward
Sent: 12 June 2007 17:09
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Back to the Future


On 12 Jun 2007, at 17:04, Chris Taylor wrote:
 I've been asked to write a website that MUST work in Netscape 4.03 and
 IE 3 for Windows 3.1. When you've stopped laughing I'm afraid I
 have to
 say I'm serious, and there's no chance at all that the people
 connecting
 to the site will upgrade.

 So, any tips to do this without reverting all the way back to 1996
 tables and spacer gifs? Or am I doomed to non-standards hell?

Does 'work' really mean 'look the same'?


--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





--
Frederick
-
www.eyeriskdesign.com • Great artwork for all styles
www.onlythesales.com • The online place to start for SAVING MONEY.
www.bedlamedia.com • Design services for PRINT and WEB.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***