Everything posted by webknit
-
Advice/comments please
hi there in process of making a new site for my sister who is a singer actor. I am a undergrad and like to post stuff on here to find ways in which i can improve. Obviously the writing and pics not done yet, we are looking at the content, slideshows layout, fonts, jquery, footer, logo, etc etc site located here http://www.shaneprendergast.co.uk/try/terri-site1/index.html many thanks shane p.s music upcoming and theatre pages have not been created yet
-
Please review!only takes a min, learning student
here is my new site in production, no links or anything yet just the interface. opinions on fonts?colours?graphics?layout?mouseovers? www.webknit.co.uk many thanks
-
Ruby problems
i can easily obtain information and write to forms i can open files and read them with File.open("file.txt", "r") do |ini| while (line = ini.gets) puts line end end i have a simple tool to match strings string=john if string=~ /(john)/ puts "match" else puts "no match" end but how can do the two together? i have a list of usernames and when a user inputs a username via a form it will search through the text file and if ok they register ELSE choose another i need somehing like????????STUCKKKKK File.open("file.txt", "r") do |ini| while (line = ini.gets) end end if line=~ /(john)/ puts "match" else puts "no match" end please help!!!
-
help me with Pseudo-classes and CSS Classes
excellent its working now! ive uploaded so people can look
-
help me with Pseudo-classes and CSS Classes
1 sec
-
help me with Pseudo-classes and CSS Classes
yeah sorry i changed it after you said jheg
-
help me with Pseudo-classes and CSS Classes
why has the mouseover suddenly stopped working nw?
-
help me with Pseudo-classes and CSS Classes
nope still not going i have a.red:link{ color:yellow;} a.red:hover{color:red;} a.red:visited{color:green;} a.red:active{color:blue;} and the HTML <a class="red" href="">shane</a> uploaded at http://www.shaneprendergast.co.uk/folder/practice.html now i have the green but no mouseover effect, its absolutely doing my nut in
-
help me with Pseudo-classes and CSS Classes
what change a.red:link{ color:yellow;} to a.red{ color:yellow;} nope that dont work i have figured it out now on my site but ive no idea what i was doing wrong, just looking at why this is not working now i am baffled?
-
help me with Pseudo-classes and CSS Classes
i am trying a simple mouseover with a css classes on my a hrefs but cannot get it to work??? Here is just a simplified one but i still cant get this going. my html is <a class="red" src="">shane</a> and CSS a.red:link{ color:yellow;} a.red:hover{color:red} a.red:visited{color:#F00} a.red:active{color:#C96} the link is staying black??? but the hover is working. why is the color yellow now showing? i have posted this simple site at http://www.shaneprendergast.co.uk/folder/practice.html cheers shane
-
newbie after some advice
Just noticed I've a ugly border on my twitter logo on some browsers.please ignore this.will be changed tomo. Was just because I added my twitter account and forget to change css
-
newbie after some advice
hi i am a web design and development undergrad, i have recently constructed a portfolio type site that i can add to and practice on. I am not the best designer and am trying to improve. Would appreciate opinions on my logo, overall site, mouseovers and things like that. my site is at www.webknit.co.uk Many thanks