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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 134
Search took
0.42
seconds.
Search:
Posts Made By:
Keltoi
Forum:
JavaScript frameworks
08-11-2011, 10:19 AM
Replies:
4
jQuery
Import a JS array using ajax to pass though to a function/plugin
Views:
1,528
Posted By
Keltoi
Update It seems single quotes are not good when...
Update
It seems single quotes are not good when trying to parse JSON, this works fine:var foo = $.parseJSON('[{"text":"some","weight":10},{"text":"thing","weight":8}]');So no need to break the...
Forum:
JavaScript frameworks
08-10-2011, 05:32 PM
Replies:
4
jQuery
Import a JS array using ajax to pass though to a function/plugin
Views:
1,528
Posted By
Keltoi
OK, just for referance I've recoded the original...
OK, just for referance I've recoded the original string so it's easier to split, I've then rebuilt the array once it's been imported... There must be an easier way but until I can experiment further...
Forum:
JavaScript frameworks
08-10-2011, 04:34 PM
Replies:
4
jQuery
Import a JS array using ajax to pass though to a function/plugin
Views:
1,528
Posted By
Keltoi
Thanks for the reply devnull69, didn't think it...
Thanks for the reply devnull69, didn't think it was JSON, indeed the original is just a string so grasping at straws...
That said, is there a specific plugin to run JSON.parse(jsonStrings[i]) as...
Forum:
JavaScript frameworks
08-10-2011, 02:50 PM
Replies:
4
jQuery
Import a JS array using ajax to pass though to a function/plugin
Views:
1,528
Posted By
Keltoi
Import a JS array using ajax to pass though to a function/plugin
I have a generated array which if hard coded passes the array objects to a function for processing fine.
For example:
$("#termCloud").jQCloud([{text:'some',weight:10},{text:'thing',weight:8}]);...
Forum:
ASP
07-19-2011, 02:53 PM
Replies:
4
SQL query returns NULL entries
Views:
1,917
Posted By
Keltoi
Thanks again for your reply, I've run a test...
Thanks again for your reply, I've run a test using both RIGHT and INNER JOIN, both seen to return the same response in about the same time so not sure, will probably leave as is (if it ain't...
Forum:
ASP
07-18-2011, 10:29 AM
Replies:
4
SQL query returns NULL entries
Views:
1,917
Posted By
Keltoi
Many thanks for your reply, much appreciated.. ...
Many thanks for your reply, much appreciated..
I've recently discovered my error, in converting the previous SQL to the new one taking advantage of full text input, I omitted the "WHERE"... Can't...
Forum:
ASP
07-15-2011, 02:29 PM
Replies:
4
SQL query returns NULL entries
Views:
1,917
Posted By
Keltoi
SQL query returns NULL entries
First off I have to say that Joins and searching with "Full Text Search" are quite new to me so appologies for any newbie errors...
I've recently created a full text index on key feilds of my db...
Forum:
ASP
06-20-2011, 01:48 PM
Replies:
6
SQL Left Join
Views:
1,577
Posted By
Keltoi
Well it would seem that RIGHT JOIN was the way to...
Well it would seem that RIGHT JOIN was the way to go in this case, simply swapped LEFT for RIGHT and it seems to be working:
http://prf-jq.realwire.com/test3.asp?q=apple&dRange=d,2&geo=2&paging=10...
Forum:
ASP
06-20-2011, 12:44 PM
Replies:
6
SQL Left Join
Views:
1,577
Posted By
Keltoi
I'm new to JOINS and as you can see the...
I'm new to JOINS and as you can see the formatting or them.
From what I read LEFT JOIN was the way to go as tblMessages was the primary with some matches coming via tblURLs (obviously linking to...
Forum:
ASP
06-20-2011, 10:40 AM
Replies:
6
SQL Left Join
Views:
1,577
Posted By
Keltoi
Thanks for the response and sorry it's taken a...
Thanks for the response and sorry it's taken a day or so to get back to you..
I see what you mean, the only problem I seem to be having is the response ignores some of the fields passed. For...
Forum:
ASP
06-17-2011, 01:24 PM
Replies:
6
SQL Left Join
Views:
1,577
Posted By
Keltoi
I think I've discovered the problem, removing the...
I think I've discovered the problem, removing the parentheses seems to have solved the issue and WHERE clauses seem to be good.
Open to any suggestion on my solution as this is the first time I've...
Forum:
ASP
06-17-2011, 11:55 AM
Replies:
9
Replacing Special Characters in VBScript
Views:
2,844
Posted By
Keltoi
Have you tried Server.HTMLEncode(varCountryName)?
Have you tried Server.HTMLEncode(varCountryName)?
Forum:
ASP
06-17-2011, 11:39 AM
Replies:
6
SQL Left Join
Views:
1,577
Posted By
Keltoi
SQL Left Join
Not sure if this is the right place to post this, but as I'm working classic ASP then it's a good guess...
Essentially I need to query two tables with the first being primary but potential matches...
Forum:
ASP
09-16-2009, 02:04 PM
Replies:
1
Resolved
array looping problem
Views:
1,144
Posted By
Keltoi
Sorted, changed the 'i=o' to 'j=o' and looping...
Sorted, changed the 'i=o' to 'j=o' and looping fine... For j=o to ubound(strArray)
set Search = new ClassItem
If processedString <> "" Then processedString = processedString & " "...
Forum:
ASP
09-16-2009, 01:41 PM
Replies:
1
Resolved
array looping problem
Views:
1,144
Posted By
Keltoi
array looping problem
I have a silly issue which I hope someone can help me with.
Taking a simple array, I need to loop though and process a simple string of words.
This is what I'm attempting:<%
If...
Forum:
ASP
04-27-2009, 03:58 PM
Replies:
1
oAuth
Views:
2,970
Posted By
Keltoi
oAuth
hey all...
I need to do some authentication via oAuth in classic ASP, unfortunatly I can't seem to find any pointers or examples online. Anyone know where to look or can help with an example?
...
Forum:
ASP
02-07-2009, 10:15 PM
Replies:
2
Problem loading XML data (updated)
Views:
2,152
Posted By
Keltoi
Well after hours of fighting this (it works with...
Well after hours of fighting this (it works with other feeds), I've taken a slightly different tact.
For archive purposes here's the working (so far) solution:<%
Response.Buffer = True
Set...
Forum:
ASP
02-07-2009, 05:07 PM
Replies:
2
Problem loading XML data (updated)
Views:
2,152
Posted By
Keltoi
Problem loading XML data (updated)
I'm going to post this here as I'm programming in ASP, though the error would seem to with parsing the XML data.
The error message I'm getting is: The system cannot find the path specified.
...
Forum:
ASP
12-04-2008, 03:45 PM
Replies:
1
retrive XML attribute via Microsoft.XMLDOM
Views:
3,041
Posted By
Keltoi
Apart from a spam post (which thankfully has been...
Apart from a spam post (which thankfully has been removed) I'm assuming no one could help here. However, I've just found a very helpful page (don't know why I didn't look there earlier). So for...
Forum:
ASP
11-19-2008, 12:37 PM
Replies:
1
retrive XML attribute via Microsoft.XMLDOM
Views:
3,041
Posted By
Keltoi
retrive XML attribute via Microsoft.XMLDOM
Hi,
I've been struggling with this for a while now and hopefully someone can point me in the right direction.
I basically need to retrieve an attribute of an XML node.
I've manages to retrieve...
Forum:
JavaScript programming
10-16-2008, 08:05 AM
Replies:
9
Return dynamic function within script
Views:
944
Posted By
Keltoi
just realised that because I updated my last...
just realised that because I updated my last post, you may not have been notified of the update... Mind you, I did say that I wasn't necessarily expecting a reply - so don't know why I'm writing this...
Forum:
JavaScript programming
10-14-2008, 09:23 PM
Replies:
9
Return dynamic function within script
Views:
944
Posted By
Keltoi
Hey Eric, Sorry once again for the delay, I can...
Hey Eric,
Sorry once again for the delay, I can only work on this project in the evenings at the moment.
Basically the code I'm using isn't intended for purpose which is why I'm messing with it....
Forum:
JavaScript programming
10-14-2008, 12:17 AM
Replies:
9
Return dynamic function within script
Views:
944
Posted By
Keltoi
Thanks for your help guys, for now I'm going to...
Thanks for your help guys, for now I'm going to use the cop-out version I suggested in my last post and come back to it when I go though code clean-up. :thumbsup:
Forum:
JavaScript programming
10-13-2008, 09:48 PM
Replies:
9
Return dynamic function within script
Views:
944
Posted By
Keltoi
thanks, I'll need to read up a bit more on arrays...
thanks, I'll need to read up a bit more on arrays as I don't fully understand your suggestion.
At the moment I must admit I'm tempted to chicken out with the...
Forum:
JavaScript programming
10-13-2008, 07:55 PM
Replies:
9
Return dynamic function within script
Views:
944
Posted By
Keltoi
Sorry for my delayed response to your prompt...
Sorry for my delayed response to your prompt reply
I think your latter suggestion is what I'm after however firebug is giving the error function subMen(num){
window["collapse" + num +...
Showing results 1 to 25 of 134
Page 1 of 6
1
2
3
>
Last
»
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
09:13 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.