Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 225
Search took 0.55 seconds.
Search: Posts Made By: ajhauser
Forum: JavaScript programming 01-25-2013, 08:44 PM
Replies: 14
Views: 308
Posted By ajhauser
Please help compact this script

Hello,
I have the following script on my website and it is adding a class to my body tag the way that it should be. If there a way that I can make this more compact though, and also add an "else"...
Forum: JavaScript programming 01-18-2013, 04:37 PM
Replies: 7
Views: 355
Posted By ajhauser
It has to be some bonehead move on my part, like...

It has to be some bonehead move on my part, like a " instead of a ' or something... here are 2 very minimal html docs, with the suggested jQuery and JS options, and I can't seem to get either of them...
Forum: JavaScript programming 01-18-2013, 04:04 PM
Replies: 7
Views: 355
Posted By ajhauser
Ok, so the script does run and output the class...

Ok, so the script does run and output the class name in text correctly - so that's good. However, I can't get an additional class tag added for some reason.

Earlier today someone in the Shopify...
Forum: Computer/PC discussions 01-18-2013, 03:54 PM
Replies: 2
Views: 652
Posted By ajhauser
Ahhhh ha ha ha..... there we go. Thank you very...

Ahhhh ha ha ha..... there we go. Thank you very much, Mr. Fou-Lu
Forum: JavaScript programming 01-18-2013, 04:07 AM
Replies: 7
Views: 355
Posted By ajhauser
Ok that would explain why FFox was highlighting...

Ok that would explain why FFox was highlighting the script tag bright red in my source code - I'll move it and try again at work tomorrow. Right now it is outputting the right value when I set that...
Forum: Computer/PC discussions 01-17-2013, 10:25 PM
Replies: 2
Views: 652
Posted By ajhauser
Derrr - my posts?

I am not sure where to ask this - but is there a way to view all my posts so that I may review them and remind myself how much I don't know?

Thanks... could have swore I found that once or twice...
Forum: JavaScript programming 01-17-2013, 09:58 PM
Replies: 7
Views: 355
Posted By ajhauser
Add class to body to randomize background via CSS

Hey all, I was hoping to get some help with this one. How would I add a class (which will be randomized) to my body tag if the initial class is either "templateCollection" or "templateProduct"?

So...
Forum: Apache configuration 10-29-2012, 10:49 PM
Replies: 13
Views: 830
Posted By ajhauser
Good deal - I'll start a thread in the Wordpress...

Good deal - I'll start a thread in the Wordpress forums - thanks very much for all your help, I really appreciate it.
Forum: Apache configuration 10-29-2012, 09:51 PM
Replies: 13
Views: 830
Posted By ajhauser
I think you're right - I think that's the...

I think you're right - I think that's the problem. I have this in the subdirectory .htaccess file - can we somehow combine the two?

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase...
Forum: Apache configuration 10-29-2012, 09:30 PM
Replies: 13
Views: 830
Posted By ajhauser
AH, ok I see - thank you. Unfortunately when I...

AH, ok I see - thank you.
Unfortunately when I go to http://hauserdesigngroup.com/wordpress/ it still doesn't add the "www"...

And as you can tell, I'm completely useless in this arena.
Thoughts?
Forum: Apache configuration 10-29-2012, 09:23 PM
Replies: 13
Views: 830
Posted By ajhauser
Awesome - I'll try that now. What does the $...

Awesome - I'll try that now.

What does the $ in the condition do?
Forum: Apache configuration 10-29-2012, 08:54 PM
Replies: 13
Views: 830
Posted By ajhauser
... which may be because I have the following...

... which may be because I have the following .htaccess file already in that directory:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]...
Forum: Apache configuration 10-29-2012, 08:41 PM
Replies: 13
Views: 830
Posted By ajhauser
Ok this works great! Thank you! My only...

Ok this works great!
Thank you!

My only other question is how I would apply it to other sections of the site. For example, everything in my root folder gets the "www" added, but when I head over...
Forum: Apache configuration 10-29-2012, 07:37 PM
Replies: 13
Views: 830
Posted By ajhauser
Awesome, I will try this now - thank you. I know...

Awesome, I will try this now - thank you. I know that for one thing I did not have the "RewriteEngine on" bit.

And yes, unfortunately I don't have access to the host at this time.

I'll check it...
Forum: Apache configuration 10-29-2012, 06:18 PM
Replies: 13
Views: 830
Posted By ajhauser
.htaccess 301 redirect entire domain

Hello all.

I have been tasked with redirecting our entire domain with a 301 to make sure that "www" gets added to everything. However, whatever I try online (things I've come accross like blogs...
Forum: HTML & CSS 10-09-2012, 10:29 PM
Replies: 1
Views: 546
Posted By ajhauser
**SOLUTION** Oops. The ORDER of the CSS...

**SOLUTION**

Oops. The ORDER of the CSS files matters. nav_forms was loading last and seemed to be given the most weight as a result. This prevented my changes to occur the way I intended.
Forum: HTML & CSS 10-09-2012, 09:39 PM
Replies: 1
Views: 546
Posted By ajhauser
Understanding media Queries

Hey all.
So I'm getting into responsive website design, but my first question is how media queries work? For example, after following a lynda.com tutorial I have the following 4 CSS files linked to...
Forum: JavaScript frameworks 10-02-2012, 04:05 PM
Replies: 0
Views: 295
Posted By ajhauser
jQuery Menu Help - Changing Default Settings

Hey all - I'm not sure if I can post jQuery questions here (I'm not sure how different it is from JS), however, I don't see a forum dedicated so this is my best guess.

I am using the following...
Forum: HTML & CSS 09-14-2012, 06:01 PM
Replies: 1
Views: 309
Posted By ajhauser
Tweaking Google Search Within A Website

Hey all,
I have the following search bar and code on my website:

<div id="SearchBoxWrapper">
<form id="topNavSearch" method="get" action="http://www.google.com/search">
<input...
Forum: JavaScript programming 09-13-2012, 02:38 PM
Replies: 3
Views: 606
Posted By ajhauser
Hi Vic - thank you for the post, but I must be...

Hi Vic - thank you for the post, but I must be missing something. When I copy/paste this into a blank file so I can see it run I have a blank screen.

Does this script just change the class of the...
Forum: JavaScript programming 09-13-2012, 05:50 AM
Replies: 3
Views: 606
Posted By ajhauser
onblur and onhover to change CSS properties for divs?

I am fixing a website for a client, and we are working on some javascript "product maps". If you look at the following page in IE 9 - even in compatibility view - when you click on a "node" the...
Forum: General web building 09-12-2012, 01:26 AM
Replies: 4
Views: 3,853
Posted By ajhauser
Oh man - thank you! I look forward to checking...

Oh man - thank you! I look forward to checking this out in depth.
Forum: General web building 09-11-2012, 07:55 PM
Replies: 4
Views: 3,853
Posted By ajhauser
I was thinking text for recent blog posts here: ...

I was thinking text for recent blog posts here:
http://hauserdesigngroup.com/wordpress/feed/

Recent twitter posts and facebook posts WITHOUT relying on the clunky widgets provided.

In the...
Forum: General web building 09-11-2012, 06:57 PM
Replies: 4
Views: 3,853
Posted By ajhauser
"Bio" site aggregator

I am thinking about putting together a website that displays multiple feeds from the different websites and services I am involved with. This is probably a stupid question, but how would some of you...
Forum: Graphics and Multimedia discussions 09-11-2012, 06:52 PM
Replies: 1
Views: 3,248
Posted By ajhauser
Website for Bids converted to PDF?

Hey all,
I recently created a website for a client who sends out hundreds of bids a year in the form of a PDF. They are interested in designing an editable template and I'm at a loss.

Certain...
Showing results 1 to 25 of 225

 
Forum Jump

All times are GMT +1. The time now is 08:52 PM.