[WSG] css

2010-11-14 Thread PurencoolGmail

hi

http://203.193.216.214/

I have an issue with this menu it works fine but the client has asked 
when you hover over
top menu that the sub menu becomes visible and the stays there until you 
hover over than
part of the top menu. If I was to move the mouse anywhere on the screen 
the menu sub menu

will stay visible.

I was thinking hover a {display:block} any help would be appreciated. 
But I am not sure how to

do this in css.

Purencool




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



Re: [WSG] php word press error help

2010-09-18 Thread PurencoolGmail
 if you are using the wamp software the bottom half of this howto  will 
help


http://www.exadomain.com/index.php?option=com_contentview=articleid=5:installation-and-setup-of-joomla-cms-on-wamp-servercatid=38:joomla-cmsItemid=54

On 18/09/2010 9:53 PM, David Westell wrote:

Hi Marvin,

Try http://www.php.net/downloads.php

Dave..

On 18 Sep 2010, at 04:21, Marvin Hunkin wrote:


hi.
where can i get the latest version of php and my sql.
got wamp server 2.0.
or is that over kill.
will poste the error message below.
read the word press help.
went to word press admin, then install php.
and here's the error message below.
thank you for your help.
marvin.


  WordPress


Error: PHP is not running

WordPress requires that your web server is running PHP. Your server 
does not have PHP installed, or PHP is turned off.





  WordPress

get_var(SHOW TABLES LIKE '$wpdb-users') != null ); // Ensure that 
Blogs appear in search engines by default $blog_public = 1; if ( ! 
empty( $_POST ) ) $blog_public = isset( $_POST['blog_public'] ); 
$weblog_title = isset( $_POST['weblog_title'] ) ? trim( stripslashes( 
$_POST['weblog_title'] ) ) : ''; $user_name = 
isset($_POST['user_name']) ? trim( stripslashes( $_POST['user_name'] 
) ) : 'admin'; $admin_password = isset($_POST['admin_password']) ? 
trim( stripslashes( $_POST['admin_password'] ) ) : ''; $admin_email = 
isset( $_POST['admin_email'] ) ? trim( stripslashes( 
$_POST['admin_email'] ) ) : ''; if ( ! is_null( $error ) ) { ?















/

' . __('Log In') . ' ../wp-login.php

' ); } $php_version = phpversion(); $mysql_version = 
$wpdb-db_version(); $php_compat = version_compare( $php_version, 
$required_php_version, '=' ); $mysql_compat = version_compare( 
$mysql_version, $required_mysql_version, '=' ) || file_exists( 
WP_CONTENT_DIR . '/db.php' ); if ( !$mysql_compat  !$php_compat ) 
$compat = sprintf( __('You cannot install because WordPress %1$s 
http://codex.wordpress.org/Version_%1$srequires PHP version %2$s or 
higher and MySQL version %3$s or higher. You are running PHP version 
%4$s and MySQL version %5$s.'), $wp_version, $required_php_version, 
$required_mysql_version, $php_version, $mysql_version ); elseif ( 
!$php_compat ) $compat = sprintf( __('You cannot install because 
WordPress %1$s http://codex.wordpress.org/Version_%1$s requires PHP 
version %2$s or higher. You are running version %3$s.'), $wp_version, 
$required_php_version, $php_version ); elseif ( !$mysql_compat ) 
$compat = sprintf( __('You cannot install because WordPress %1$s 
http://codex.wordpress.org/Version_%1$s requires MySQL version %2$s 
or higher. You are running version %3$s.'), $wp_version, 
$required_mysql_version, $mysql_version ); if ( !$mysql_compat || 
!$php_compat ) { display_header(); die('



  ' . __('Insufficient Requirements') . '

' . $compat . '

'); } switch($step) { case 0: // Step 1 case 1: // Step 1, direct 
link. display_header(); ?


ReadMe documentation at your leisure. Otherwise, just fill in the 
information below and you’ll be on your way to using the most 
extendable and powerful personal publishing platform in the world.' 
), '../readme.html' ); ?



error ) ) wp_die( $wpdb-error-get_error_message() ); 
display_header(); // Fill in the data we gathered $weblog_title = 
isset( $_POST['weblog_title'] ) ? trim( stripslashes( 
$_POST['weblog_title'] ) ) : ''; $user_name = 
isset($_POST['user_name']) ? trim( stripslashes( $_POST['user_name'] 
) ) : 'admin'; $admin_password = isset($_POST['admin_password']) ? 
$_POST['admin_password'] : ''; $admin_password_check = 
isset($_POST['admin_password2']) ? $_POST['admin_password2'] : ''; 
$admin_email = isset( $_POST['admin_email'] ) ?trim( stripslashes( 
$_POST['admin_email'] ) ) : ''; $public = isset( 
$_POST['blog_public'] ) ? (int) $_POST['blog_public'] : 0; // check 
e-mail address $error = false; if ( empty( $user_name ) ) { // TODO: 
poka-yoke display_setup_form( __('you must provide a valid 
username.') ); $error = true; } elseif ( $user_name != sanitize_user( 
$user_name, true ) ) { display_setup_form( __('the username you 
provided has invalid characters.') ); $error = true; } elseif ( 
$admin_password != $admin_password_check ) { // TODO: poka-yoke 
display_setup_form( __( 'your passwords do not match. Please try 
again' ) ); $error = true; } else if ( empty( $admin_email ) ) { // 
TODO: poka-yoke display_setup_form( __( 'you must provide an e-mail 
address.' ) ); $error = true; } elseif ( ! is_email( $admin_email ) ) 
{ // TODO: poka-yoke display_setup_form( __( 'that isn’t a valid 
e-mail address. E-mail addresses look like: |usern...@example.com 
mailto:usern...@example.com|' ) ); $error = true; } if ( $error === 
false ) { $wpdb-show_errors(); $result = wp_install($weblog_title, 
$user_name, $admin_email, $public, '', $admin_password); extract( 
$result, EXTR_SKIP ); ?



||




***
List 

[WSG] css drop down input

2010-02-11 Thread PurencoolGmail

Hi everyone

I have a input drop down field that I need to controls its width.
I know I can put a class or id in the tags but I don't want to do it
that way.

Here is the css where I can get a text box to work but
I can't get the drop down to do the same thing



#menu input#s {
width: 80%;
margin:0px 0px 5px 0px;
background: #fff;
border: 1px solid #999;
color: #000;
}


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



[WSG] I need a professional eye back again.

2010-02-02 Thread PurencoolGmail

Hi everyone

I have slowly going through all the tips this group
gave me and add fixes etc.

But I have on fix i can't fix and that is the foot ul
it does not mater what I do I cannot get the li or a or ul
padding or margin to move the css top down can anyone see
an issue?

Also someone suggested highlighting the link of the page the user
is currently view. How do others do this as I have never tried it.

Thanks the site is www.purencool.com

John Cullen
www.purencool.com




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



Re: [WSG] I need a professional eye.

2010-01-31 Thread PurencoolGmail

Thank you

I have printed the email and have started to fix them.
That is way more that I expected. But that is why I
asked I need a professional eye

On 30/01/10 17:06, Paul Novitski wrote:

At 1/29/2010 08:36 PM, PurencoolGmail wrote:

The site is www.purencool.com



All I want to know is there too much css?



No.

Regards,

Paul
__

Paul Novitski
Juniper Webcraft Ltd.
http://juniperwebcraft.com



PS: Are you *sure* this is all you want to know?

What does the question mean? Too much CSS for what? If you're 
concerned about the size of your stylesheets, the two supporting the 
home page are only 5 KB so I would say No. If you're worried about the 
number of CSS rules, perhaps because you're afraid it will be 
difficult to maintain or degrade browser response time, I would say 
flatly No. Or do you mean that you're worried that the site might be 
over-styled? I would say no, it looks simple and open (which I like). 
I'm not positive what over-styled might look like, perhaps with too 
much decorative detail, but your site doesn't have that problem.


I do see some problems with the site most of which have nothing to do 
with CSS. (Yes, I know you didn't ask.)


- Neither the image fader nor the calculator worked properly in my Win 
Firefox 3.6 or IE8. Shall we assume they're still under development?


- The calculator breaks on text-only zoom enlargement. It would be 
simple enough to style its widths in ems so that it grows naturally 
with text zoom.


- I dislike the fact that your nav menus don't have hover states or an 
indicator of which page we're currently on.


- The footer menu text looks too high in the blue bar at normal zoom, 
and both menus quickly break cosmetically on text-only zoom. (It's 
easy to make menus with stretchable graphics.)


- The demos aren't enough to sell your apps. I recommend that you 
take a few paragraphs to detail their functionality, scope, 
limitations, and flexibility. I don't want to have to download a 
script merely to find out whether I can use it; that feels pushy and 
invasive.


- It's irritating that your demo pages lose the nav menus so the only 
way to get back to the rest of your site is by Backing up. Keep in 
mind that many people will land on a demo page right from a search 
engine or other link and you want to make it easy for them to browse 
your site from there.


- I think you should let people view the demos immediately, either 
right there on your home page or on the Services page. Why do we need 
to go to a separate demo page at all? Far better to integrate the apps 
right into your own site as an implicit demonstration of their 
integratability.


- Personally I think the delay on your fader is at least twice as long 
as it should be. Making people wait to watch a cosmetic effect is 
irritating.


- Your home page headline Latest Product or Service is odd. First, 
the ambiguity of the headline is mysterious; after all, it's your site 
so you should know whether the content below is a product or a service 
which are two very different things. Second, you don't have a Products 
page listed in your nav menus, and the Product or Service featured on 
your home page is in fact a product, creating an unnecessary and 
off-putting confusion. Perhaps Services in the top nav menu should 
be P  S.




Any feed back would be great and you don't have to
be nice.


*Whew!*

Good luck with your site.

Regards,

Paul
__

Paul Novitski
Juniper Webcraft Ltd.
http://juniperwebcraft.com


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




--
bJohn Cullen/b
purencool.com



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



Re: [WSG] I need a professional eye.

2010-01-31 Thread PurencoolGmail

thanks for your ideas

On 30/01/10 18:21, David Laakso wrote:

PurencoolGmail wrote:

Hi everyone,

I need a professional eye.

I have been developing this site for two weeks
(with help from this email group) and now that
I think I have finished. All I want to know is there
too much css?


The site is www.purencool.com

Any feed back would be great and you don't have to
be nice.







No pro-here here about.

She's nice.

Mind the-stack [1]: watch the footer (Mac OS 10.4).

body
{  /* font: 93%/1.5em Arial,Helvetica,Sans-Serif !important;
line-height:1.5em;*/
font : 100%/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;}

h2, h3, h4, h5{/*font: 1.3em Arial,Helvetica,Sans-Serif;*/}

#leftNav ul li a{/*font-size:.95em;*/}

#leftNav  h6{ /*font: 1.2em Arial,Helvetica,Sans-Serif;*/}

#leftNav  p{/*font: .8em Arial,Helvetica,Sans-Serif; 
line-height:1.3em;*/}


[1] Helvetica Neue:
http://en.wikipedia.org/wiki/Helvetica#Neue_Helvetica_.281983.29

Best,
~d







--
bJohn Cullen/b
purencool.com



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



Re: [WSG] I need a professional eye.

2010-01-31 Thread PurencoolGmail

thank you  do you mean the menu  images?
and I will look at the css

On 30/01/10 18:55, tee wrote:


The site is www.purencool.com


 

I caught a border:hidden in one of the h1 elements. Not wanting to sound like 
a fool so I googled it first to see if this is something I have not learned to use after 
all these years writing CSS, but I find no references.

The design is clean, pleasant to look at, but the jagged curve image spoils it. 
It looks more bevel than curve, I think it will echo well with your logo if 
it's smooth curve.

And why is that emptiness between left column and main content? White space is 
important element for a design/layout, emptiness isn't. Also, the menu items at 
footer section is best centralized vertically within the blue bar.

tee

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

   



--
bJohn Cullen/b
purencool.com



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



Re: [WSG] I need a professional eye.

2010-01-31 Thread PurencoolGmail

I am trying to stear clear of jQuery so that I can
learn javaScript

Can you tell me what the error console says in firefox
I don't have a mac

On 31/01/10 06:12, jomali wrote:
I tried your calculator example on Mac OSX 10.6 in Firefox, Safari and 
Chrome and it did not work in any of them.


Also, why duplicate functionality that already exists in jQuery. You 
can get fully functional fading and a plug-in calculator that work 
across all current browsers and all operating systems using jQuery.


John

On Fri, Jan 29, 2010 at 11:36 PM, PurencoolGmail purenc...@gmail.com 
mailto:purenc...@gmail.com wrote:


Hi everyone,

I need a professional eye.

I have been developing this site for two weeks
(with help from this email group) and now that
I think I have finished. All I want to know is there
too much css?


The site is www.purencool.com http://www.purencool.com

Any feed back would be great and you don't have to
be nice.

-- 
bJohn Cullen/b

purencool.com http://purencool.com



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



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



--
bJohn Cullen/b
purencool.com



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

[WSG] I need a professional eye.

2010-01-29 Thread PurencoolGmail

Hi everyone,

I need a professional eye.

I have been developing this site for two weeks
(with help from this email group) and now that
I think I have finished. All I want to know is there
too much css?


The site is www.purencool.com

Any feed back would be great and you don't have to
be nice.

--
bJohn Cullen/b
purencool.com



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



[WSG] playing with css

2010-01-19 Thread PurencoolGmail

hi webstandards group.

I have one question I can't seem to find and answer to
below is all my css in a document I have created. It is xhtml
transitional. My document works fine except when I
add float:left; to my content div. It will not stay in the
wrapper. I know that it must be a simple answer. I have tried reading
the W3C on floating but got loss. I am trying to get the div to sit nicely
next to menuB. Can someone explain why this is happening? =)




body {
background-image:url('images/back.gif');
color:#404040;
font-family:Verdana,Geneva,Arial,sans-serif;
font-size:.93em;
line-height:130%;
}

/*document container*/
#wrapper{
width:800px;
background-color:#ff;
margin-left: auto;
margin-right: auto;
padding: 5px;
}
/*end of document container*/
/*document structure*/
#heading{
width:100%;

}

#menuA{
width:100%;

}
#menuB{
width:25%;

}

#content{
width:70%;
float:left;
}

#footer{
   width:100%;

}


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



Re: [WSG] playing with css

2010-01-19 Thread PurencoolGmail

Yes that is what I thought!
But if  I do that it makes it worse.
It does not matter how many
float lefts you place in to the css!

see the example attached.


On 20/01/10 12:08, David Laakso wrote:

PurencoolGmail wrote:

hi webstandards group.

I have one question I can't seem to find and answer to
below is all my css in a document I have created. It is xhtml
transitional. My document works fine except when I
add float:left; to my content div. It will not stay in the
wrapper. I know that it must be a simple answer. I have tried reading
the W3C on floating but got loss. I am trying to get the div to sit 
nicely

next to menuB. Can someone explain why this is happening? =)








Add float: left; to #menuB?


~d





--
bJohn Cullen/b
purencool.com



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





Logo



Menu
Menu
Menu
Menu
Menu




Menu
Menu
Menu
Menu
Menu



Heading
alakd aldkeww cncakek ccnakdkeal akkekal  ekakk  a kek akdmema alake lkdfrjal ladkej kaldkelal l
adareasd aoosoe akkdekewne a ada;elead  akekalalaldkrkala0 000 ae ndadkfjdfjekal maekd na andelk
Heading 2
ajkfala nandn a e adad aeiwonv what is the isldfa adfada adfga lllald a faaala
Heading 3
akdkakakdf alkaldladsl akadfaf vfnaf
akakdkkdkkdkaldk  kakdfjad 



Link
Link
Link
Link






***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: memberh...@webstandardsgroup.org***

Re: [WSG] playing with css

2010-01-19 Thread PurencoolGmail

http://www.purencool.com/_webdata/downloads/templates/twoColumn/

On 20/01/10 13:20, Jens-Uwe Korff wrote:

I have one question I can't seem to find and answer to below is all
my css in a document I have created. It is xhtml transitional.
   

Do you have a (temporary) link so we can have a look?

Cheers,

Jens

The information contained in this e-mail message and any accompanying files is 
or may be confidential. If you are not the intended recipient, any use, 
dissemination, reliance, forwarding, printing or copying of this e-mail or any 
attached files is unauthorised. This e-mail is subject to copyright. No part of 
it should be reproduced, adapted or communicated without the written consent of 
the copyright owner. If you have received this e-mail in error please advise 
the sender immediately by return e-mail or telephone and delete all copies. 
Fairfax does not guarantee the accuracy or completeness of any information 
contained in this e-mail or attached files. Internet communications are not 
secure, therefore Fairfax does not accept legal responsibility for the contents 
of this message or attached files.


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

   



--
bJohn Cullen/b
purencool.com



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



Re: [WSG] playing with css

2010-01-19 Thread PurencoolGmail

Wow That work but why?

On 20/01/10 13:34, Thierry Koblentz wrote:

I have one question I can't seem to find and answer to
below is all my css in a document I have created. It is xhtml
transitional. My document works fine except when I
add float:left; to my content div. It will not stay in the
wrapper. I know that it must be a simple answer. I have tried reading
the W3C on floating but got loss. I am trying to get the div to sit nicely
next to menuB. Can someone explain why this is happening? =)
 


Try:
#wrapper {overflow:hidden;}


--
Regards,
Thierry | www.tjkdesign.com






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

   



--
bJohn Cullen/b
purencool.com



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



Re: [WSG] playing with css

2010-01-19 Thread PurencoolGmail

clear : both;  that worked as well thanks

On 20/01/10 14:05, David Laakso wrote:
clear : both; 



--
bJohn Cullen/b
purencool.com



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