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 2
1
2
>
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
how to speed up long loop?
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
how to speed up long loop?
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
how to speed up long loop?
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
how to speed up long loop?
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
What function to replace call_user_method()?
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
Google search optimize, how?
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
Call to undefined method domdocument::loadXML() Error
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
Call to undefined method domdocument::loadXML() Error
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
Porting Rbac System
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
Any Rbac or Acl class to recommended?
Views:
755
Posted By
uncleroxk
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
is this statement correct?
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
simple css question
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
Need help on regular expression to compress html source
Views:
1,569
Posted By
uncleroxk
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
hidden variables PLEASE HELP- Beginner
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
Help simplify regular expression
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
How to install Web Development Helper??
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
How to install Web Development Helper??
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
Delete from multiple table?
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
Delete from multiple table?
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
image complete event?
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
how to implement MODEL in MVC?
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
help with paging.
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
help with paging.
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
help with prototyping.
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
Php GD save in database help..
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
Page 1 of 2
1
2
>
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
09:39 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.