Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 3
1
2
3
>
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
Declaring a New Integer Variable
Views:
430
Posted By
JAG
Thanks Arcticwarrio and Dormilich! :thumbsup:
Thanks Arcticwarrio and Dormilich! :thumbsup:
Forum:
PHP
02-27-2013, 08:27 AM
Replies:
5
Declaring a New Integer Variable
Views:
430
Posted By
JAG
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
PHP in CSS
Views:
515
Posted By
JAG
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
Removing HTML Comments
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
Removing HTML Comments
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
Removing HTML Comments
Views:
428
Posted By
JAG
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
onmouseover Pause
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
onmouseover Pause
Views:
377
Posted By
JAG
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
Changing Custom "rel" Attributes to "data-rel" for HTML5
Views:
504
Posted By
JAG
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
Resolved
Image Clickable Inside Form
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
Resolved
Image Clickable Inside Form
Views:
628
Posted By
JAG
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
http://localhost/xampp/ "Object not found!"
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
http://localhost/xampp/ "Object not found!"
Views:
5,681
Posted By
JAG
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
CSS background Property Works in Opera, not in FF or IE
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
CSS background Property Works in Opera, not in FF or IE
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
CSS background Property Works in Opera, not in FF or IE
Views:
748
Posted By
JAG
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
A Question About Specificity
Views:
306
Posted By
JAG
Thank you Asher, that does help.
Thank you Asher, that does help.
Forum:
HTML & CSS
07-15-2011, 11:04 PM
Replies:
3
A Question About Specificity
Views:
306
Posted By
JAG
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
Table Discrepancy: Firefox & IE
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
Table Discrepancy: Firefox & IE
Views:
366
Posted By
JAG
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
PHP Include Function
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
PHP Include Function
Views:
787
Posted By
JAG
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
Slashes at the Beginning of Links
Views:
257
Posted By
JAG
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
Slashes at the Beginning of Links
Views:
257
Posted By
JAG
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
padding-top not Working in Floating Div
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
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
06:20 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.