Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
Views: 580
Posted By TylerB
Post 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 11:36 PM.