Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 26
Search took 0.61 seconds.
Search: Posts Made By: user.name
Forum: MySQL 11-09-2012, 03:27 AM
Replies: 1
Views: 407
Posted By user.name
Overall site speed and performance - How will it be affected by a table..

I currently have a table in my mySQL database that continually receives data (accumulates up to 16k~ rows for less than 20hours)

Data is saved through ajax, on user mouse action.

The table is...
Forum: Apache configuration 10-20-2012, 06:18 AM
Replies: 1
Views: 646
Posted By user.name
anyone? :(

anyone? :(
Forum: Apache configuration 10-19-2012, 04:04 AM
Replies: 1
Views: 646
Posted By user.name
htaccess 301 redirect everything except /admin

I have been scratching my head for almost half an hour already because of this. I don't know what I am doing wrong, might just be under my nose, but i just cant see it. Here's what I have on my...
Forum: HTML & CSS 04-03-2012, 03:31 AM
Replies: 2
Views: 326
Posted By user.name
thanks! tips highly appreciated too :) thank you.

thanks! tips highly appreciated too :) thank you.
Forum: HTML & CSS 04-02-2012, 06:14 AM
Replies: 2
Views: 326
Posted By user.name
tricky table css

Hi,

i have the following on my reset.css:table,table td{
border:0 none;
}

*{
border: 0 none;
}
Forum: PHP 02-22-2012, 05:09 AM
Replies: 2
Views: 426
Posted By user.name
Hi, Thanks for the link but that didn't...

Hi,

Thanks for the link but that didn't help. I did a lot of google searches too, before posting here, so...


Thanks anyway :)
Forum: PHP 02-22-2012, 04:32 AM
Replies: 2
Views: 426
Posted By user.name
Check date validity, while allowing different date formats

Hi,

When i strtotime the year 1959 and below, php returns a timestamp value that when echoed as date('Y'), returns 2012, instead of 1959.

How do i get the correct timestamp value of years 1959...
Forum: JavaScript frameworks 07-06-2011, 09:32 AM
Replies: 3
Views: 2,328
Posted By user.name
Hi, thank you for your reply. I will be...

Hi, thank you for your reply.

I will be using this on drupal. To be specific, i am keen to modify how the imagefield is displayed. Here is how it is normally displayed by drupal:



This is...
Forum: JavaScript frameworks 07-06-2011, 07:12 AM
Replies: 3
Views: 2,328
Posted By user.name
jquery help, trigger function on div change

Hi,

I have a div, when a button is pressed, all of the content inside this div is replaced by a new one thru ajax.

My question is how do i call a function whenever this happens.

The only...
Forum: MySQL 07-28-2010, 01:25 PM
Replies: 1
Views: 497
Posted By user.name
Help. "AND" version of IN()?

Sample Data:

candyID,colorID
1 20
1 21
2 20


What i want to do is to get the candyID of candies having colorIDs 20 AND 21
Forum: ASP.NET 01-06-2010, 07:31 AM
Replies: 2
Views: 1,217
Posted By user.name
thanks. ill look onto these articles now.

thanks. ill look onto these articles now.
Forum: ASP.NET 01-06-2010, 02:32 AM
Replies: 2
Views: 1,217
Posted By user.name
Visual Basic 6 to Visual Basic 2005

I know Visual Basic 6.

I know nothing about VB 2005 / vb.net.


Now i have to create a project in vb.net

Will my vb6 skills and the techniques i know work on vb 2005?

I mean, the syntax,...
Forum: JavaScript programming 10-23-2009, 11:37 AM
Replies: 3
Views: 536
Posted By user.name
thanks :thumbsup:

thanks :thumbsup:
Forum: JavaScript programming 10-23-2009, 11:21 AM
Replies: 3
Views: 536
Posted By user.name
Simple question about JS Validation

if(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(emailvalue))

this is a code to validate an email address. My question is.. how do you call this type of validation? Those /^\w+([\.-]?\w+.....
Forum: HTML & CSS 09-14-2009, 04:40 AM
Replies: 7
Views: 1,766
Posted By user.name
Thanks for the help guys. I really appreciate it....

Thanks for the help guys. I really appreciate it.

What I just did is I resized the white portion of my backround image and made it 1pixel narrower. If the scrollbar appears on some pages, I'm very...
Forum: HTML & CSS 09-11-2009, 11:26 AM
Replies: 7
Views: 1,766
Posted By user.name
Firefox's Scrollbar conflict with centered background image

The problem: I have a centered background image that's perfectly positioned to fit the look that i wanted. But in firefox, whenever the vertical scrollbar appears (which is hidden by default), my...
Forum: Java and JSP 10-16-2007, 01:25 AM
Replies: 3
Views: 1,044
Posted By user.name
THanks shyam and snakeOiler! thanks thanks thanks

THanks shyam and snakeOiler! thanks thanks thanks
Forum: Java and JSP 10-15-2007, 08:01 AM
Replies: 3
Views: 1,044
Posted By user.name
String and Char (Simple problem but i'm having a hard time, please help)

Good Day!

I have a problem in JAVA. I think it's simple but i cant just get it hehe. Here's the code:

import java.io.*;
class wer
{
public static InputStreamReader caszio = new...
Forum: JavaScript programming 08-14-2007, 03:57 AM
Replies: 11
Views: 3,202
Posted By user.name
i got it. String.fromCharCode(keyascii) x =...

i got it. String.fromCharCode(keyascii)

x = String.fromCharCode(65)

x will be equal to "A".
Forum: JavaScript programming 08-14-2007, 03:35 AM
Replies: 11
Views: 3,202
Posted By user.name
when i use return false for invalid characters,...

when i use return false for invalid characters, these characters still appear on the text box, and its because i used onkeyup. when i used onkeypress, i got what i really want.

what are the...
Forum: JavaScript programming 08-14-2007, 03:21 AM
Replies: 11
Views: 3,202
Posted By user.name
Helpful member award!

Helpful member award!
Forum: JavaScript programming 08-14-2007, 03:20 AM
Replies: 11
Views: 3,202
Posted By user.name
coooooool! thanks Glenn!! that's what i...

coooooool!

thanks Glenn!!

that's what i really wanted. thank you ver much..

and i like your philippine flag avatar.. hehe

thanks again
Forum: JavaScript programming 08-13-2007, 03:14 AM
Replies: 11
Views: 3,202
Posted By user.name
btw, can you tell me how to put an avatar/image...

btw, can you tell me how to put an avatar/image on my profile.. hehe,

on my control panel, the only option available is that "display no avatar" option button. the box for the avatar/picture has...
Forum: JavaScript programming 08-13-2007, 03:09 AM
Replies: 11
Views: 3,202
Posted By user.name
thanks. i think you're right. thanks for the...

thanks. i think you're right. thanks for the advice. i think its better if ill just put the validation message on a response page, after using a server-side control filter.

thank you sir..
Forum: JavaScript programming 08-11-2007, 08:42 AM
Replies: 11
Views: 3,202
Posted By user.name
thanks!! just curious.., on your program...

thanks!!

just curious.., on your program sir, invalid characters still appear on the textbox and then disappear afterwards. i have programmed something like that before (but yours is far more...
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT +1. The time now is 07:43 AM.