Re: [WSG] JavaScript clarification please

2008-10-23 Thread Nick Tomczek
Brett,

I'd start with the Wikipedia entry on OOP (
http://en.wikipedia.org/wiki/Object_Orientated). It gives you a good
overview of what OOP is, and even has a paragraph on JavaScript and the
Document Object Model it uses. Wikipedia may not be the best source for
information if you are trying to form and argument, but it's a great place
to start looking for additinal resources since the articles are linked to
other sources, internal and external).

Nick

On Thu, Oct 23, 2008 at 2:52 PM, Brett Patterson 
[EMAIL PROTECTED] wrote:

 I am in the middle of a conversation with this guy who says that JavaScript
 is an object-oriented language. Is he correct? Could you please site some
 references?

 ***
 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] CSS editors

2008-10-20 Thread Nick Tomczek
Prisca,

I have a graphic designer that swears by CSS Edit for all of his CSS
modifications.

On Mon, Oct 20, 2008 at 8:42 AM, Gregory Alan Gross
[EMAIL PROTECTED]wrote:

 Prisca--

 Like Gicela, I too am new to Macs.  I'm using Smultron and like it a great
 deal.  How does it compare with CSS Edit and Coda?

 .greg

 These are the days of miracle and wonder.

 On Mon 20/10/08 03:00 , Prisca schmarsow [EMAIL PROTECTED]:

 Gicela,

 yes - CSS Edit is fantastic :)  you'll love it :-)
 My other favourite is Coda  - http://www.panic.com/coda/

 you might also like to try Smultron which is open source:
 http://tuppis.com/smultron/

 happy coding ;)
 Prisca


 On Mon, Oct 20, 2008 at 10:51 AM, Gicela Morales [EMAIL PROTECTED]
  wrote:

 Hi Everyone,
 I've just migrated form PC to a new macbook  :-) but was wondering about
 the best xhtml/css editors for macs around that people can recommend?

 I can see that BBEdit is still around ( I used to use this back in the
 90's) and CSSedit seem to have some good reviews. Any preferences?

 Kind regards,
 Gicela


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




 --
 • graphiceyedea.co.uk • eyedea.eu • eyelearn.org •
 --

 ***
 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]
 ***




-- 
-- Nick Tomczek

Friendship is born at that moment when one person says to another: What!
You too? I thought I was the only one.
   -- C. S. Lewis


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


Re: [WSG] CSS editors

2008-10-20 Thread Nick Tomczek
I use Aptana for all of my web development (XHTML/CSS/Rails/PHP). It was
just purchased by another company, but they do offer a community version for
free (Pro version for $99). (Link: http://www.aptana.com/studio/). They do
have a Mac version, although I've never used it, I'm a PC guy, but it's free
so you can atleast give it a shot as see if you like it.

Nick

On Mon, Oct 20, 2008 at 2:53 PM, Hassan Schroeder [EMAIL PROTECTED]wrote:

 [EMAIL PROTECTED] wrote:

  If you want to save money and have an all round free open source editor
 that does CSS, PHP, javascript, and other major languages I would suggest
 notepad++.


 Ignoring the fact that the OP requested a Mac -- not Windows-only --
 solution :-)

 So I'll mention jEdit http://jedit.org/ -- also free/open source,
 suitable for just about any developer environment, plus cross-platform
 (requires a JVM).

 --
 Hassan Schroeder - [EMAIL PROTECTED]
 Webtuitive Design ===  (+1) 408-621-3445   === http://webtuitive.com

  dream.  code.


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




-- 
-- Nick Tomczek

Friendship is born at that moment when one person says to another: What!
You too? I thought I was the only one.
   -- C. S. Lewis


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

Re: [WSG] Inline style works but css does not

2008-08-01 Thread Nick Tomczek
I'm not sure if this has already been addressed (the original subject of the
email), but have you tried using something like firebug in firefox and
tracing the css hierarchy?

As for editors Aptana is my editor of choice for any open source web project
(http://www.aptana.com/). It even does Ruby on Rails if you want to push
your projects that direction. Crimson Editor was an excellent text editor,
but I think its a bit old, and has moved to the Emerald Editor, but I
haven't used the new version. If you are an ASP fan but do the occasional
PHP work then the new Expression Studio would be a good choice, of course
since it's an MS product you'll have to pay for it.

On Fri, Aug 1, 2008 at 10:11 AM, Gregorio Espadas [EMAIL PROTECTED]wrote:

 I use Bluefish under Linux, my every day system. In Windows, I use
 phpDesigner 2008.

 Gregorio Espadas
 http://espadas.com.mx



 On Fri, Aug 1, 2008 at 11:36 AM, David Fuller - magickweb 
 [EMAIL PROTECTED] wrote:

 ...

 Speaking of intelligent editors... What do you all prefer?? Myself I am a
 Dreamweaver fan... :)




 ***
 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] Extra white line on the top of my list

2008-08-01 Thread Nick Tomczek
Michael,

Your image has the line on it. It's not in your code.

Nick

On Fri, Aug 1, 2008 at 12:29 PM, Al Sparber [EMAIL PROTECTED] wrote:

 From: Michael Horowitz [EMAIL PROTECTED]

 I a dealing with a different issue.  I am just having above my menu list a
 time barely visable white line occurring.  Site XHTML and CSS both validate.
  Any ideas what to look for.  If you want to look it is at
 horowitzfamily.net.


 #mainNav{
   position: relative;
   top: 17px;
 }
 #mainNav ul a.menu {
  position: relative;
  bottom: 5px;
 }

 In terms of CSS only (I can't see your markup), the properties cited above
 could be likely candidates. I won't ask you why you are positioning like
 that as it would be better to see a live test page.

 Al Sparber - PVII
 http://www.projectseven.com
 Lightshow Magic



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




-- 
Nicholas Tomczek
Web Business Consulting
Cell: (425) 750-0211


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