Forum: Website Reviews 5 Days Ago |
| Replies: 6 Views: 145 |
Forum: Website Reviews 5 Days Ago |
| Replies: 6 Views: 145 |
Forum: Website Reviews 5 Days Ago |
| Replies: 6 Views: 145 Re: need some feedback on a new site hey thanks for the input, The only problem I have is that it relies on an unreliable soap service. In a world of now now now 3 seconds could hurt me. Any who this is just a base to get started on.... |
Forum: Website Reviews 7 Days Ago |
| Replies: 3 Views: 192 |
Forum: Website Reviews 7 Days Ago |
| Replies: 1 Views: 130 Re: DubaiDesk I noticed when I scroll down I lose the content and the scroll doesn't stop. I am using firefox for a browser |
Forum: Website Reviews 7 Days Ago |
| Replies: 6 Views: 145 need some feedback on a new site http://bidderscourt.com/
Hi I just implemented this site and I would like some feedback on performance. It's basically a search engine for products kind of like google base. It uses a soap call for... |
Forum: Advertising Sales Strategies 14 Days Ago |
| Replies: 6 Views: 2,328 |
Forum: PHP 20 Days Ago |
| Replies: 0 Views: 123 |
Forum: MySQL Apr 4th, 2008 |
| Replies: 1 Views: 254 database structure theory question? good afternoon,I am currently in the process of building a database that can expand over time (i think that is an oxymoron, but anyways) From what I have been reading ( I have a 1999 antique book... |
Forum: PHP Mar 28th, 2008 |
| Replies: 3 Views: 211 |
Forum: PHP Mar 27th, 2008 |
| Replies: 3 Views: 211 |
Forum: Web Developers' Lounge Mar 25th, 2008 |
| Replies: 11 Views: 610 Re: Which web browsers should you support? ie7 is a high priority update in microsoft update. This is probably why the numbers are going down. I am not sure but I think aol still uses ie6 as their primary browser. old joke:How many Microsoft... |
Forum: PHP Mar 21st, 2008 |
| Replies: 2 Views: 191 Re: md5 supersalting so if I used an array instead like this
<?php
$password = $_POST['password'];
$length=strlen($password);
$divide=round($length/2);
$pass=str_split($password, $divide);
$salt... |
Forum: PHP Mar 20th, 2008 |
| Replies: 3 Views: 126 |
Forum: PHP Mar 20th, 2008 |
| Replies: 2 Views: 191 md5 superhashing I like to read about hashing passwords and have read articles about how md5 and sha-1 could be deciphered albiet it would take 25 million dollar computer and time but still if you could take a... |
Forum: Search Engine Optimization Mar 20th, 2008 |
| Replies: 5 Views: 347 Re: extension your keyword I now know they do not play a role in ranking but what about searches, there has been many a time I would search for php and something else and I would get search results with the php file extension... |
Forum: Search Engine Optimization Mar 18th, 2008 |
| Replies: 5 Views: 347 |
Forum: Search Engine Optimization Mar 10th, 2008 |
| Replies: 5 Views: 347 extension your keyword I was wondering if you would get penalized for makeing your file extension a major keyword and then added the extensionsn to be run through as php? like http://"whatever"/index."keyword" or even have... |
Forum: Graphics and Multimedia Mar 5th, 2008 |
| Replies: 0 Views: 348 making a captcha with flash I was wondering if there are any captchas that use flash. I would think if you used flash and had the text scramble around or even bloat and fade. I know captcha is annoying enough. probably could... |
Forum: Geeks' Lounge Feb 29th, 2008 |
| Replies: 39 Views: 4,259 |
Forum: Geeks' Lounge Feb 28th, 2008 |
| Replies: 39 Views: 4,259 Re: I love this spam! well you got his e-mail address why not forward it to the other scams as your new e-mail address. |
Forum: HTML and CSS Feb 22nd, 2008 |
| Replies: 7 Views: 1,194 |
Forum: HTML and CSS Feb 22nd, 2008 |
| Replies: 7 Views: 1,194 |
Forum: HTML and CSS Feb 22nd, 2008 |
| Replies: 7 Views: 1,194 Re: a:hover not working in Firefox. #links ul li a{
attributes : values;
}
#links ul li a:hover{
attributes : values;
}
#links ul li a:active{
attributes : values;
}
#links ul li a:visited{ |
Forum: HTML and CSS Feb 22nd, 2008 |
| Replies: 7 Views: 1,194 Re: a:hover not working in Firefox. if you are using the opacity attribute at 1.0 why even have it? Is this for a widget? trim your #links a:hover a:active and a:visited for they will inherit the values from #links a just leave the... |
Forum: PHP Feb 22nd, 2008 |
| Replies: 3 Views: 485 |
Forum: PHP Jan 6th, 2008 |
| Replies: 5 Views: 392 |
Forum: PHP Jan 3rd, 2008 |
| Replies: 9 Views: 631 |
Forum: PHP Jan 2nd, 2008 |
| Replies: 9 Views: 631 |
Forum: PHP Jan 2nd, 2008 |
| Replies: 5 Views: 392 |
Forum: PHP Jan 1st, 2008 |
| Replies: 5 Views: 392 Re: Questions about file uploads yes basically the php file checks if the extension is the one I will allow for upload
i.e.
if(is_uploaded_file($file[0]))
{
$lower=strtolower($file[1]);
$ext = explode(".",$lower);
$ext1 =... |
Forum: PHP Jan 1st, 2008 |
| Replies: 5 Views: 392 Questions about file uploads Good Morning,
I am thinking of letting users upload files to my website. I already have a php script to allow this which will be the back-end of a flash GUI. I have made the .swf which would allow... |
Forum: HTML and CSS Jan 1st, 2008 |
| Replies: 7 Views: 845 |
Forum: HTML and CSS Jan 1st, 2008 |
| Replies: 3 Views: 624 |
Forum: HTML and CSS Jan 1st, 2008 |
| Replies: 5 Views: 605 |
Forum: PHP Dec 30th, 2007 |
| Replies: 9 Views: 631 Re: Linking mysql output results This may not be the right answer, but I would think that you could make form in a for each statement and have the button text populated by the unique id also create the query . I'm thinking... |
Forum: HTML and CSS Dec 30th, 2007 |
| Replies: 2 Views: 335 |
Forum: HTML and CSS Dec 30th, 2007 |
| Replies: 2 Views: 288 |
Forum: PHP Dec 9th, 2007 |
| Replies: 6 Views: 1,966 |
Forum: PHP Dec 9th, 2007 |
| Replies: 6 Views: 1,966 Re: Issues w/ file uploads in PHP depending on your host you might have to copy and paste the php.ini file into the folder where you upload script is being executed of course with the before mentioned |