dhechler
-
Anyone know a jQuery solution for multiple box fader?
My suggestion would be to wrap your two elements inside of a div Then just fade out the wrapping div with $(document).ready(function(){ var fade = $('.fade-wrap'); $(fade).fadeTo('fast', 0.5); $(f…
-
Has anyone heard of PLUJO?
From their website. Looks like you have to go through a dedicated "certified" company to even get a website developed with it. "The PLUJO platform is offered exclusively through certified Marketing Agencies, Website Developers and I…
-
Your Top 10 Wordpress Plugins.
1. Gravityforms (amazing form integration) 2. Mappress (if you want your client to add maps easily) 3. Facebook Simple Connect (allows all fbml language useable on your site) 4. Events Calendar Pro (for ALL of your event needs, can be hooked with Ma…
-
http://slaveryfootprint.org/ Action while Scrolling
It's pretty much a custom script. The first place i would have you look is JQuery scrolltop to check where your user is scrolling and calculate from there. The files that power that site are pretty massive and custom written.
-
parsing error in css
it should be .alert { border: 1px solid #F60 !important; }
-
How to make horizontal scrolling content with CSS
Eric, you could have been nicer about that. What if he didn't see your link? Your comment sounded really critical and harsh.
-
Recommended FREE hosting services
Look at www.hostzil.la It's cloud hosting and they have a great free option that you can upgrade to once you get the monthly cash.
-
Wordpress Theme Feedback
I would spend just a tiny bit of time styling your inputs on the comments. Everything else seems to have detail applied to it except this. http://cl.ly/0y0F2W34330i3f3h0433 - yours http://cl.ly/3F3f11122Z2l0d1K0K3E - a quick style with firebug. J…
-
how to do this right?
Is this code that you wrote? or code you found somewhere? im not 100% sure what you want. Do you want it to slide back up when its done?
-
Wordpress contact form - best option?
I would probably use either Contact Form 7 or Gravityforms. They do most of the work for you and you can expand it easily in the future
-
Wordpress Rewrite Rule
Just adding to my thought process. The bands are all stored in my database, so maybe I could query for the bandname against the &band=[bandname]. If it matches, then proceed to rewrite, else, dont.
-
Randomly Generated Number/Text
You could write a randomly generated number to the database when creating the item. My first language to go to with this is PHP and a MYSQL database.
-
Wordpress: custom post types and urls
Mind posting the code you have for displaying normal blog posts now?
-
My first time with the LOOP
This should do it. THIS IS ABOVE YOUR FIRST POST ONLY News
-
Wordpress - Getting specific custom field value
Yeah, TheDoc is right. That should work just fine. If that doesn't happen to work, you can use this inside the loop
-
Wordpress Tricks
Good tip @Brightonmike. I'll have to check that one out
-
PHP Form Question(s)
Thanks. Which site? Also, not a problem, the forums are here to get help and I wouldn't have dove in if i didn't want to stick around for the long haul.
-
PHP MySQL Rotating Ads
@TT_MARK I understand that you dont ALWAYS want to select everything, but your statement was that you should NEVER select everything. I was (and am) disagreeing with that. I have plenty of times where I need to get all columns out to either display …
-
PHP Form Question(s)
@justaguy I've disabled the dev.wovenland.com/justaguy form as I am now using it as a testing form for something else.
-
Making Pages Instead Of One Huge Page
Check this out. http://tympanus.net/codrops/2009/11/17/jpaginate-a-fancy-jquery-pagination-plugin/
-
PHP MySQL Rotating Ads
@TT_MARK straight from dev.mysql.com A select list consisting only of a single unqualified * can be used as shorthand to select all columns from all tables: SELECT * FROM t1 INNER JOIN t2 ...
-
PHP MySQL Rotating Ads
@TT_MARK why would you never SELECT * ? If i need every single piece of data from a row, then I would SELECT *
-
PHP Form Question(s)
Maybe thats the problem. It's not actually updating for some reason. The code I pasted is what everyone that visits the site is seeing. Ive had that happen where code just wont update. I'd really like to help with this more, but I'm n…
-
PHP Form Question(s)
Just to be clear. I am talking about http://www.nearnorthwebdesign.com/contact.html The form on this page is using this code below. E-mail: My Questions: Is that the pag…
-
Define Variable Values in Wordpress Post
@Brightonmike is right. You should use either custom fields or just tag your post with tags and then list out your tags in your metadata.
-
PHP Form Question(s)
@Brightonmike Yeah. I didnt make that, but BR tags are allowed to be used. I would have done it after the closing label tab, but I do definitely think you could use CSS to do this instead.
-
PHP Form Question(s)
Well, in looking at your form code on http://www.nearnorthwebdesign.com/contact.html, you have this. E-mail: My Questions: There are 2 problems i see with this form code. 1. contact…
-
PHP Form Question(s)
HTML code as well. justaguy form test E-mail: My Questions: