stevendeeds
-
Go to and highlight text
@wolfcry911 is on the right track... As far as the 'go-to' functionality.. it'd be like this... Jump To November 22, 02:15pm November 22, 12:00pm Nine Secret Service agents drinking at Pat Kirkwood's bar the "Cellar Doo…
-
Please help me critique my website
your nav bar breaks to another line after MONEY.
-
Website feedback: criticisms and comments
add in css body {overflow-x: hidden; } I'm getting a horizontal scroll bar..
-
Logo Design Criticisms?
Thanks for the thoughts guys! @sellenrick , thanks for taking the time to sketch up an illustration. Good Idea! I actually contemplated doing some sort of heart shaped mane for the lion, each time I did it it looked silly tho. I think it works quite…
-
Someone is using code from my website, what should I do?
http://www.productovirtual.com/ might be the people to contact. It looks like this is the site 'author' or pseudo-author in this case. It might not be this guys fault at all. Probably his 'developer'.
-
LOCATE('something') output ID(other field) on corresponding row?
Got it working using:
-
Suggestions on Pagination?
@ddliu So I still have to physically tell php what page it's on?
-
Suggestions on Pagination?
Hey @ddliu , first of all, thanks for your time so far. I like that table structure, I think that will work well, but my question is, at what point in this process does php determine what page you're on?
-
Adding text to a function...
OH! well then you just need to style your element. Remember, php reads your code, and outputs as plain html! so, if you want to style the element, just make that p tag a p class="click".. so like... echo '' . 'Click Image T…
-
Signup Form Questions
Maybe this will help? http://brenelz.com/blog/building-a-simple-php-mailing-list/
-
Critique my new site's usability
i like it. i think i'll 'snap' my desk and upload it :3
-
Wow. . . Ancient. . .
omg. just did a search for html2... check out this markup http://www.w3.org/MarkUp/html-spec/html-spec_toc.html
-
Wow. . . Ancient. . .
what site was this? i'd be curious to see it
-
Adding text to a function...
Is it not echoing that paragraph with the 'click image to enlarge' text? I would probably make that part its own function, I definitely wouldn't put it in the anchor tag like you have it, and you can style the paragraph however you wa…
-
Windows 95 Reproduction (for fun)
haha YES! *bows down to @soap the almighty satirical dev* favorite line of code: alert('gayfag'); HAHA can we be friends now? lol
-
Content div not full size of page
are the divs twice as tall? or the h2 text? if your divs are twice as tall, try styling your h2 elements line-height
-
Creating a CSS Mosiac grid structre
I agree with @TheDoc . You're looking for the jQuery masonry plugin.. that's gonna be your best bet.
-
Mark a discussion as solved?
Push eject on your CD drive three times, say "I appreciate leonard nimoy" six times, and offer up a microchip sacrifice to the gods of the internet. Wait 6 hours, rinse and repeat until problem post is marked solved.
-
I need the Communities help on finding resources for my thesis!
I guess you can make a connection like this... PHP (or a server-side language) would be like a construction crew, HTML (the architecture) would be the wood, steel, nails, plumbing, electric etc.. and css (the style) would be the siding, the color o…
-
WEBSITE REVIEW: Online Magazine (version 2!)
Well, I have several criticisms. As someone who works for a newspaper who has e-Editions, I can say with confidence, this is NOT the best way to do what you're doing. Lets start with my homepage criticisms Your featured issues thing is a cool…
-
WP & Updates
Sometimes, I choose not to upgrade on some of my clients.. simply because i don't want wp-admin and wp-login styles changed.. but the only reason i would not update, is if the client's site is a low traffic site. high traffic sites will se…
-
Sending Image behind Text (involves PHP)
this is simply done with css and z-indexing. if you need to, add a class to your header image and define it's z-index as less than your blog title.
-
Need input on fonts for a website design
Rule of thumb: Don't use more than 4 fonts total on a design. Most designs call for no more than 2 fonts. Also, a good rule of thumb, mix and match font styles. Don't use Century Gothic and Futura as your two fonts. They look similar, an…
-
Mobile Website
@media queries in your css is a good place to start. Fluid layouts are another way to do it. From here on out, design with mobile devices in mind.
-
Where to find a designer looking for work?
support local designers!
-
How do I protect content of one page with password?
Just list your website as private? Building in a password isn't that easy if you don't know a dynamic language like php and have a basic knowledge database creation/usage. If you just want to STORE pics on a webserver, maybe FTP login is…
-
Media Queries Not Changing Styles
send an example of your page. also, might be wise to target 'screen' instead of 'all'. You'll probably want a different query for print.