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 16
1
2
3
11
>
Last
»
Showing results 1 to 25 of 393
Search took
0.60
seconds.
Search:
Posts Made By:
ASAAKI
Forum:
PHP
03-08-2013, 09:58 AM
Replies:
2
Generate PayPal buttons dynamically?
Views:
223
Posted By
ASAAKI
Generate PayPal buttons dynamically?
I've built a shopping cart and now I need to direct users to PayPal to pay for their cart. I want to use hosted buttons, but I can't directly create them in the PayPal Merchant account since there's...
Forum:
Perl/ CGI
11-17-2011, 02:42 PM
Replies:
0
Seaparting different patterns with regex, or anything?
Views:
988
Posted By
ASAAKI
Seaparting different patterns with regex, or anything?
I have a chunk of strings, like:
[p1 text1/label1] [p2 text2/label2] [p3 text3/label3] [...
and so on. So these are phrases bracketed with square brackets, and delimited with spaces.
But...
Forum:
JavaScript frameworks
08-04-2008, 02:35 PM
Replies:
1
jQuery scrollTo plugin
Views:
3,794
Posted By
ASAAKI
jQuery scrollTo plugin
I've gone through the documentation for the ScrollTo plugin, checked the source code where others are using it, tried localscroll and serialscroll... somehow I just can't get started, no matter what....
Forum:
MySQL
06-26-2008, 09:12 AM
Replies:
7
Left Join issues
Views:
971
Posted By
ASAAKI
Um ok never mind I guess my brain was really...
Um ok never mind I guess my brain was really zonked out... I just used a normal where clause in the end...
Forum:
MySQL
06-26-2008, 08:51 AM
Replies:
7
Left Join issues
Views:
971
Posted By
ASAAKI
Getting kind of desperate here...
Ok i don't remember having ever been stuck on a single query for so long in my entire life... There has to be a simpler way to do this..
When I posted above I showed only 3 item tables (content,...
Forum:
MySQL
06-19-2008, 10:09 AM
Replies:
7
Left Join issues
Views:
971
Posted By
ASAAKI
Thank you very much, I've got them all in one...
Thank you very much, I've got them all in one query now.
But as I understand it, every single passages should show up, even if there is no corresponding entry in passage_tone, passage_content or...
Forum:
MySQL
06-18-2008, 02:39 PM
Replies:
7
Left Join issues
Views:
971
Posted By
ASAAKI
I'm not sure I get what you mean. Could that work...
I'm not sure I get what you mean. Could that work in the same query?
I can't alias a table after the join clause like this:
...
SELECT x,y,z
FROM table1
LEFT JOIN (
....
) ON ( ... )...
Forum:
MySQL
06-18-2008, 01:54 PM
Replies:
7
Left Join issues
Views:
971
Posted By
ASAAKI
Left Join issues
I'm having trouble with multiple left joining.
I have a master table (passage) that can be associated with zero-to-any number of associated items such as book, content, tone.
So we have the...
Forum:
JavaScript programming
04-10-2008, 07:53 AM
Replies:
4
refresh before redirecting
Views:
810
Posted By
ASAAKI
But of course! window.location =...
But of course!
window.location = report.xls?c=somerandomnumber
:D
Forum:
JavaScript programming
04-09-2008, 12:20 PM
Replies:
4
refresh before redirecting
Views:
810
Posted By
ASAAKI
OK it's not always an older version of the report...
OK it's not always an older version of the report that pops up... if the user don't generate a report for a long time, the older report "expires" (whichever cache it seems to be residing in), and the...
Forum:
JavaScript programming
04-09-2008, 11:10 AM
Replies:
4
refresh before redirecting
Views:
810
Posted By
ASAAKI
That's what I'm doing. I generate...
That's what I'm doing. I generate "[path]/report.xls", and then to force the user to open/save the same file, I do a window.location="[path]/report.xls".
The report.xls on the server is always...
Forum:
JavaScript programming
04-09-2008, 08:37 AM
Replies:
4
refresh before redirecting
Views:
810
Posted By
ASAAKI
refresh before redirecting
Hey,
I'm creating dynamically-generated reports using php+ajax. Every time the user generates a new report, it shows up with a link "Export to Excel". When this link is clicked, I create a report...
Forum:
HTML & CSS
03-18-2008, 10:09 AM
Replies:
3
Seperate style for IE7 and IE6
Views:
771
Posted By
ASAAKI
Seperate style for IE7 and IE6
Hey,
I have div called "divider".
Before IE7, this worked fine:
#divider /* FF */
{
...
}
Forum:
PHP
03-10-2008, 09:19 AM
Replies:
3
Seemingly simple: session variables not getting passed on
Views:
1,239
Posted By
ASAAKI
Ok, I went to that folder...
Ok, I went to that folder (C:\Documents..............\session), gave read/write permissions to the website and refreshed the site on IIS - no change. It still has that O_RDWR fail.
---edit...
Forum:
PHP
03-10-2008, 07:51 AM
Replies:
3
Seemingly simple: session variables not getting passed on
Views:
1,239
Posted By
ASAAKI
oh wow. Warning: session_start()...
oh wow.
Warning: session_start() [function.session-start]: open(C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\session\sess_kp0cceqsapmcp367jk5vttv072, O_RDWR) failed: Permission denied (13) in ....
...
Forum:
PHP
03-09-2008, 03:07 PM
Replies:
3
Seemingly simple: session variables not getting passed on
Views:
1,239
Posted By
ASAAKI
Seemingly simple: session variables not getting passed on
I've got a very simple session problem but can't seem to figure out what's wrong:
here's the index page:
<?php session_start();
if(!isset($_SESSION['uid']))
{
$_SESSION['uid'] = $username;...
Forum:
General web building
03-07-2004, 11:09 AM
Replies:
69
Ithium.net? Are you out there?
Views:
7,844
Posted By
ASAAKI
whoa i have been so totally out of CF and...
whoa i have been so totally out of CF and everything for sooo long... i've been vaguely aware that my blog's been inaccessible for a while and so it occurs to me to check out the ithium site itself...
Forum:
General web building
09-07-2003, 10:42 AM
Replies:
26
Your History as a Programmer?
Views:
2,068
Posted By
ASAAKI
I got into computers when I was a little kid,...
I got into computers when I was a little kid, somewhere in the mid-late 80's with my dad's 8088. Oh man I remember how long we kept that one - I fiddled around with 'Print' and 'Color' more than...
Forum:
General web building
09-06-2003, 08:08 AM
Replies:
4
cfm files?
Views:
726
Posted By
ASAAKI
oh okay. thanx hehe:)
oh okay. thanx hehe:)
Forum:
General web building
09-06-2003, 07:16 AM
Replies:
4
cfm files?
Views:
726
Posted By
ASAAKI
cfm files?
hello ppl! me's back. :D Hopefully me should be able to spend a little time here again soon. Anyhow, me wanted to know
what kind of files are .cfm? what server lang do they use?
Forum:
JavaScript programming
08-31-2003, 10:01 AM
Replies:
4
Somebody Please Treat This Mutated Menu!!
Views:
1,103
Posted By
ASAAKI
hehe... just goes to show that you should never...
hehe... just goes to show that you should never give up waiting for a reply...
Forum:
JavaScript programming
08-30-2003, 03:18 PM
Replies:
4
Somebody Please Treat This Mutated Menu!!
Views:
1,103
Posted By
ASAAKI
wow! i posted this last year! didn't know i'd...
wow! i posted this last year! didn't know i'd actually get a reply.:eek:
Anyway, it's quite old, i did figure out afterwards what was wrong. It was just that the style of 'menu out' had no border,...
Forum:
JavaScript programming
08-01-2003, 07:20 PM
Replies:
5
prompt script?
Views:
1,012
Posted By
ASAAKI
actually, i needed all of'em. thanks a lot...
actually, i needed all of'em. thanks a lot :thumbsup:
Forum:
JavaScript programming
07-30-2003, 12:28 PM
Replies:
5
prompt script?
Views:
1,012
Posted By
ASAAKI
prompt script?
i can't get around to the internet much these days so i've just gotta ask a short question. i did search a bit but didn't get it.
how do you make a prompt and get the value entered and the value...
Forum:
General web building
06-23-2003, 07:43 PM
Replies:
11
check out me site
Views:
1,057
Posted By
ASAAKI
just managed to get back after ages to tell what...
just managed to get back after ages to tell what the prob was.
I had to modify the width of the username and pwd fields in the shoutbox form to "width:100%", to fit flexibly in the right side div,...
Showing results 1 to 25 of 393
Page 1 of 16
1
2
3
11
>
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
12:34 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.