Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 157
Search took 0.06 seconds.
Search: Posts Made By: listerdl
Forum: JavaScript programming 05-06-2013, 02:21 AM
Replies: 0
Views: 128
Posted By listerdl
Javascript doesnt work in a modal? Why!

Hi, this is specific to Firefox.

I am using the ubiquitousTwitter Bootstrap and they have an out-of-the-box modal which allows for a pop-up which works great.

Id like to have the pop-up to...
Forum: PHP 04-15-2013, 05:41 PM
Replies: 4
Views: 188
Posted By listerdl
Advice to a n00b pls - regarding PHP Framework

OK Im new to PHP and keen to learn.

I have set myself a project to build a database MySQL application which would compare the fees of competitors within my niche. The tables would hold: company...
Forum: MySQL 04-12-2013, 03:13 PM
Replies: 2
Views: 348
Posted By listerdl
Thanks for that - in fact, I worked it out and...

Thanks for that - in fact, I worked it out and its actually very simple and easy - you just have to edit the wp-config.php in Wordpress to match the new DB settings. Obvious I know but that's...
Forum: PHP 04-12-2013, 03:09 PM
Replies: 3
Views: 264
Posted By listerdl
Thanks very much - you really helped me out. And!...

Thanks very much - you really helped me out. And! I learned as well.
Forum: PHP 04-12-2013, 05:00 AM
Replies: 3
Views: 264
Posted By listerdl
I think I figured it out....I'm not at the PC...

I think I figured it out....I'm not at the PC that has the script but I think this will work...

If a student gets the pass mark then the 'if' statement comes into play - so we'd have to use a...
Forum: PHP 04-12-2013, 02:28 AM
Replies: 3
Views: 264
Posted By listerdl
PHP Multiple choice quiz script - confused with one thing!

Hi, I have a simple PHP script that I have been told to put on our site. I'm really not very good with PHP and am learning so any help here REALLY appreciated!

OK, so a student does a multiple...
Forum: MySQL 04-10-2013, 04:12 PM
Replies: 2
Views: 348
Posted By listerdl
Question on re-installing a SQL Database pls

Hi my Wordpress blog is getting very good traffic and I am practicising with another server how to make a full SQL backup of the wordpress blog.

I installed wordpress and created the database. To...
Forum: Apache configuration 04-10-2013, 02:40 PM
Replies: 2
Views: 362
Posted By listerdl
thanks - not sure how much I can help with...

thanks - not sure how much I can help with explaining my configuration. My .htaccess only really has 301 redirects and that's it.

My site structure is such that I have folders that have no index...
Forum: General web building 04-10-2013, 02:37 PM
Replies: 4
Views: 944
Posted By listerdl
Interesting stuff....ill read the article later...

Interesting stuff....ill read the article later in more depth. I guess that images are always recommended on CDN's though...right?
Forum: Apache configuration 04-10-2013, 04:33 AM
Replies: 2
Views: 362
Posted By listerdl
How to prevent 404 for an empty directory?

Options –Indexes

I though the above would work but it brought the site down...

I have paths like folder/folder/index.php but there is nothing in the initial folder.

Any ideas what I can do?...
Forum: General web building 04-10-2013, 01:56 AM
Replies: 4
Views: 944
Posted By listerdl
Better to host JS and CSS on CDN?

Is it better to host your CSS and JS files on a CDN? Kinda expecting everyone to say yes - are there any catches?

Thanks!
Forum: XML 04-03-2013, 03:51 PM
Replies: 3
Views: 501
Posted By listerdl
Thanks for your reply. The link was just an...

Thanks for your reply. The link was just an example.

I thought that XML would be required?

This is what I am trying to do - does it not require XML?
...
Forum: XML 04-03-2013, 01:16 AM
Replies: 3
Views: 501
Posted By listerdl
Need a little direction with XML please!

Thanks for reading this....

How do you imagine I can achieve this?

What I am trying to do is this: when someone completes an email registration form that creates a user within a learning...
Forum: XML 03-04-2013, 11:49 PM
Replies: 0
Views: 300
Posted By listerdl
Problem with XML and Feedburner?

My blog has been added to someones feed which is great - but - if you click the title of the blog it is always broken. The link throws an XML error - i.e. the link BACK to my site FROM the blog...
Forum: PHP 02-17-2013, 05:17 AM
Replies: 3
Views: 249
Posted By listerdl
Hey thanks! OK that sounds simple enough. ...

Hey thanks! OK that sounds simple enough.

Interestingly GoDaddy doesnt allow the htaccess to influence the php5.ini (from what I have researched) -

So if I create a text file and named it...
Forum: HTML & CSS 02-17-2013, 04:10 AM
Replies: 10
Views: 583
Posted By listerdl
You should create a CLASS in CSS and then apply...

You should create a CLASS in CSS and then apply that CLASS to your markup.

http://www.w3schools.com/css/css_id_class.asp
Forum: PHP 02-17-2013, 04:07 AM
Replies: 3
Views: 249
Posted By listerdl
Basic question about php5.ini please!

OK I am new to PHP and have a question.

I am trying to install a learning management system that runs off PHP.

The error I get on installation is this:

"magic_quotes_gpc" are "ON" - but...
Forum: PHP 02-11-2013, 05:10 PM
Replies: 2
Views: 190
Posted By listerdl
Struggling with simple local time PHP print

I have googled this but I dont seem to have any joy finding this out.

Real simple - all i am trying to do is print the local time EST USA -

I have it but for Mountain time....

This is it:...
Forum: JavaScript programming 02-04-2013, 02:12 PM
Replies: 2
Views: 231
Posted By listerdl
Hi - I am just updating my own thread here but I...

Hi - I am just updating my own thread here but I *think* I solved it by creating a new <li> class specifically for the javascript and that seems to work ok.

So, CSS came to my rescue. Would you...
Forum: JavaScript programming 02-04-2013, 03:20 AM
Replies: 2
Views: 231
Posted By listerdl
How to style this javascript - is it possible?

OK this is a line of javascript which is "Live Chat" feature. It works great and the style matches 100% the rest of the page design and font etc.

However - what I am trying to do is change the...
Forum: PHP 01-27-2013, 09:27 PM
Replies: 7
Views: 385
Posted By listerdl
OK - i think i solved it - I just make...

OK - i think i solved it -

I just make different classes of this

<select name="nav">

so, the dropdowns are like this:

<select name="dropdown-1">
Forum: PHP 01-27-2013, 05:30 PM
Replies: 7
Views: 385
Posted By listerdl
in fact - i just realized something, i dont think...

in fact - i just realized something, i dont think this is going to work....

the reason is b/c i have five dropdowns on the SAME page - so the sequence of this:

if (isset($_POST['nav']))
{
...
Forum: PHP 01-27-2013, 04:56 PM
Replies: 7
Views: 385
Posted By listerdl
Where would i put exit() or die() in this code? ...

Where would i put exit() or die() in this code?

Thanks VERY MUCH by the way - I really appreciate your help. This is the only little bit of PHP within the project and you are really helping. Thanks
Forum: PHP 01-26-2013, 03:06 AM
Replies: 7
Views: 385
Posted By listerdl
That's it? Wow! If so I just want to say...

That's it?

Wow! If so I just want to say that your the man. REALLY appreciate your help -

Thanks bro.
Forum: PHP 01-26-2013, 02:07 AM
Replies: 7
Views: 385
Posted By listerdl
How to sanitize submitted value before header function?

I am trying to follow this tutorial and yeah, I dont know too much about PHP.

I'm sort of hoping that it isn't too difficult to "sanitize the submitted value before passing it to the header...
Showing results 1 to 25 of 157

 
Forum Jump

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