Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 2.16 seconds.
Search: Posts Made By: LJackson
Forum: HTML & CSS 03-21-2013, 09:06 PM
Replies: 1
Views: 1,863
Posted By LJackson
I think i have solved the problem now, was to do...

I think i have solved the problem now, was to do with the position setting, was set to relitave instead of absolute :)

thanks
Forum: HTML & CSS 03-21-2013, 07:17 PM
Replies: 1
Views: 1,863
Posted By LJackson
Exclamation website help please - image slider acting strange

Hi All,

Has anyone had a problem using nivo slider? im experiencing a problem where all the images load on top of each other each time the page loads, it looks rather off putting and messy,
...
Forum: PHP 02-23-2013, 11:29 PM
Replies: 5
Views: 283
Posted By LJackson
thanks @gvre natsort is a life saver :) exactly...

thanks @gvre natsort is a life saver :) exactly what i was after!

appreciate your time folkes!
Luke
Forum: PHP 02-23-2013, 05:11 PM
Replies: 5
Views: 283
Posted By LJackson
hmm ok thanks! any idea how i can integrate the...

hmm ok thanks! any idea how i can integrate the idea in to my above code? thanks

Luke
Forum: PHP 02-23-2013, 02:26 PM
Replies: 5
Views: 283
Posted By LJackson
Exclamation problems reading files from directory - doesnt display in order :(

Hi All,

I have a gallery php page which gathers the photos from a specified directory or images, it is working ok but the major probem im having is that it doesnt always display the files in...
Forum: Ajax and Design 01-17-2013, 02:18 PM
Replies: 10
Views: 777
Posted By LJackson
i've just been told on the joomla forum that...

i've just been told on the joomla forum that joomla code doesnt work outside of joomla? so i'm guessing thats why nothing seems to be working :(

is it possible to delete db records using just...
Forum: Ajax and Design 01-17-2013, 12:17 AM
Replies: 10
Views: 777
Posted By LJackson
ok found out where to put it, i had to chance the...

ok found out where to put it, i had to chance the script slightly as there was a missing bracket, and changed .deleterow to .deleteRow so its now
<script type="text/javascript">
$(
function()
{...
Forum: Ajax and Design 01-16-2013, 11:56 PM
Replies: 10
Views: 777
Posted By LJackson
ok thanks mate appreciate it, i've been...

ok thanks mate appreciate it,

i've been going round in circles with this :(

because im using joomla im not sure how to add the script to the head section of the page, i'll have a look around...
Forum: Ajax and Design 01-16-2013, 11:12 PM
Replies: 10
Views: 777
Posted By LJackson
can you see anything wrong with this code <a...

can you see anything wrong with this code
<a class="deleteRow" onclick="
$('.deleteRow').click
(
function()
{
$.get('/delete.php', function(data){alert('Server Returned: ' +...
Forum: Ajax and Design 01-16-2013, 10:44 PM
Replies: 10
Views: 777
Posted By LJackson
i think you are correct as alot of example i've...

i think you are correct as alot of example i've seen state a key to the data, but unfortunately the script still doesnt work :(
Forum: Ajax and Design 01-16-2013, 07:48 PM
Replies: 10
Views: 777
Posted By LJackson
hi, thanks for your quick reply, the site is...

hi, thanks for your quick reply,

the site is a joomla website and i'm using a plugin to access the db and its the plugin which creates the syntax {joodb field|id} - that code is telling the script...
Forum: Ajax and Design 01-16-2013, 07:03 PM
Replies: 10
Views: 777
Posted By LJackson
Exclamation Ajax Help Please, trying to call a php script via an onclick event?

is it possible to use an onclick event command on a text link to call a php script which deletes a specific row from a mysql db table?

here is what i have so far.

my text link code
<a...
Forum: General web building 01-12-2013, 03:29 PM
Replies: 3
Views: 3,962
Posted By LJackson
Exclamation how to redirect users from one domain to another?

Hi All

I have purchased 2 domains a .co.uk and a .com i've uploaded my site to the .co.uk domain and instead of uploading it again to the .com domain i thought it were better to forward the users...
Forum: PHP 01-11-2013, 11:09 PM
Replies: 1
Views: 179
Posted By LJackson
ok sorted it :D

ok sorted it :D
Forum: PHP 01-11-2013, 10:00 PM
Replies: 1
Views: 179
Posted By LJackson
Exclamation formatting text from textarea when inserting into a db table

Hi All,

I have a form which includes a text area, and the form get submitted with the data being added to a db table, this all works fine however the data entered in the text area get inserted...
Forum: HTML & CSS 01-10-2013, 11:29 PM
Replies: 5
Views: 326
Posted By LJackson
thats great thank you very much for sharing! very...

thats great thank you very much for sharing! very interesting indeed

needless to say after reading that i've solved the problem!

THANKS :D
Forum: HTML & CSS 01-10-2013, 10:43 PM
Replies: 5
Views: 326
Posted By LJackson
Exclamation aligning li content text with custom bullet point image?

hi all,

im currently developing a new website for a friend of mine, and i've run into a bit of trouble when trying to use custom images when showing a list.

the trouble being is that the image...
Forum: PHP 11-18-2012, 05:51 PM
Replies: 1
Views: 290
Posted By LJackson
Exclamation help with menu setting "current" tab when in a function

Hi All

i have a function which includes the header info for a site i am doing, im having trouble figuring out how to set a tab as "current" as this function is called on each page.

the function...
Forum: General web building 11-06-2012, 02:26 PM
Replies: 0
Views: 4,465
Posted By LJackson
Exclamation please can someone take a look at my contact form and help make it secure?

Hi All

I have a contact form which needs securing, i've added some validation but not sure if its enough. If someone would kindly check it out and help me make it more secure i'd really appreciate...
Forum: HTML & CSS 10-31-2012, 08:50 PM
Replies: 2
Views: 217
Posted By LJackson
got it working now mate, thanks for offering to...

got it working now mate, thanks for offering to help

not sure what was causing it not to work in the first place :O
Forum: HTML & CSS 10-31-2012, 07:53 PM
Replies: 2
Views: 217
Posted By LJackson
Exclamation little css trouble

I have a tooltip set up with just css and its working fine if the code is not wrapped in <li> tags

my css is
<style type="text/css">
a.tt{
position:relative;
z-index:24;
...
Forum: XML 10-31-2012, 07:17 PM
Replies: 1
Views: 1,153
Posted By LJackson
sorted it <?php $xml =...

sorted it
<?php
$xml = simplexml_load_file('services.xml');

$typesListXml = $xml->xpath('service/category');

if (!empty($typesListXml)) {
$typesList = array();
foreach...
Forum: XML 10-30-2012, 09:56 PM
Replies: 1
Views: 1,153
Posted By LJackson
Exclamation how do display an xml file on my website but grouped by cat and sub cat?

Hi All

I have an xml file which i created, and i am using simplexml_load_file to pull out the data and display it on my site.

i can pull out the data as it appears in the xml file like so
...
Forum: PHP 10-14-2012, 04:27 AM
Replies: 2
Views: 291
Posted By LJackson
solved it in the end i used $calc =...

solved it

in the end i used
$calc = ($width - $height);
if($counter == 1 && $calc > 0)

which worked, any idea why my previous statement failed?

cheers
Forum: PHP 10-14-2012, 03:24 AM
Replies: 2
Views: 291
Posted By LJackson
Exclamation working out if an image is portrait or landscape is causing trouble

hi all,

i have the following piece of code

$files = listdir($directory);
$counter = 1;
foreach ($files as $f)
{
$size = getimagesize($f);...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 01:06 PM.