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 2
1
2
>
Showing results 1 to 25 of 39
Search took
0.09
seconds.
Search:
Posts Made By:
TylerB
Forum:
Apache configuration
02-02-2013, 09:08 PM
Replies:
0
mod_rewrite pagination urls
Views:
580
Posted By
TylerB
mod_rewrite pagination urls
I am rewriting all of the messy URL's on my site and I am having trouble rewriting URL's with pagination queries added to them.
I would like to do 1 rewrite rule for all pagination URL's (jobs...
Forum:
General web building
11-27-2012, 08:41 PM
Replies:
7
Website?
Views:
6,330
Posted By
TylerB
I remember when I first started building websites...
I remember when I first started building websites I had trouble understanding what languages were used for what and how to use them. So I'll try to clarify that up for you:
HTML - the base...
Forum:
PHP
11-01-2012, 08:08 PM
Replies:
1
Reading file into an array then writing the edited array back to the file
Views:
348
Posted By
TylerB
Reading file into an array then writing the edited array back to the file
I have a small 10 line text file that holds a users 10 favorite songs. There is a page where the user can add a song to the list, at any position in the list he/she pleases. How can I read the file...
Forum:
PHP
11-01-2012, 08:04 PM
Replies:
2
Procedural PHP with AJAX
Views:
298
Posted By
TylerB
Thank you very much. You just cleared up some...
Thank you very much. You just cleared up some major questions I had regarding the topic.
Forum:
PHP
10-30-2012, 08:47 PM
Replies:
2
Procedural PHP with AJAX
Views:
298
Posted By
TylerB
Procedural PHP with AJAX
I am fairly new to PHP and thus not very experienced with the Object Oriented style. I am writing a web app in procedural PHP and I would like to add some AJAX functionality in it.
How can I use...
Forum:
HTML & CSS
10-09-2012, 04:40 AM
Replies:
1
CSS/HTML5 Footer Issue
Views:
498
Posted By
TylerB
CSS/HTML5 Footer Issue
I have never had this problem in the past, for some odd reason my footer won't stay below content container. I can get it to stay below the wrapper, but whenever I add content the footer just stays...
Forum:
PHP
09-28-2012, 12:07 AM
Replies:
1
Featured Post on Custom Blogging System
Views:
265
Posted By
TylerB
Featured Post on Custom Blogging System
I am building a personal blog for myself which has a fully functional administration panel that allows me to add, edit, and delete blogs very simply. I would like to add a "Featured" blog option...
Forum:
PHP
09-27-2012, 11:57 PM
Replies:
3
Guideline on PHP web application Security
Views:
420
Posted By
TylerB
Yeah this isn't much of a guideline at all......
Yeah this isn't much of a guideline at all... What exactly did you just enlighten us on?
Forum:
PHP
08-30-2012, 06:12 PM
Replies:
2
Is this script secure?
Views:
430
Posted By
TylerB
Awesome, thanks for the tip!
Awesome, thanks for the tip!
Forum:
PHP
08-29-2012, 01:45 AM
Replies:
2
Is this script secure?
Views:
430
Posted By
TylerB
Is this script secure?
Hi everyone,
For the past few days I have programming a VERY simple shopping cart onto my website. I am not an expert with PHP (though I am learning very quickly) so I was just wondering if...
Forum:
JavaScript frameworks
08-28-2012, 09:47 PM
Replies:
3
a few jquery questions
Views:
334
Posted By
TylerB
Best way to do this would be to just add a...
Best way to do this would be to just add a background via CSS to the button.
Forum:
HTML & CSS
08-24-2012, 05:48 PM
Replies:
2
Background image underneath container
Views:
349
Posted By
TylerB
Do this: background: #0000FF...
Do this:
background: #0000FF url('image/path/to/img)') top center;
If that doesn't work try setting the z-index of your container to like 1 or 100 or whatever you want basically. The...
Forum:
JavaScript programming
08-24-2012, 05:41 PM
Replies:
45
Show error div + msg if empty input
Views:
1,773
Posted By
TylerB
Was this tried? I don't see why this wouldn't...
Was this tried? I don't see why this wouldn't work? Add the expression
if (!fileInput || fileInput == '')
Where the current if statement is and test it out. All it does is change the display...
Forum:
PHP
08-23-2012, 06:27 PM
Replies:
4
php/html issues with styling
Views:
276
Posted By
TylerB
close your html tags in the footer.php file which...
close your html tags in the footer.php file which will be included the exact same way as the header file was only at the bottom of the document.
Forum:
PHP
08-23-2012, 06:22 PM
Replies:
1
calling MySQL id from one page for information on another?
Views:
1,491
Posted By
TylerB
calling MySQL id from one page for information on another?
I had asked a question the other day about calling an image stored in a MySQL database and displaying it in a styled list, turns out I had a few extra ?= signs in my image URL. You can view that post...
Forum:
JavaScript programming
08-23-2012, 03:29 AM
Replies:
45
Show error div + msg if empty input
Views:
1,773
Posted By
TylerB
You should have been using jQuery from the get go...
You should have been using jQuery from the get go for this.
Instead of this:
if (form.file_upload.value == "") /* or whatever test you want to make */
{
var...
Forum:
PHP
08-22-2012, 01:48 AM
Replies:
7
Displaying clicked images on "checkout" page?
Views:
523
Posted By
TylerB
No there are only about 15 items... I want to use...
No there are only about 15 items... I want to use a database because I want to track what customers are purchasing what products.
Forum:
HTML & CSS
08-22-2012, 01:13 AM
Replies:
2
Trouble with horizontally-arranged lists (text and images)
Views:
487
Posted By
TylerB
Changing IE's scroll bars is always a pain. I've...
Changing IE's scroll bars is always a pain. I've learned to just ignore what the scroll bars on IE look like and only use -webkit- scroll bars via CSS. IE tends to display them in the native IE look...
Forum:
HTML & CSS
08-22-2012, 12:56 AM
Replies:
3
Help Newbie with a deadline
Views:
365
Posted By
TylerB
He is correct, change the above code to this: ...
He is correct, change the above code to this:
#navbar li.home_icon {
margin: 0px 0px;
padding: 0px 0px 0px 8px;
background: none;
}
Forum:
PHP
08-22-2012, 12:48 AM
Replies:
7
Displaying clicked images on "checkout" page?
Views:
523
Posted By
TylerB
The images of the checkout page are not different...
The images of the checkout page are not different than the ones on the shopping page, but none of the content is displayed on the shopping page, only when on the checkout page. So if I were to do it...
Forum:
JavaScript programming
08-22-2012, 12:41 AM
Replies:
45
Show error div + msg if empty input
Views:
1,773
Posted By
TylerB
I mean, loading the jQuery library from google...
I mean, loading the jQuery library from google code is extremely quick, much faster than loading it from your own server... but you're actually correct, no need to do it that way. It's actually...
Forum:
PHP
08-22-2012, 12:34 AM
Replies:
7
Displaying clicked images on "checkout" page?
Views:
523
Posted By
TylerB
So are you suggesting load the product content...
So are you suggesting load the product content into the modal window via ajax while the images are called via an array?
Forum:
HTML & CSS
08-22-2012, 12:17 AM
Replies:
9
Creating a toggle div layer
Views:
848
Posted By
TylerB
I dont believe this can be done with css... maybe...
I dont believe this can be done with css... maybe using css3's transition feature, but using JavaScript or jQuery will be much easier. Try using the hide() and slideDown() functions in jQuery... If...
Forum:
JavaScript programming
08-22-2012, 12:12 AM
Replies:
45
Show error div + msg if empty input
Views:
1,773
Posted By
TylerB
There is a few ways you can do this. I would...
There is a few ways you can do this. I would suggest adding this line of code in the <head> section of your website:
<script type="text/javascript"...
Forum:
PHP
08-21-2012, 11:55 PM
Replies:
7
Displaying clicked images on "checkout" page?
Views:
523
Posted By
TylerB
Displaying clicked images on "checkout" page?
Hello everyone,
I am quite advanced with HTML & CSS, intermediate at JavaScript, but completely fresh to PHP... so it would be phenomenal if I could get some assistance on this:
I have a...
Showing results 1 to 25 of 39
Page 1 of 2
1
2
>
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
11:36 PM
.
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.