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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 97
Search took
0.27
seconds.
Search:
Posts Made By:
The Reverend
Forum:
General web building
04-29-2008, 11:27 PM
Replies:
1
PNG in IE issues
Views:
904
Posted By
The Reverend
PNG in IE issues
Yes, I know there are quite a few threads on this already. My issue has to do with PNGs in the background. Most every fix I find for this only works on <img /> tags and doesn't help with background...
Forum:
PHP
01-23-2008, 08:01 AM
Replies:
1
Regex problem
Views:
747
Posted By
The Reverend
Regex problem
Okay, I'm creating a mod for some forum software and I'm trying to create a regex string that can search a post for all links and put them into an array.
Basically, what I have at this point is a...
Forum:
HTML & CSS
08-16-2007, 09:58 AM
Replies:
11
Getting a png to render properly in FF or IE
Views:
1,381
Posted By
The Reverend
If you open the corner in PhotoShop, it is...
If you open the corner in PhotoShop, it is 3b3b3b.
And as far as the AJAX goes, the site also works without ajax, all those links are valid links if you turn off Javascript. It's how he wants it,...
Forum:
HTML & CSS
08-16-2007, 08:53 AM
Replies:
11
Getting a png to render properly in FF or IE
Views:
1,381
Posted By
The Reverend
Getting a png to render properly in FF or IE
Okay, I think this is the right forum for this, please move it if it's not. I'm coding a site for a friend who designed it and I have two .png corners I am trying to use.
The test site is here:
...
Forum:
PHP
08-06-2007, 03:38 AM
Replies:
9
Spaces Added When Writing to File
Views:
789
Posted By
The Reverend
I've made scripts before involving such things,...
I've made scripts before involving such things, make use of the trim() function before you write to the file, that should solve your issue.
Forum:
Ajax and Design
05-31-2007, 11:54 PM
Replies:
5
Problem sending '#' via ajax
Views:
2,453
Posted By
The Reverend
Problem sending '#' via ajax
I'm new to ajax, so I maybe making a simple mistake. But whenever I send a string from a form that contains a #, that and everything after it never makes it into the database.
Can anyone tell me...
Forum:
PHP
05-23-2007, 09:01 AM
Replies:
3
Linked field
Views:
511
Posted By
The Reverend
You might want to use a join, much simpler.
You might want to use a join, much simpler.
Forum:
HTML & CSS
05-19-2007, 02:57 AM
Replies:
8
Validation issue
Views:
752
Posted By
The Reverend
Yeah, a lot of this is compiled from a database...
Yeah, a lot of this is compiled from a database in mass, so coding errors are abounding, the main issue is getting it to show me the errors so I can fix them.
Thank you for that, it is now at...
Forum:
HTML & CSS
05-19-2007, 02:46 AM
Replies:
8
Validation issue
Views:
752
Posted By
The Reverend
I'm trying to figure out where those characters...
I'm trying to figure out where those characters are coming from, is there anyway to remove them with PHP?
Forum:
HTML & CSS
05-19-2007, 02:12 AM
Replies:
8
Validation issue
Views:
752
Posted By
The Reverend
Dreamweaver. But it's templates that are compiled...
Dreamweaver. But it's templates that are compiled from a database.
Forum:
HTML & CSS
05-19-2007, 01:00 AM
Replies:
8
Validation issue
Views:
752
Posted By
The Reverend
Nope, still has the same problem.
Nope, still has the same problem.
Forum:
HTML & CSS
05-19-2007, 12:29 AM
Replies:
8
Validation issue
Views:
752
Posted By
The Reverend
Validation issue
I'm trying to validate this page
http://www.ninercaphell.com/test/
but it keeps coming up with this error message, it doesn't make any sense to me, does anyone know what it means? There are no...
Forum:
MySQL
05-18-2007, 11:33 PM
Replies:
0
Trying to select data plus a count in a single query
Views:
649
Posted By
The Reverend
Trying to select data plus a count in a single query
What I have is several news articles, I want to select the five most recent, as well as a count of the comments for each one.
There are two tables involved here, one with each news item and a...
Forum:
ASP
03-30-2007, 03:03 AM
Replies:
20
ASP Beginner: Tutorials?
Views:
1,712
Posted By
The Reverend
Thanks for your reply, I've only started with...
Thanks for your reply, I've only started with this stuff in the last few days and it's blowing my mind with what you can do. Why is ASP.net less popular than PHP, or is it? How is the server load vs....
Forum:
ASP
03-30-2007, 12:09 AM
Replies:
20
ASP Beginner: Tutorials?
Views:
1,712
Posted By
The Reverend
ASP Beginner: Tutorials?
I'm just starting to learn ASP, I already know PHP and Java fairly well, so I am already familiar with basic programming concepts. I used the W3 schools tutorial as a starting point, but what other...
Forum:
PHP
03-19-2007, 10:53 PM
Replies:
5
Regex issue - Converting a written date to a timestamp
Views:
1,054
Posted By
The Reverend
Thanks, I used a variation of that and got the...
Thanks, I used a variation of that and got the desired results.
Forum:
PHP
03-18-2007, 09:48 PM
Replies:
5
Regex issue - Converting a written date to a timestamp
Views:
1,054
Posted By
The Reverend
Regex issue - Converting a written date to a timestamp
I have a problem, somehow through one of my scripts, all the timestamps in my database were set to 0000-00-00 00:00:00. I can fix this because one of the fields contains the written date in this...
Forum:
PHP
02-18-2007, 01:56 AM
Replies:
5
Sessions issue
Views:
803
Posted By
The Reverend
I did, and it does have some of the variables set...
I did, and it does have some of the variables set prior to that page and redirect, I don't know why those aren't registering though.
Forum:
PHP
02-18-2007, 01:10 AM
Replies:
5
Sessions issue
Views:
803
Posted By
The Reverend
Yup. I tried that and all it does is tell me what...
Yup. I tried that and all it does is tell me what I know, those variables are 'undefined'. I'm really puzzled as to why they are not registering.
Forum:
PHP
02-18-2007, 12:50 AM
Replies:
5
Sessions issue
Views:
803
Posted By
The Reverend
Sessions issue
For some reason these variable are not being registered before the person is redirected, if I use print_r on the page it's redirecting to, all of those variable are empty, does anyone have any idea...
Forum:
Site reviews
02-17-2007, 10:58 PM
Replies:
1
My Revised site
Views:
763
Posted By
The Reverend
My Revised site
I posted this a site a few months back, I've since completely revamped it, making use of a <div> based layout and streamlined all the queries that have to be done, let me know what you all think.
...
Forum:
PHP
01-17-2007, 10:57 PM
Replies:
0
problem evaluating a variable in a class
Views:
430
Posted By
The Reverend
problem evaluating a variable in a class
I'm making a template building class and I'm using regex to match the variables and replace them, problem is that it's not evaluating right and it's replacing them with nothing.
Here's the...
Forum:
PHP
11-30-2006, 06:48 PM
Replies:
4
problem with nested variables
Views:
996
Posted By
The Reverend
It's a little more complicated than that, I tried...
It's a little more complicated than that, I tried using eval and it doesn't work. Here's a little more complicated version to give you a better idea.
<?php
$test = 'test';
$result =...
Forum:
PHP
11-30-2006, 09:17 AM
Replies:
4
problem with nested variables
Views:
996
Posted By
The Reverend
problem with nested variables
Okay, here's the problem. I have a string I retrieve from the database that contains several PHP variables, I want to evaluate it and have the variables filled in, I'm just not sure how to do this.
...
Forum:
PHP
11-30-2006, 07:57 AM
Replies:
4
mysql query failed
Views:
846
Posted By
The Reverend
I've used almost the exact same query in the past...
I've used almost the exact same query in the past and it works fine for me, I don't see any problems with your syntax. Is it producing an error or is it just not doing anything?
Showing results 1 to 25 of 97
Page 1 of 4
1
2
3
>
Last
»
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:31 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.