Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 358
Search took 1.34 seconds.
Search: Posts Made By: NinjaTurtle
Forum: PHP 12-02-2011, 06:56 AM
Replies: 14
Views: 7,988
Posted By NinjaTurtle
hi ScottR, Thank you for ur reply....

hi ScottR,

Thank you for ur reply. Appreciated!! :*
Actually this forum is not terrible as you thot. Sometimes many experts or "experts" are really helpful, even "experts" not really provide me...
Forum: Apache configuration 11-15-2010, 04:14 PM
Replies: 1
Views: 1,479
Posted By NinjaTurtle
multilingual url rewrite

Hi,

How to redirect

http://www.abc.com/application/home/index.php?language=en&action=test

to

http://www.abc.com/application/en/home/test
Forum: ASP.NET 10-15-2010, 04:01 AM
Replies: 1
Views: 3,514
Posted By NinjaTurtle
???? what do u you mean?

???? what do u you mean?
Forum: ASP.NET 10-12-2010, 05:54 PM
Replies: 1
Views: 3,514
Posted By NinjaTurtle
How to create multiple login forms?

Hi,

I want to create 3 different login forms:
1) www.abc.com/Users/Login
2) www.abc.com/Backend/Admin/Login
3) www.abc.com/Backend/Suppliers/Login
(p/s :Actually i can join 2) & 3) into one.)...
Forum: ASP.NET 01-12-2010, 02:37 AM
Replies: 3
Views: 6,717
Posted By NinjaTurtle
If your source have the similar structure as ur...

If your source have the similar structure as ur Database, then use sqlbulkcopy, it will save the insert/import time more than 90%, let me know if u r interested.
Forum: ASP.NET 11-25-2009, 11:24 AM
Replies: 1
Views: 1,117
Posted By NinjaTurtle
HyperLinkCommand in asp.net

Hi,

I am using Datagrid, how can i customise the

Example:
<asp:DataGrid ID="dgrdTitle" runat="server" AllowPaging="true" OnPageIndexChanged="NewPage" BackColor="#eeeeee" Width="90%"
...
Forum: HTML & CSS 02-11-2009, 02:27 AM
Replies: 6
Views: 782
Posted By NinjaTurtle
Sorry marlen456y, i just removed the photos,...

Sorry marlen456y,

i just removed the photos, then use Photoshop to save again the picture "Save As Web..." now it works!!!!

Now i found that, previously the photo is 32bit from a Mac Machine,...
Forum: HTML & CSS 02-10-2009, 07:26 AM
Replies: 6
Views: 782
Posted By NinjaTurtle
Thanks. Hmmm... how u get these "alien code"??...

Thanks.
Hmmm... how u get these "alien code"?? :eek:
Is there any way to solve this problem instead of re-upload the image?
And do u what cause this problem? So that i will avoid the problem...
Forum: HTML & CSS 02-10-2009, 06:43 AM
Replies: 6
Views: 782
Posted By NinjaTurtle
Picture display in IE Not working But FF is ok?!!

Hi,

Why some pictures do not display in IE(v6 & v7) & Chrome 1.0.154.48, but in FF and Opera, there is no such problem??
What may cause this problem?

Eg:...
Forum: MySQL 10-15-2008, 09:16 AM
Replies: 2
Views: 1,109
Posted By NinjaTurtle
i tried MATCH AGAINST before, but i still cant...

i tried MATCH AGAINST before, but i still cant get the result that i want. May be i wrote the wrong code.
But the main problem is that i have to search the records with ignore the 1 word with...
Forum: MySQL 10-15-2008, 08:53 AM
Replies: 2
Views: 1,109
Posted By NinjaTurtle
String filter in Where clause

Hi,

i have a list of records, and i want to filter the records when the word 'gallery' & 'galleries' at the 1st place:

- gallery gorila
- gallery gallery
- gallery sky
- game gallery
-...
Forum: PHP 08-19-2008, 09:52 AM
Replies: 1
Views: 2,516
Posted By NinjaTurtle
session_start(): The session id contains invalid characters

Hi,

When i moved a server from another i have facing this problem:

Warning: session_start(): The session id contains invalid characters, valid characters are only a-z, A-Z and 0-9 in...
Forum: PHP 03-04-2008, 06:55 AM
Replies: 1
Views: 1,784
Posted By NinjaTurtle
IE7 File download replaces spaces with underscore.

IE7 File download replaces spaces with underscore.
My code:
...


$strFilename="My Report.doc";
fwrite($fp, $data);
fclose($fp);
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "...
Forum: MySQL 10-04-2007, 11:05 AM
Replies: 1
Views: 753
Posted By NinjaTurtle
Internet Explorer Get strange record in Group by & order by

Hi,

i have get a strange records when using GROUP BY & ORDER BY in a SQL.

table : Press

id | the_date | category_id
2 |13/01/2007 | 1
3 |14/01/2007 | 1
Forum: Graphics and Multimedia discussions 07-31-2007, 03:15 AM
Replies: 6
Views: 5,509
Posted By NinjaTurtle
oh... great.... may be should include more Brush,...

oh... great.... may be should include more Brush, Style, & etc.... (If)
;)


THanks.......................
Forum: PHP 03-22-2007, 10:30 AM
Replies: 1
Views: 4,110
Posted By NinjaTurtle
change "upload_tmp_dir" for PHP in htaccess file

Hi,

Is there a way to change "upload_tmp_dir" for PHP in htaccess file?

by default the Tmp path is : /home/httpd/Tmp
What if i want to change to /home/httpd/Tmp_123 ??

It can be change in...
Forum: MySQL 03-09-2007, 08:56 AM
Replies: 1
Views: 738
Posted By NinjaTurtle
Multi-lingual

Hi all,

i m going to have a multi languages website, there are chinese, france, english & Japanese. What is the best way to store the data so i have no need to worry about the charset setting in...
Forum: MySQL 01-30-2007, 08:37 AM
Replies: 1
Views: 1,525
Posted By NinjaTurtle
How to get the SUM value from two tables? join tables? subquery?

Hi,
I have two tables:

table A

Id. | id_result | value
1 | 1| 10
2 | 1| 11
3 | 2| 7
4 | 2| 13
Forum: MySQL 11-03-2006, 10:54 AM
Replies: 5
Views: 1,546
Posted By NinjaTurtle
Opps... left out the 2nd table's structure. so it...

Opps... left out the 2nd table's structure. so it is only can be done in 2 queries??!!! Hmmm...
Forum: MySQL 11-03-2006, 08:57 AM
Replies: 5
Views: 1,546
Posted By NinjaTurtle
Subquery problem

i have a problem when doing with mySQl. in my narrow knowledge, it can be done only using sub-query.

Table 1 : Magazine
==============
mag_id
mag_name

Sample Records:
---------------
1 - IT
Forum: ASP.NET 10-17-2006, 03:52 AM
Replies: 4
Views: 12,758
Posted By NinjaTurtle
i found that : For ASP.NET: -...

i found that :

For ASP.NET:
- http://communityserver.org/files/50/default.aspx
- http://dasblog.info/Default.aspx

but still havent found for ASP. Will update later.
Forum: ASP.NET 10-16-2006, 09:51 AM
Replies: 4
Views: 12,758
Posted By NinjaTurtle
In Php, we have WordPress for blog, what about in ASP & ASP.NET?

Hi,


In Php, we have WordPress for blog, what about in ASP & ASP.NET?
Any free tools for use?

Jason
Forum: General web building 09-14-2006, 05:54 PM
Replies: 1
Views: 2,126
Posted By NinjaTurtle
Any free Database for commercial use?

Hi,

Any free Database for commercial use?
The features can be similar to mySQL 4.0, possible to have GUI?

Anyone?

Thnaks
Jason
Forum: JavaScript programming 08-23-2006, 02:40 AM
Replies: 4
Views: 3,678
Posted By NinjaTurtle
How about if i want to check which object is not...

How about if i want to check which object is not specified the "id"???
So, in this case i will get noticed that the "b" is not set with the id.
Forum: JavaScript programming 08-22-2006, 11:10 AM
Replies: 4
Views: 3,678
Posted By NinjaTurtle
Some problem for getElementId() in javascript.

Hi,
<html>
<head>
<title></title>
</head>
<script language="JavaScript">
function checkA(){
var title = document.getElementById('a');
alert("A id is "+title);
if (title == null){
Showing results 1 to 25 of 358

 
Forum Jump

All times are GMT +1. The time now is 08:49 AM.