mshort1985
-
wordpress image problem
Thanks mweldan, but that doesn't seem to be working either :(
-
reversing the order of a floated left right menu
Thanks Joshua, worked like a charm :D
-
SSL
thanks SgtLengend. A client has requested I get their website set up with SSL which i've never done before so just wanted to know what was involved before I said I could do it.
-
CSS-Tricks Design (v9)
I LOVE THIS! Seriously, this is by far the best design of CSS Tricks so far. The last design i wasn't too impressed with at first although I did get used to it. but this one I saw and instantly loved. I especially love the Date info of the p…
-
Quotes on Design - template access / download?
for the page refreshing i believe you'll wanna look up AJAX, as for the ability for users to submit their own quotes that would just be done with a regular HTML form which uses PHP (or similar language) to put the form data into a database.
-
Windows 95 Reproduction (for fun)
That is Brilliant lol.. you should also make the clock active and show the users local time or something :)
-
I want to know about Ordered Lists & Unordered Lists in deep . Can any one plese help me ??
not sure entirely what you are wanting to know, but basicly OL will make a numbered list like one two three and a ul will make one like one two three
-
CSS Expert
I agree with TheDoc, go to Lynda.com you'll easily learn it by there and all you need to pay is $25 per month.. and really, it shouldn't take longer than that to get to a point where you can learn just by reading stuff on the net. or you…
-
PHP Challenge
oh Nice, I didn't know about the is_numeric() function :) yay learned something hehe. both are good solutions.
-
Protect templates or CRC check in JS
I think the harder you try to make it "unstealable" the harder your going to make it for the legit visitors to the site. its the same problem as really really complex captchas, sure the current bots may have a harder time reading them, b…
-
Humble Word Press Newbie: Widgets
good to hear that you've sorted it out justaguy :) I find I do that from time to time.. try and work stuff out for myself, then get all frustrated only to find out later that the guide ends up telling you how to fix the problem lol
-
very easy code question?
they are called "Comments" btw :) so if you ever need to know the syntax for them in other languages just google "Comments in " and you'll get a bunch of pages that have the answer :)
-
Protect templates or CRC check in JS
I have to agree with TheDoc, having a contract in place is important.. if you choose to also go a step further and protect your work programmatically you can but I'd still recomend you get a contract drawn up.
-
Php Headers already sent... What should i do?
is there any code that comes before that command that outputs anything to the page? the header statement won't work unless nothing has been sent to the browser all ready. One way you could do it is to use javascript to redirect the user.
-
CSS Lightsaber. What do you guys think?
that is pretty awesome, its amazing what people are coming up with these days now that CSS is becoming more like javascript :)
-
Wordpress access / change log?
I believe at the bottom of a pages edit page (and I think posts too) there should be a list of revisions and what user made them.
-
PS Mock Up Feedback
I like the header and colours in #3 but the nav bar in #1 :)
-
Spacing issue in Wordpress - CSS?
I recently learned that even in print design double spaces at the end of a sentence are not the norm either :)
-
Detecting browsers without transparency capability
you could use modernizr to do it. just include it on the page in question then style it using body#no-rgba .vox-rgba { } for the styles you want to appear if RGBA is not supported.
-
background image not showing up firefox 3.0
lol. yeah I do as well. I have just been using adobe browser lab to test it on the older browsers
-
background image not showing up firefox 3.0
http://www.thoroughbredbible.com/index.php theres a link to the page
-
Poly IMG map with CSS image rollovers
i'd turn those images into a sprite, currently the first time you roll over each of them it takes a couple of seconds to load the rollover image
-
Unable to see my code
are you just double clicking the file to re open the original text file? I'm assuming you named it with a .html at the end, in which case if you just double click it the most common default action would be to load it in a web browser. so if y…
-
APPLE or NORMAL notebook
It really is personal preference, I personally have used both but prefer Mac to PC for the following reasons. 1) software is easier to use in general 2) nicer looking interface (yeah I know its just a vanity thing but i find it hard to use somethin…
-
CSS problem
I don't see anything wrong either, a horizontal scroll appears if your browser width is too small to view the entire page but other than that nothing is wrong. Mabye if you want people on smaller browsers like tablets and iPhones to be able t…
-
SEO - feedback?
I'm sure someone here will correct me if i'm wrong, but from what i know of SEO unless the links are on good sites that actually have something to do with the site they are linking too it''s not going to do anything for them. I&…
-
adapt html text to resolution
you need CSS media queries for that, I think Chris did a screen cast on that a couple of weeks ago
-
Anything slider problem
Hi Mottie, no I unzipped it and opened the folder, double clicked the file to open it in safari, and then I got that message about flash player blocking something harmful and locking my browser up so i couldn't do anything besides force quit.
-
Photoshop Guides
not that I know of, but that would be an awesome feature request for CS6 :) currently the only way i can think of doing what you want is to create guides using the line tool and put each set of guides on their own layer, that way you can hide and …