Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 51
Search took 0.21 seconds.
Search: Posts Made By: JAG
Forum: PHP 03-04-2013, 09:40 AM
Replies: 5
Views: 430
Posted By JAG
Thumbs up Thanks Arcticwarrio and Dormilich! :thumbsup:

Thanks Arcticwarrio and Dormilich! :thumbsup:
Forum: PHP 02-27-2013, 08:27 AM
Replies: 5
Views: 430
Posted By JAG
Netscape Declaring a New Integer Variable

Hey guys,

I know PHP is a loosely-written language, but is there a way to declare a new variable that's an integer besides:

$var;

In C++, you would go:

int var;
Forum: Apache configuration 01-18-2013, 04:49 AM
Replies: 5
Views: 515
Posted By JAG
Post PHP in CSS

How can I use some PHP code in my CSS files?

In my .htaccess file, I tried:

AddType application/x-httpd-php .css

and

AddHandler application/x-httpd-php5 .css
Forum: PHP 01-15-2013, 09:31 AM
Replies: 6
Views: 428
Posted By JAG
Thanks go out to kbluhm, felgall and linek98!

Thanks go out to kbluhm, felgall and linek98!
Forum: PHP 01-13-2013, 03:09 AM
Replies: 6
Views: 428
Posted By JAG
This seems to be what I'm looking for, but how do...

This seems to be what I'm looking for, but how do I implement it as a function? PHP n00b here.
Forum: PHP 01-12-2013, 12:55 PM
Replies: 6
Views: 428
Posted By JAG
Question Removing HTML Comments

Hi guys,

I'm one of those who loves typing a lot of comments in my HTML pages, but would prefer those comments not to be visible if a user does a "view source" on a page. What's the best...
Forum: JavaScript programming 12-21-2012, 09:08 PM
Replies: 4
Views: 377
Posted By JAG
Hi Andrew, I tried your suggestion, but the...

Hi Andrew, I tried your suggestion, but the slider still keeps changing images onmouseover:


<div class="slider-wrapper theme-default">
<div id="slider" class="nivoSlider">
<a...
Forum: JavaScript programming 12-21-2012, 08:41 PM
Replies: 4
Views: 377
Posted By JAG
Question onmouseover Pause

Hi all. I have an image slider that I want to pause whenever a user hovers over a thumbnail. I tried editing the slider's HTML using onmouseover / onmouseout, but it still won't stop / start with...
Forum: JavaScript programming 10-14-2012, 02:13 AM
Replies: 1
Views: 504
Posted By JAG
Question Changing Custom "rel" Attributes to "data-rel" for HTML5

I am trying to implement a JQuery image gallery to my HTML5 site, the problem is I cannot use custom "rel" attributes with HTML5:


<!-- In <head> tag -->
<script type="text/javascript">...
Forum: JavaScript programming 07-15-2012, 12:14 AM
Replies: 2
Views: 628
Posted By JAG
Thanks Vic. I had to add to your code in order to...

Thanks Vic. I had to add to your code in order to make the <div> actually clickable, I also changed around the colors to differentiate the image from the form field, but besides that, your example...
Forum: JavaScript programming 07-14-2012, 10:11 AM
Replies: 2
Views: 628
Posted By JAG
Question Image Clickable Inside Form

Hi all,

I currently have a search form with a CSS background image of a magnifying glass as a background. Being that it is a background image, I was pulling my hair out trying to make the image...
Forum: Apache configuration 08-16-2011, 10:50 PM
Replies: 1
Views: 5,681
Posted By JAG
Oops, got the answer. Turns out I needed to...

Oops, got the answer. Turns out I needed to create a virtual host entry for the localhost as well:

<VirtualHost *:80>
ServerName localhost
ServerAdmin webmaster@das.com
DocumentRoot...
Forum: Apache configuration 08-16-2011, 08:20 PM
Replies: 1
Views: 5,681
Posted By JAG
Question http://localhost/xampp/ "Object not found!"

Hi guys, I use XAMPP to develop my site locally before uploading it to our remote server. I recently added a virtual host entry in my httpd-vhosts.conf file to run my site locally:

<VirtualHost...
Forum: HTML & CSS 07-26-2011, 06:30 PM
Replies: 4
Views: 748
Posted By JAG
I removed the offending code, tested the page...

I removed the offending code, tested the page again, and still no enchilada. :-(
Even tried using other values for background-clip: content-box and padding-box. Guess I'm forced to stick with the...
Forum: HTML & CSS 07-26-2011, 12:52 AM
Replies: 4
Views: 748
Posted By JAG
Yes, those three values are for background-size,...

Yes, those three values are for background-size, background-origin and
background-clip, the three new background properties starting with CSS3. Problem is, both FF5 and IE9 are supposed to support...
Forum: HTML & CSS 07-25-2011, 08:10 PM
Replies: 4
Views: 748
Posted By JAG
Question CSS background Property Works in Opera, not in FF or IE

Hi guys,

I'm trying to use the shorthand CSS background property, including all the new CSS3 properties. For some reason, it only works in Opera, not in IE (which I kinda expected), but...
Forum: HTML & CSS 07-20-2011, 12:56 AM
Replies: 3
Views: 306
Posted By JAG
Thumbs up Thank you Asher, that does help.

Thank you Asher, that does help.
Forum: HTML & CSS 07-15-2011, 11:04 PM
Replies: 3
Views: 306
Posted By JAG
Lightbulb A Question About Specificity

What has more priority, a style assigned through specificity or through a class in the tag, such as <td class="sample">?
Forum: HTML & CSS 07-07-2011, 12:52 AM
Replies: 4
Views: 366
Posted By JAG
Yeah, I tried setting many global values to 0 and...

Yeah, I tried setting many global values to 0 and still no enchilada. BTW, I should've mentioned I'm using FF 5.0 and IE 8.
Forum: HTML & CSS 07-06-2011, 11:53 PM
Replies: 4
Views: 366
Posted By JAG
Question Table Discrepancy: Firefox & IE

I have this table:

http://www.unitedfleetparts.com/mm5/merchant.mvc?Store_Code=ufp&Screen=PROD&Category_Code=5_inch_exhaust_pipes&Product_Code=15-018

The intended effect is to have 1 pixel...
Forum: PHP 06-28-2011, 11:05 PM
Replies: 4
Views: 787
Posted By JAG
Thanks Fou-Lu. I will use <?php include...

Thanks Fou-Lu.

I will use <?php include ($_SERVER['DOCUMENT_ROOT'] . '/includes/global_footer.php') ?> to accomplish this.
Forum: PHP 06-28-2011, 07:50 PM
Replies: 4
Views: 787
Posted By JAG
Question PHP Include Function

What is the difference between
<?php include("../../includes/nav_bar.php"); ?>

and
<?php include '../../includes/nav_bar.php'; ?>
?


Also, why can't I use
<?php include...
Forum: HTML & CSS 06-22-2011, 10:14 PM
Replies: 3
Views: 257
Posted By JAG
Thumbs up Perfect, I get it now. Thanks a lot....

Perfect, I get it now.

Thanks a lot. :thumbsup:
Forum: HTML & CSS 06-22-2011, 06:48 PM
Replies: 3
Views: 257
Posted By JAG
Arrow Slashes at the Beginning of Links

Can anyone explain the difference of using a forward slash at the beginning of a directory for a link and not using it? What purpose does it serve? For example:

With:

<a...
Forum: HTML & CSS 06-17-2011, 08:24 PM
Replies: 3
Views: 981
Posted By JAG
I figured it out. On the div I wanted to add my...

I figured it out. On the div I wanted to add my padding, I mispelled style:

<div stlye="padding-top: 300px; color: red;">Thank you for your order!</div>

Just a typo error, flipped the "l" and...
Showing results 1 to 25 of 51

 
Forum Jump

All times are GMT +1. The time now is 06:20 AM.