TylerNYC
-
Center the loading .gif in the middle of the screen?
I came across this one day, hope it helps you. http://jsfiddle.net/jonathansampson/VpDUG/170/
-
Cut portion of an image dynamically
Big ups to @CrocoDillon Saved for future use, will credit you :)
-
Cut portion of an image dynamically
That's what I ended up doing...I cut out my border image to make a block that contains the outside color, the border image and the container color. Then I made the container color transparent in the image and I am overlaying the image with it …
-
Cut portion of an image dynamically
I'm putting it in a corner where there's already a border image, so it isn't a solid color.
-
Cut portion of an image dynamically
Thanks Paulie_D, however, border-top:75px solid white; Needs to have it transparent and it doesn't seem to work that way.
-
Motion Blur Possible With jQuery?!
MooTools can do this with it's Transition effect. See: http://demos111.mootools.net/Fx.Transitions
-
Need reviews on Cheap Logos Design
I agree with Trevor. Maybe make a vertical "SELECT A PACKAGE" on the side.
-
.htaccess 301 redirect vs rewriteRule?
301 is basically for users who do not have mod_rewrite. Either way is fine.
-
Showing other divs based on menu selection
Nevermind, solved!
-
I need to get the category ID for a custom taxonomy
$terms['term_id']
-
Link inside of a table
Farrrrr from genius! I'm a programmer but CSS is something I always hired someone for. Still learning it :)
-
Link inside of a table
Date isn't showing up because it's inside where the icons are. Please do as I said, Date And add this where you put inline-block from before: font-family: "Droid Serif", Georgia, serif; font-weight: bold;
-
Link inside of a table
Sorry, forgot to mention this. Add this to where you added inline-block: font-family: "Droid Serif", Georgia, serif; font-weight: bold;
-
Link inside of a table
Find .ui-icon-carat-2-n-s in jquery-ui-1.8.16.custom.css Add: display: inline-block; Then: Date
-
Form Dynamic Delivery Date
@Paulie_D Yup! But I don't have the time to make it sexy.
-
Form Dynamic Delivery Date
Hello @frusciante89! I wrote something really quick, sorry that it isn't clean...kind of in a rush! http://codepen.io/anon/pen/qadiF
-
Getting div to slide under another.
Solved... z-index: -1; xD
-
Collation vs charset
http://www.informit.com/articles/article.aspx?p=328641 That's a good article explaining it.
-
Show div based on menu var?
I have a div inside on a slider. I will be splitting the divs for certain data variables. A simple solution would to have them set to display:none and display whichever menu item is selected but doing menu vars would be cleaner.
-
How to change this circular progress bar?
http://codepen.io/anon/pen/EjFgJ
-
how to make a monthly reminding message
I suggest getting WHMCS.
-
how can I make page with similar functionality ?
Use FireBug. They have their own system of displaying thumbs and images with data via JS.
-
Vertical Menu, Text Resizing and Fixed Center Point
Hmm, I'll have another stab at this later.
-
Should I build my own websites for clients or use ready made themes and templates?
Also remember that with CMS, there are plugins that can't be used commercially.
-
posts and pages In WordPress home
It's because you're trying to return an object. You have to use references. i.e. return $query->reference;
-
Adding multiple javascripts in one page
Try this Edonian: http://codepen.io/anon/pen/xEBth (Sent you an email with the same link as well)