Forum: PHP 10 Days Ago |
| Replies: 3 Views: 252 i believe this generally means that the search of the database is not returning any result... or something along those lines...
you could try adding a catch after the mysql_query's
something... |
Forum: Game Development Jul 13th, 2009 |
| Replies: 5 Views: 823 begginer tutorials that tell you how to make a basic program... that sort of thing.
then by 2d i mean the game is inherently text-based, with pictures and whatnot, but not a 3d application, i... |
Forum: Game Development Jul 13th, 2009 |
| Replies: 5 Views: 823 I have a few nice ideas for a game that i would like to make, involving some, what i see as, pretty advanced coding requirements.
all i would like is a site with some nice begginer tutorials, i... |
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009 |
| Replies: 3 Views: 543 actually, i got it, the problem was that the entire code looked like this:
<table cellpadding='0' cellspacing='0' border='1'><tr><td>#2: <td><input type='text' value='0' maxlength='7'... |
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009 |
| Replies: 3 Views: 543 that didnt change the placement
so i showed the borders of the table and its actually making the talbe bigger and putting space below the image that shouldnt be there, so it might be adding a... |
Forum: JavaScript / DHTML / AJAX Jun 9th, 2009 |
| Replies: 3 Views: 543 so im really getting into the ajax crowd, though i dont strictly use ajax (no xml) i like the functionality of calling server side scripts for dynamic php functions...
anyway i have a few images... |
Forum: PHP May 30th, 2009 |
| Replies: 6 Views: 1,710 you could also take the input from the mysql as a string, trim out the space in between the words and set it as lowercase letters:
to remove spaces
$mysqldata = 'Blue Bird';
$mysqldata =... |
Forum: Project Partners Wanted May 4th, 2009 |
| Replies: 1 Views: 460 Ok, not to double post or anything <_< i cant edit the post above...
The site has now changed, that site has temporarily closed my account and i dont like that... the new addresses are:
... |
Forum: Project Partners Wanted May 3rd, 2009 |
| Replies: 1 Views: 460 I have an idea for a new web based game and i have the shell pretty much done, i have the basic building blocks for the game itself.
(game info below)
I just dont know where to go from here or... |
Forum: PHP May 2nd, 2009 |
| Replies: 2 Views: 326 hmm, ok, i changed it so its a little different and now it will only include the files which are on the server, under the includes directory, and those files only operate if you are logged in, eg the... |
Forum: PHP May 2nd, 2009 |
| Replies: 2 Views: 326 I like to script php, and lately i was looking for a way to create a 100% dynamic page in php, with the least possible overhead and create a rich user experiance.
I say this is a "New" PHP... |
Forum: PHP Apr 22nd, 2009 |
| Replies: 2 Views: 374 I included a file in one of my sites via an iframe (simplest solution and by FAR not permanent), just to get a feel for the way it might look on the site
However, after adding the iframe to the... |
Forum: Windows tips 'n' tweaks Apr 13th, 2009 |
| Replies: 2 Views: 863 i used to use this on my friends, shocked the heck out of them for a while :) |
Forum: PHP Apr 13th, 2009 |
| Replies: 5 Views: 1,356 i know.
this was my first script, as such i was working piece by piece, the entire script is now split into a couple different files, and the database houses a few different hashed passwords.
... |
Forum: PHP Mar 31st, 2009 |
| Replies: 5 Views: 1,356 ok, i found the problem, it was just a missing }
i tried that once, but it kept redirecting me to the same page i was on, so i thaught something else should go there...
the place i messed up is... |
Forum: PHP Mar 30th, 2009 |
| Replies: 5 Views: 1,356 WARNING
huge php script, watch your head
/WARNING :D
Ok, i want to start by saying that this is part of a free script im making and therefor may be used by anyone, the script if available at:... |
Forum: Project Partners Wanted Mar 30th, 2009 |
| Replies: 1 Views: 683 You can send me details, im currently bored out of my mind and looking for something to do :D
Ryan@Timmcom.com |
Forum: Web Development Job Offers Mar 30th, 2009 |
| Replies: 2 Views: 615 Ok, i can not assist full time, and i have not worked on commercial jobs, nor am i available daily for skype as you would like
but, i can make almost any php script you would like, on pretty much... |
Forum: IT Professionals' Lounge Mar 30th, 2009 |
| Replies: 6 Views: 642 ay, still would be cool :P |
Forum: IT Professionals' Lounge Mar 23rd, 2009 |
| Replies: 6 Views: 642 A friend of mine an i were wondering the following
If there is really a one in 20 million chance of and two files having the same MD5 hash
in theory, would it not be possible to recreate a file... |
Forum: Show Off your Projects Mar 18th, 2009 |
| Replies: 0 Views: 1,139 working on a little program to help us at TimmCo with our new computers, i decided all of the work (sarcasm) would do more good if i posted it online...
This is a simple batch file that can be... |
Forum: Project Partners Wanted Mar 18th, 2009 |
| Replies: 1 Views: 582 is your site still up?
the whole page is full of ads and i cant see a "page" at all
i would be interested in designing a webpage as a part time or on the side thing, or when you really need... |
Forum: DaniWeb Community Feedback Mar 16th, 2009 |
| Replies: 1 Views: 834 Would there be a place to submit a batch file tutorial in the Daniweb Site
I would like to write a tutorial and submit it to Daniweb for Batch files
Teaching people to automate tasks and to... |
Forum: Windows tips 'n' tweaks Mar 13th, 2009 |
| Replies: 5 Views: 1,234 Looking around for an alternative to active desktop
ive looked far and wide, i want a program that displays a usable webpage on the desktop so that for the oem machines we build, we can put a logo... |
Forum: PHP Mar 9th, 2009 |
| Replies: 2 Views: 201 <table border="1"> <tr> <td>Date/Time<td>Name<td>Message</tr>
<?php
$con = mysql_connect("localhost","root","ascent");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
... |
Forum: PHP Mar 8th, 2009 |
| Replies: 2 Views: 201 UPDATE i have made the form in html, linked it to the updater...
so i can get the changelog in the database, the columns are as follows, followed by an example
Number (Auto Increment Field also... |
Forum: PHP Mar 8th, 2009 |
| Replies: 2 Views: 201 Hello Daniweb community
firstly i would like to thank you for reading this
So i am working on a server for a friend of mine, and i am fairly new to PHP, the server is at ambience.selfip.org
... |
Forum: Website Reviews Feb 19th, 2009 |
| Replies: 2 Views: 393 i like your site, i will come back and do a full review soon.
p.s.
I like it a lot, and i have never seen another of the type, but it may come in handy in the future :P |
Forum: Website Reviews Feb 18th, 2009 |
| Replies: 3 Views: 526 Becase you are for web design im going to go very strict on you....
I am Ryan Timmons Of TimmCo
This is my Review of http://wwwmadeasy.co.uk/
on the 02-18-09
Preliminary Tests |
Forum: Website Reviews Feb 18th, 2009 |
| Replies: 2 Views: 401 I am Ryan Timmons Of TimmCo
This is my Review of http://www.webinfostats.com/
on the 02-17-09
Preliminary Tests
Browser Review: Does the site function well in at least three popular... |
Forum: Windows Vista and Windows 7 Feb 17th, 2009 |
| Replies: 16 Views: 11,524 ah, yes, that sucks... pcs tend to get old within a few months, for instance, my brother, having built his computer with a dual core, was outdone by me 2 months later with a quad core, followed by a... |
Forum: Windows Vista and Windows 7 Feb 17th, 2009 |
| Replies: 16 Views: 11,524 |
Forum: Website Reviews Feb 16th, 2009 |
| Replies: 1 Views: 331 Site layout is nice
links persistent through every page
Meta tags nice
organized nicely
Purpose and goal clear and outright |
Forum: Website Reviews Feb 16th, 2009 |
| Replies: 6 Views: 496 |
Forum: Website Reviews Feb 16th, 2009 |
| Replies: 6 Views: 496 your welcome, your a fast replier too i see lol |
Forum: Website Reviews Feb 16th, 2009 |
| Replies: 1 Views: 328 I posted my site here a while back and got some good advice, im back and i would like my site re reviewed by anyone up for it
Please give honest feedback and thank you in advance
... |
Forum: Website Reviews Feb 16th, 2009 |
| Replies: 6 Views: 496 My review of:
http://www.semoweb.com/
on 02-16-09
Reviewer Name = Ryan Timmons
Reviewer Company = TimmCo (WWW.TimmCom.com)
---------------------------
<--- Preliminaries ---> |
Forum: Windows tips 'n' tweaks Feb 16th, 2009 |
| Replies: 11 Views: 10,196 it depends, with folder lock there are three levels of security
lock
scramble
encrypt
lock simply hides the folder, you can still access the folder if you have show hidden files and folders... |
Forum: Windows Vista and Windows 7 Feb 16th, 2009 |
| Replies: 16 Views: 11,524 Ok, well lets start with windows 7 expiration
windows 7, being a beta, has a build in "time bomb"
this means that, come august 1st, you will not be able to use windows 7 anymore, because you... |
Forum: Windows Software Feb 1st, 2009 |
| Replies: 5 Views: 1,270 There are a few things you can do that may help to start this system again
The first and easiest option is to boot into last known good configuration, if you havent tried this already, as its... |