Htmlmainiac
-
Anyone recently mess with Drupal?
Do you HAVE to work with Drupal or not as WordPress is mutch more easy to use than Drupal. I had a go once and i just gave up it was so hard.
-
On a:hover transparent background image won't work in IE
Sorry but i just think that it is an IE bug so i dont think you cna do anything about it. Sorry
-
Wordpress outputting post not page
Sorry i wasn't using wp_reset_query();
-
Wordpress outputting post not page
But i'm sure it is outputting page.php because the index.php is different in the HTML
-
Multiple Pages, 1 CSS File
@hannon33 is this site live or not because we need a live site to help you with this site!
-
Making a restricted client area
Maybe try to use prue PHP and php sessions and then use urls like root/bladybladybla/blog.php?user=whatever and bladybladybla is some random dictionary witch would be protected
-
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a
Sorry it was my mistake i deleted that function but it was still trying to call it when it wasn't there
-
Testing responsive design?
Use a iPhone simulator like this one
-
CSS-Tricks Forum Banner
I'm not sure what it is but it is probably a mistake
-
.htaccess AddHandler
No i had to do: AddHandler x-mapp-php6 .xml To get it to work with 1and1
-
.htaccess AddHandler
Sorry @BenWalker but i didn't work for me. Maybe the hosting provider has disabled that feature of .htaccess
-
.htacces not working
Sorry i just sorted it after i made this discussion. Anyway i tired it and it didn't work. The real thing is at http://html-mania.co.uk/stuff/confadarte-bikini-styles/ You need to have the username and password to get to it. Username: Benj…
-
Dream to become a Web Designer/Developer, just don't know where to start? Please help!
I would start with this book called "HTML, XHTML And CSS All In One For Dummies". That is what i used and i worked a miracle.
-
Wordpress URLs
@chrisburton It works but what about the query strings that's what I want it to do too.
-
Wordpress URLs
@chrisburton It's for my own CMS I'm working on.
-
Wordpress URLs
I did say i know how to do that. What i am asking for is the PHP side of it
-
Best SEO Practices for Wordpress?
This is what is would do: I would use WordPress pretty permalinks. Use the WordPress Yoast SEO plugin. This is what i do on every site i do.
-
Wordpress URLs
@chrisburton You should never give out your login credentials. Especially in a community forum. Sory about that but you need them to view it and that is the only thing in that folder. I'm trying to make WordPress like petty permalinks.
-
How to increase or decrease increment speed in javascript?
no you cant do it with ++ and -- but you can do var bar = 5; var foo = (bar + 3); and foo would be 8. Or for -- you could use var bar = 5; var foo = (bar - 3); and foo would be 2. Hope this is what you wanted. My JavaScript might not be right…
-
How to add document ready to a javascript code?
Use JQuery javscript libary and then you can use $(document).ready(function() { //your code here }); and much more cool functions.
-
Image options in iOS device
You have invalid markup your code is: and it should be
-
Creating a more advanced shape
I would suggest using pure CSS with CSS3 and :before and :after
-
New Site Feedback Please
I'm getting problems and its just showing a 404 error at the root.
-
Opinion on blog
@IntegrityWebDev I did that for screen readers it's just transparent text.
-
opinion on simple design
I think that it is nice but a bit 70's and maybe remove the text that says you are here
-
Opinion on blog
The header was supposed to be over the main content a bit but that was a bit hard to do.