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 2
1
2
>
Showing results 1 to 25 of 35
Search took
0.18
seconds.
Search:
Posts Made By:
fruitwerks
Forum:
JavaScript programming
09-28-2012, 02:10 AM
Replies:
0
Migrating Application to Oauth
Views:
174
Posted By
fruitwerks
Migrating Application to Oauth
Hi All - I have a CRM I developed a while back. To function, it requires a list of google contacts. I was using authsub, but it has been discontinued.
I am a bit confused as to what API and...
Forum:
JavaScript programming
09-09-2012, 09:15 PM
Replies:
0
Google Contacts Feed with Oauth2
Views:
130
Posted By
fruitwerks
Google Contacts Feed with Oauth2
I am really frustrated right now - I have been trying to get this sorted out for a while.
I wrote a very nice CRM for personal use that is based on Google Contacts - at the time I wrote it around...
Forum:
JavaScript programming
07-18-2011, 04:51 PM
Replies:
1
Need help getting started with authenticating with google
Views:
298
Posted By
fruitwerks
After poking around some more, I found there is...
After poking around some more, I found there is something funny going on - due to this I thought I was just doing it all wrong...
I took my auth url and added a random domain - it worked!
...
Forum:
JavaScript programming
07-15-2011, 05:52 PM
Replies:
1
Need help getting started with authenticating with google
Views:
298
Posted By
fruitwerks
Need help getting started with authenticating with google
After wasting many hours evaluating CRM software, I found nothing that meets my needs, so like with most of the productivity tools I use, I have to write it myself.
This particular one needs to...
Forum:
MySQL
06-16-2011, 01:11 AM
Replies:
3
Search and Replace?
Views:
507
Posted By
fruitwerks
Thanks - I was thinking it was going to come down...
Thanks - I was thinking it was going to come down to that, just wanted to make sure I didn't miss the magic command documentation :)
I think you helped me on my last SQL q as well, posted here...
Forum:
MySQL
06-15-2011, 05:25 PM
Replies:
5
How do I display data from a certain date?
Views:
1,368
Posted By
fruitwerks
It would be helpful to know what fields are...
It would be helpful to know what fields are available, of course we would need the record to hold a timestamp of date. Is this something for Joomla, Wordpress or alikes?
Forum:
MySQL
06-15-2011, 05:16 PM
Replies:
3
Search and Replace?
Views:
507
Posted By
fruitwerks
Search and Replace?
So I had some sites over on iPower, they were recently hacked (iPower, not my sites specifically) and I have moved the sites to a new host. Now the problem is that I have a lot of databases with the...
Forum:
PHP
04-13-2011, 05:42 PM
Replies:
0
phpThumb / imagemagick version
Views:
664
Posted By
fruitwerks
phpThumb / imagemagick version
So I thought I would use phpthumb for a project. After applying the php 5.3 patch I thought I would be good to go, but it tells me imagemagick is not even installed. I quickly found this link that...
Forum:
JavaScript programming
12-16-2010, 01:46 PM
Replies:
1
Resolved
ZeroClipboard (jQuery version) semi-working and not working
Views:
3,248
Posted By
fruitwerks
The issue is with ZC itself, the glue function is...
The issue is with ZC itself, the glue function is not very great and the dev suggested to use the getHTML method.
Thansk!
Forum:
PHP
12-16-2010, 12:23 AM
Replies:
7
foreach? - treat first, middle and last differently
Views:
1,269
Posted By
fruitwerks
That looks pretty slick - I'll have a look...
That looks pretty slick - I'll have a look tomorrow
Thanks!
Forum:
PHP
12-15-2010, 09:27 PM
Replies:
7
foreach? - treat first, middle and last differently
Views:
1,269
Posted By
fruitwerks
Thanks, but it is not that simple... I used an...
Thanks, but it is not that simple... I used an array of numbers to keep things simple, but I guess it is confusing people.
Here is the actual code I will be modifying, it returns chunks of html. I...
Forum:
PHP
12-15-2010, 08:44 PM
Replies:
7
foreach? - treat first, middle and last differently
Views:
1,269
Posted By
fruitwerks
Yes, sorry I'll edit my post to not confuse...
Yes, sorry I'll edit my post to not confuse others!
Thanks!
Forum:
PHP
12-15-2010, 08:31 PM
Replies:
7
foreach? - treat first, middle and last differently
Views:
1,269
Posted By
fruitwerks
foreach? - treat first, middle and last differently
The best way I can explain what I am wanting to do is take an array...
lets say the contents are 1,2,3,4,5
I am currently using a foreach on the array, but I'm not sure how it will play into...
Forum:
JavaScript programming
12-15-2010, 08:12 PM
Replies:
1
Resolved
ZeroClipboard (jQuery version) semi-working and not working
Views:
3,248
Posted By
fruitwerks
ZeroClipboard (jQuery version) semi-working and not working
Hi All,
I have two sites using zeroclipboard (hosted at google code) one works only in firefox and barely, the other is not working at all. It does use Flash, but I think the issue is on the js...
Forum:
MySQL
10-27-2009, 11:46 PM
Replies:
2
subquery, union? no idea what I need
Views:
627
Posted By
fruitwerks
subquery, union? no idea what I need
This will be rather simple for the more seasoned persons here, but I have never had to do anything like this so far...
SELECT
pnl.pnl_desc,
pnl.pnl_value,
pnl.id_pnl
FROM
pnl
WHERE
...
Forum:
DOM and JSON scripting
08-17-2009, 04:24 AM
Replies:
0
small function, giveing me tons of trouble.
Views:
631
Posted By
fruitwerks
small function, giveing me tons of trouble.
I accidentally posted this in the wrong section..
http://www.codingforums.com/showthread.php?t=174723
Forum:
JavaScript programming
08-17-2009, 03:36 AM
Replies:
1
simple function killing me...
Views:
560
Posted By
fruitwerks
simple function killing me...
function splook(val){
return speciesDB.queryBy(function(row){
return row.data.species_id == val;
...
Forum:
MySQL
08-09-2009, 01:44 AM
Replies:
18
Can I do something different - Displaying records
Views:
1,464
Posted By
fruitwerks
until I learned some php :) <?php ...
until I learned some php :)
<?php
include "dbcore.php";
$query = "SELECT
master_ev.ev_date,
animals.aname,
species.species,
Forum:
MySQL
08-08-2009, 11:41 PM
Replies:
18
Can I do something different - Displaying records
Views:
1,464
Posted By
fruitwerks
Well.. this was great until I realized I had been...
Well.. this was great until I realized I had been ignoring the weight and length! exact same scenario as notes. But to my disappointment, the IF statement is only good for two outcomes...
*stumped*
Forum:
MySQL
08-08-2009, 10:01 PM
Replies:
18
Can I do something different - Displaying records
Views:
1,464
Posted By
fruitwerks
And the winner is... SELECT ...
And the winner is...
SELECT
master_ev.ev_date,
animals.aname,
species.species,
IF(events_ref.ev_name = 'feeding', foodinv.food_type, IF(events_ref.ev_name = 'notes', notes.note,...
Forum:
MySQL
08-08-2009, 05:54 PM
Replies:
18
Can I do something different - Displaying records
Views:
1,464
Posted By
fruitwerks
This has been quite a ride! I can get the proper...
This has been quite a ride! I can get the proper records without joining the foodinv or note tables. I have changed the schema so that ev_id (from the master event table) matches the food or note...
Forum:
MySQL
08-07-2009, 06:53 AM
Replies:
18
Can I do something different - Displaying records
Views:
1,464
Posted By
fruitwerks
Think I posted the wrong code.. this is what I am...
Think I posted the wrong code.. this is what I am down to now...
$query = "SELECT
events_ref.ev_name,
master_ev.ev_date,
animals.aname,
notes.note,
species.species,
IF(...
Forum:
MySQL
08-07-2009, 05:31 AM
Replies:
18
Can I do something different - Displaying records
Views:
1,464
Posted By
fruitwerks
ok very close! $query = "SELECT ...
ok very close!
$query = "SELECT
events_ref.ev_name,
master_ev.ev_date,
animals.aname,
notes.note,
species.species,
IF( events_ref.ev_name='feeding', foodinv.food_type, IF(...
Forum:
MySQL
08-07-2009, 04:45 AM
Replies:
18
Can I do something different - Displaying records
Views:
1,464
Posted By
fruitwerks
Thanks for your time! I had to modify the...
Thanks for your time!
I had to modify the code a bit to work and I get null values for notes and feeding entries.
SELECT A.aname,
IF( E.ev_name='feeding', FD.food_type, IF(...
Forum:
MySQL
08-07-2009, 02:32 AM
Replies:
18
Can I do something different - Displaying records
Views:
1,464
Posted By
fruitwerks
well, right now I can see everything I need...
well, right now I can see everything I need except what they ate and the notes, if I can figure out the what they ate part, I can figure out the notes...
This query is the PIA one, I can get all...
Showing results 1 to 25 of 35
Page 1 of 2
1
2
>
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:26 PM
.
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.