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 3
1
2
3
>
Showing results 1 to 25 of 53
Search took
0.10
seconds.
Search:
Posts Made By:
CalumK
Forum:
JavaScript frameworks
05-22-2013, 01:07 AM
Replies:
1
jQuery Paralax 'jitter'
Views:
134
Posted By
CalumK
jQuery Paralax 'jitter'
Hi, Ive been coding a site and it has a bit of 'jitter' its developed.
Ive no idea why, any ideas?
http://calumisdeveloping.co.uk/
(jitter is worse in safari than chrome)
Example code,...
Forum:
PHP
04-28-2013, 09:24 PM
Replies:
2
if( eval('$var >= 5') )
Views:
118
Posted By
CalumK
Thanks
Thanks
Forum:
PHP
04-28-2013, 06:47 PM
Replies:
2
if( eval('$var >= 5') )
Views:
118
Posted By
CalumK
if( eval('$var >= 5') )
Hi sorry getting stuck.
Im aware of the security risks of using eval.
But i need a way to do the following:
$var = 13;
$rule = '$var >= 5';
Forum:
PHP
04-04-2013, 10:11 PM
Replies:
3
How do I secure XAMPP?
Views:
164
Posted By
CalumK
you need to run the program from terminal as far...
you need to run the program from terminal as far as i remember
So if you type that line,
sudo /Applications/XAMPP/xamppfiles/xampp security
into a Terminal window, it should run a 'wizard'...
Forum:
PHP
04-04-2013, 06:36 PM
Replies:
3
Coding Best Practices - Presentation or Data Layer?
Views:
164
Posted By
CalumK
If you read the link you provided it actually...
If you read the link you provided it actually specifically tells you how to do it.
top_pos(int)
left_pos(int)
for the X and Y database vars
and then later it tells you how to implement it.
Forum:
PHP
04-04-2013, 06:32 PM
Replies:
3
Coding Best Practices - Presentation or Data Layer?
Views:
164
Posted By
CalumK
they dont belong in the css They are a...
they dont belong in the css
They are a variable, independent, and specifically connected to each console.
Therefore they belong in the database
Im not really sure defining the XY co-ords is the...
Forum:
PHP
04-04-2013, 06:18 PM
Replies:
1
Class->function()->variable whats wrong?
Views:
154
Posted By
CalumK
Class->function()->variable whats wrong?
So Here is a stripped down part of the code
class User{
public $id;
public function __construct($id)
{
// DATABASE STUFF
foreach($rows as $row):
Forum:
JavaScript programming
02-11-2013, 12:56 PM
Replies:
2
Why won't this program work?
Views:
298
Posted By
CalumK
As Philip said, this is the wrong language, but i...
As Philip said, this is the wrong language, but i think....
public static final char INSET_HYPHEN = -; //ERROR incompatible types
should be
public static final char INSET_HYPHEN = '-';
Forum:
JavaScript frameworks
02-11-2013, 12:53 PM
Replies:
2
Adapting jquery Gallerific
Views:
253
Posted By
CalumK
Hi, Your link doesnt work :)
Hi, Your link doesnt work :)
Forum:
MySQL
02-11-2013, 12:52 PM
Replies:
2
Compare two very large tables
Views:
344
Posted By
CalumK
Compare two very large tables
Ok,
So im looking to compare two very large tables.
TableA + TableB
TableA is the table used by the site, and TableB is imported data.
I want to compare the two, and if a row is found in...
Forum:
PHP
01-16-2013, 02:22 AM
Replies:
2
Automatic List/Nav Generation from textfile
Views:
260
Posted By
CalumK
Automatic List/Nav Generation from textfile
Ok, So Ive been developing websites for a long time now and Im halfway through writing my own cms.
But ive been having a real issue with auto generating my navigation menus.
Basically the Menu...
Forum:
Apache configuration
06-22-2011, 07:47 AM
Replies:
1
.htaccess rewrite
Views:
475
Posted By
CalumK
.htaccess rewrite
Hi i need to write a .htaccess file that can forward all urls such as
example.com/file/file/filename-dp7
or
example.com/file/file/filename-dp3
or
example.com/file/file/filename-dp17
to...
Forum:
PHP
05-03-2011, 12:50 PM
Replies:
1
How can i pass a string with multiple line to a javascript function ?
Views:
630
Posted By
CalumK
$test = "This is a string <br> It has multiple...
$test = "This is a string <br> It has multiple lines <br> are three total" ;(Output from a text area) . I want to pass this variable to a javascript function
I have write this in my php file
...
Forum:
PHP
02-19-2011, 10:43 AM
Replies:
2
Resolved
Need some sorting help
Views:
613
Posted By
CalumK
recently attempted this myself, and while i...
recently attempted this myself, and while i abandoned the project due to other reasons, it was fairly simple to impliment.
The bottom line is you must use JS
each of your heading cells should...
Forum:
JavaScript programming
02-19-2011, 10:35 AM
Replies:
3
Hide Media Player
Views:
724
Posted By
CalumK
its not clear what you want to do.. if you just...
its not clear what you want to do.. if you just want to play an mp3, and you have buttons displayed on the page, why do you not just play the mp3 in a flash player, or a simple JS player?
Forum:
JavaScript programming
02-09-2011, 12:17 AM
Replies:
6
Background Color of Div in JS
Views:
729
Posted By
CalumK
sorry, was my own fault, i was editing in a...
sorry, was my own fault, i was editing in a non-error-highliting editor, and missed a ';' silly mistake.
but implimented it with this:
http://www.phpied.com/rgb-color-parser-in-javascript/
...
Forum:
JavaScript programming
02-08-2011, 09:51 AM
Replies:
6
Background Color of Div in JS
Views:
729
Posted By
CalumK
Thanks for the help, but none of the methods...
Thanks for the help, but none of the methods above seem to work at all, in either chrome, or IE8....
And i cant work out why....
Im surprised no-one has come across this issue before...
Forum:
JavaScript programming
02-07-2011, 03:23 PM
Replies:
6
Background Color of Div in JS
Views:
729
Posted By
CalumK
Background Color of Div in JS
Hey, been racking my brain for about an hour now, and cant seem to work this one out...
I need to in javascript, get the HEX value (#FFFFFF) of a div's background color...
...
Forum:
JavaScript programming
09-07-2010, 09:56 PM
Replies:
2
Cross browser javascript issue
Views:
595
Posted By
CalumK
Thanks, guess i overlooked that as it was working...
Thanks, guess i overlooked that as it was working in the webkit browsers, sorry!
Forum:
JavaScript programming
09-07-2010, 04:47 PM
Replies:
2
Cross browser javascript issue
Views:
595
Posted By
CalumK
Cross browser javascript issue
ok, so i am working on a type of Option Box that is heavily formatted with CSS and animated using JS $fx()
The $fx framework works fine on all browsers, and i have only used fairly simple code,...
Forum:
JavaScript programming
05-31-2010, 05:14 PM
Replies:
8
site works in chrome,safari.. but not in firefox
Views:
1,578
Posted By
CalumK
yes i understand javascript basics and yes,...
yes i understand javascript basics
and yes, its running the code form inside the Pre tags
i dont understand how, but it is...
the rest of the code, gets the contents of the <pre> and...
Forum:
JavaScript programming
05-31-2010, 12:55 AM
Replies:
8
site works in chrome,safari.. but not in firefox
Views:
1,578
Posted By
CalumK
Basically i couldn't workout how to implement the...
Basically i couldn't workout how to implement the framework
so i copied the source from the demo page, and stripped it down...
So that code takes inner content from a <pre> with an id the same...
Forum:
JavaScript programming
05-29-2010, 11:59 PM
Replies:
8
site works in chrome,safari.. but not in firefox
Views:
1,578
Posted By
CalumK
firstly, thats weird, i had it lined to the...
firstly, thats weird, i had it lined to the animator.js on my server, i must have set it back whilst debugging, and forgot to reset it, my bad..
But still not working in firefox..
As for the...
Forum:
JavaScript programming
05-29-2010, 08:08 PM
Replies:
8
site works in chrome,safari.. but not in firefox
Views:
1,578
Posted By
CalumK
site works in chrome,safari.. but not in firefox
ok so ive nearly finished the animated javascript in my site.
http://calumk.com/ (http://calumk.com)
to see the effect launch in chrome or safari, it works fine..
but its not working in Firefox...
Forum:
JavaScript programming
05-29-2010, 09:45 AM
Replies:
7
what does '||' do?
Views:
659
Posted By
CalumK
Thankyou again guys, i know these may seem like...
Thankyou again guys, i know these may seem like simple questions but they help alot, and i had tried goggling and reading the javascript reference pages, but google doesnt seem to search '||' ?...
Showing results 1 to 25 of 53
Page 1 of 3
1
2
3
>
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
05:27 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.