Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 34
Search took 0.14 seconds.
Search: Posts Made By: uncleroxk
Forum: Computer Programming 04-08-2009, 08:25 PM
Replies: 8
Views: 1,076
Posted By uncleroxk
I understand what you mean, but the strings it...

I understand what you mean, but the strings it self are quite big, would it cause a memory issue by assigning them to temporary string variable?
Forum: Computer Programming 04-08-2009, 06:18 PM
Replies: 8
Views: 1,076
Posted By uncleroxk
There is something that puzzle me, lets say that...

There is something that puzzle me, lets say that I have implement threading, but how do i make sure the the result would be in the same order as if you are doing in a single thread(loop in order)?
Forum: Computer Programming 04-08-2009, 03:36 PM
Replies: 8
Views: 1,076
Posted By uncleroxk
I am building a simple application that would...

I am building a simple application that would test "0000000" to "9999999" for the valid Modulus 11 checksum, and print all the possible one out...


I am now trying to look at the threading...
Forum: Computer Programming 04-08-2009, 01:53 PM
Replies: 8
Views: 1,076
Posted By uncleroxk
how to speed up long loop?

Hi i have a long forloop, and it keeps hanging, is there any way to speed up and prevent the program to hang?

//onclick
private void buttonGenerate_Click(object sender, EventArgs e)
{
Foo f=...
Forum: PHP 04-04-2009, 07:50 AM
Replies: 1
Views: 1,721
Posted By uncleroxk
What function to replace call_user_method()?

HI, I have turn on strict mode and it show up that call_user_method function is deprecated , is there any function to replace it?

thanks
Forum: General web building 03-11-2009, 03:53 PM
Replies: 1
Views: 576
Posted By uncleroxk
Google search optimize, how?

I wonder how these website(as shown in the attachment), can how their category been shown on the search result page?

Thanks
Forum: PHP 02-16-2009, 02:50 PM
Replies: 5
Views: 7,298
Posted By uncleroxk
yes, i have tried but it doesn't seems to solve...

yes, i have tried but it doesn't seems to solve the problem. :(
Forum: PHP 02-15-2009, 10:52 AM
Replies: 5
Views: 7,298
Posted By uncleroxk
Call to undefined method domdocument::loadXML() Error

Fatal error: Call to undefined method domdocument::loadXML()..

I am running windows, with the php_domxml.dll extension turn On in the php.ini

How do i solve it? Thanks
Forum: PHP 02-14-2009, 11:57 AM
Replies: 0
Views: 651
Posted By uncleroxk
Porting Rbac System

I need a Rbac system badly, does anyone of your ported this Rbac system for normal use before?

http://php.dzone.com/articles/php-access-control?page=0,0
Forum: PHP 02-13-2009, 06:36 AM
Replies: 0
Views: 755
Posted By uncleroxk
Question Any Rbac or Acl class to recommended?

Hi, I am looking for a good rbac or acl class for my own cms. And i would like to modify the user rights using a form with checkboxes, does any one of your knows any good classes or tutorials out...
Forum: PHP 02-09-2009, 06:34 AM
Replies: 6
Views: 746
Posted By uncleroxk
The Dynamic Query part is really helpful, thank...

The Dynamic Query part is really helpful, thank you. :thumbsup:
Forum: HTML & CSS 02-07-2009, 07:55 AM
Replies: 1
Views: 541
Posted By uncleroxk
simple css question

I am trying to style the bullet list, but it seems like the image is too close to the text in the li element.

How do i solve it? thanks


li{
background-image:url(../images/comment.png);...
Forum: PHP 02-03-2009, 05:56 AM
Replies: 3
Views: 1,569
Posted By uncleroxk
Question Need help on regular expression to compress html source

Hi, i am trying to compress the output of the html source by removing unnecessary white space, tab and line break from the html source, it is working fine, but.... I want to preserve the white space,...
Forum: PHP 02-02-2009, 06:31 PM
Replies: 4
Views: 573
Posted By uncleroxk
You are on php for a month and now you are on...

You are on php for a month and now you are on Final Year Project??
Forum: PHP 01-13-2009, 07:04 PM
Replies: 0
Views: 1,569
Posted By uncleroxk
Help simplify regular expression

Hi, i have a list of numer(qid) in the database:

it could be:

1
1,2,3
2,1,3
3,2,1

$id = 1;
Forum: ASP.NET 01-12-2009, 08:59 AM
Replies: 6
Views: 6,574
Posted By uncleroxk
Yes, I am sure that the web.config is in the...

Yes, I am sure that the web.config is in the right place, i think that asp.net is complaining about the 'nStuff.WebDevHelper.Server' dll file.

It seems like nothing wrong with my installation, as...
Forum: ASP.NET 01-12-2009, 07:17 AM
Replies: 6
Views: 6,574
Posted By uncleroxk
How to install Web Development Helper??

I am trying to learn asp.net, and i have a problem on installing the Web Development Helper, As i read from the manual, it says that i need to modify the web.config file in order to use the asp.net...
Forum: MySQL 01-09-2009, 05:26 PM
Replies: 6
Views: 1,072
Posted By uncleroxk
$id = 1; $result = mysql_query("Delete from...

$id = 1;
$result = mysql_query("Delete from TableA a inner join TableB b on a.id = b.a_id where a.gid = '$id'")or die("not working.");

Hi, it doesn't seems to work for me.
Forum: MySQL 01-09-2009, 04:45 PM
Replies: 6
Views: 1,072
Posted By uncleroxk
Delete from multiple table?

Hi, i have 2 table,

$gid = 1;
I want delete all rows From TableA where gid = $gid, and all rows in TableB that are connected to TableA via TableA.id = TableB.A_id

TableA
id gid title
...
Forum: JavaScript programming 01-04-2009, 12:43 PM
Replies: 1
Views: 1,717
Posted By uncleroxk
image complete event?

I am trying to create a javascript image gallery, but i want to show a loading sign(loading.gif) until the image is fully downloaded from the server.
How do i listen for the image loaded event?...
Forum: PHP 12-23-2008, 06:31 PM
Replies: 1
Views: 722
Posted By uncleroxk
how to implement MODEL in MVC?

hi all, i am trying to make myself a simple MVC framework, and i have a good understanding of both controller and view...

-My View object is created inside the Controller

-For now i can access...
Forum: PHP 12-18-2008, 10:24 AM
Replies: 4
Views: 656
Posted By uncleroxk
yea.. the $image_id is increasing... :D

yea.. the $image_id is increasing... :D
Forum: PHP 12-16-2008, 04:47 PM
Replies: 4
Views: 656
Posted By uncleroxk
help with paging.

Hi, I need 3 par to query my database, how do i create a paging system for this query.

Please note that the id is going bigger when going next, smaller when going previous page and the next id...
Forum: JavaScript programming 12-16-2008, 07:18 AM
Replies: 1
Views: 508
Posted By uncleroxk
help with prototyping.

Hi i have this 2 protype method for string.. how do i catagorize it?

String.prototype.trim = function() { return this.replace(/^\s+|\s+$/g, ''); }
String.prototype.stripTags = function() { return...
Forum: PHP 12-15-2008, 05:24 AM
Replies: 2
Views: 1,340
Posted By uncleroxk
Php GD save in database help..

Hi, i know that you can save a image create by the GD library to the filesystem by:

imagejpeg($image_resource, $newName");

but how do i save it to the database?
and how do i get the filesize...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT +1. The time now is 09:39 AM.