Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
Views: 223
Posted By ASAAKI
Question 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
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
Views: 3,794
Posted By ASAAKI
Angry 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
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
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
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
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
Views: 971
Posted By ASAAKI
Unhappy 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
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
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
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
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
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
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
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
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
Views: 7,844
Posted By ASAAKI
Thumbs up 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
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
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
Views: 726
Posted By ASAAKI
Smile 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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 12:34 AM.