Forum: eCommerce Aug 5th, 2008 |
| Replies: 2 Views: 1,412 The best thing you can do is force the page to be viewed only by https which is not hard to do and can be done several ways. (BTW, unless you link to the non https version of that page users should... |
Forum: PHP Nov 15th, 2007 |
| Replies: 2 Views: 1,013 |
Forum: PHP Nov 12th, 2007 |
| Replies: 3 Views: 997 Do they offer database support? Most free hosts don't. You should contact them to see if they do and ask them how to connect. |
Forum: Search Engine Optimization Oct 9th, 2007 |
| Replies: 3 Views: 2,144 A niche directory is only about one topic like cars or books will only accept sites with content of that nature. A general directory will accept websites with any kind of content. |
Forum: IT Professionals' Lounge Oct 2nd, 2007 |
| Replies: 8 Views: 1,435 It takes a while as you really need to be consistent to build a reputation. It really is part of a long term strategy rather then a quick method to get business. It also is a lot of work but when you... |
Forum: IT Professionals' Lounge Oct 1st, 2007 |
| Replies: 8 Views: 1,435 Forget those sites. The people looking to hire someone from there are looking at price only so you can't compete.
I don't look for jobs. Instead I (actually we) established ourselves as experts... |
Forum: IT Professionals' Lounge Oct 1st, 2007 |
| Replies: 8 Views: 1,435 I charge $100/hr and have no shortage of leads. In this business you are selling yourself, not your pricing. |
Forum: PHP Aug 29th, 2007 |
| Replies: 2 Views: 927 http://www.sitepoint.com/article/toughen-forms-security-image |
Forum: Viruses, Spyware and other Nasties Aug 11th, 2007 |
| Replies: 7 Views: 2,141 vundo (http://www.symantec.com/security_response/writeup.jsp?docid=2004-112111-3912-99) |
Forum: JavaScript / DHTML / AJAX Aug 9th, 2007 |
| Replies: 2 Views: 2,462 'name' has not been deprecated. Without it forms won't work any more. |
Forum: PHP Aug 7th, 2007 |
| Replies: 3 Views: 876 Yes it is. Using the date() function you can find which day of the week it is and base your content on that. |
Forum: PHP Jul 23rd, 2007 |
| Replies: 2 Views: 738 Put it in a session or cookie. |
Forum: PHP Jul 22nd, 2007 |
| Replies: 2 Views: 3,110 You'll need to run a cron job periodically to handle the schedule tasks. You should check for the conflicts when the users enters the scheduled task. You definitely don't want to wait until the tasks... |
Forum: PHP Jul 16th, 2007 |
| Replies: 16 Views: 4,527 It also can be defeated, like all JavaScript, simply by turning JavaScript off. Or, in FireFox, you can even leave JS on and tell FF to block scripts like that. |
Forum: PHP Jul 15th, 2007 |
| Replies: 16 Views: 4,527 You can't reliably do it. If someone wants it they will get it. If you don't want people to have it, don't put it on thew web.
FYI, your javascript is not special. If you can write it, so can... |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2007 |
| Replies: 2 Views: 1,786 That should work just fine. (And don't use language="javascript" anymore. Only use type="text/javascript"). |
Forum: HTML and CSS Jul 11th, 2007 |
| Replies: 8 Views: 18,202 That's probably not a file upload issue as the file is unchanged during upload. |
Forum: HTML and CSS Jul 11th, 2007 |
| Replies: 8 Views: 18,202 Yes. There is no difference between file types in file uploads. The browser and server do not care what file type it is. Only your server side code does. |
Forum: Java Jul 11th, 2007 |
| Replies: 5 Views: 1,636 Post the code you are having problems with and ask specific questions about the problems you are having. |
Forum: PHP Jun 26th, 2007 |
| Replies: 7 Views: 4,649 This is pretty basic PHP/MySQL. Have you read any tutorials on this yet? How much code have you written so far? |
Forum: PHP Jun 25th, 2007 |
| Replies: 7 Views: 4,649 Yes. Just select that one column name and use a WHERE clause to limit it to the one row you want:
SELECT column_name FROM table_name WHERE spme_column = 'some value' |
Forum: PHP Jun 19th, 2007 |
| Replies: 3 Views: 5,347 That means you are submitting it in the wrong format. If you are trying to put the current date in the use mysql's NOW() function to do it for you. It will be faster, always correct, and less code,... |
Forum: HTML and CSS Jun 12th, 2007 |
| Replies: 11 Views: 6,258 It's supposed to. But it's possible they didn't actually go ahead in fix it like they said they would. |
Forum: Python Jun 11th, 2007 |
| Replies: 5 Views: 2,715 Split up the sentence into an array using spaces as your separator. Then reverse that array and print them out. |
Forum: JavaScript / DHTML / AJAX Jun 11th, 2007 |
| Replies: 4 Views: 2,635 <script src="GenJS.js" type="text/javascript"></script> |
Forum: HTML and CSS Jun 6th, 2007 |
| Replies: 11 Views: 6,258 In IE 6 and lower it is buggy and you cannot control when and how it will show. |
Forum: HTML and CSS Jun 6th, 2007 |
| Replies: 11 Views: 6,258 IE6 and lower's handling of favicons is buggy. It won't show the favicon unless your site is bookmarked. There's nothing you can do about it. |
Forum: JavaScript / DHTML / AJAX May 24th, 2007 |
| Replies: 5 Views: 2,754 Easy, have JavaScript write that part of the page. If JavaScript is turned off, they'll never see it. That's a core principle of progressive enhancement. |
Forum: Geeks' Lounge May 9th, 2007 |
| Replies: 9 Views: 2,600 Exactly. We do not allow nor encourage the breaking of laws here. Doing so does incur infractions. So does leet speak. |
Forum: Python Apr 28th, 2007 |
| Replies: 7 Views: 4,051 Have you done work on this? If so, post it here. Otherwise we are not here to do your work for you. |
Forum: Java Apr 16th, 2007 |
| Replies: 8 Views: 1,906 Have you done any work yourself? If so please post it with specific questions for help. Otherwise we do not allow members to ask other members to do their homework for them. Please show some effort... |
Forum: Search Engine Optimization Apr 13th, 2007 |
| Replies: 2 Views: 1,562 Yes. Just put the following line in your robots.txt file:
Sitemap: http://www.daniweb.com/sitemap.xml
This will allow Google, Yahoo, MSN, and Ask.com to all find and use your sitemap. They all... |
Forum: Network Security Feb 23rd, 2007 |
| Replies: 17 Views: 6,415 You want us to help you circumvent your school's filter? I don't think so. |
Forum: HTML and CSS Feb 8th, 2007 |
| Replies: 3 Views: 2,807 You can't do that. It is a security risk and no browser will allow it. The best you can do is hope they select execute when the dialog box appears in their browser IF one does appear at all. |
Forum: PHP Jan 17th, 2007 |
| Replies: 3 Views: 13,772 <input type="checkbox" name="chkboxarray[]" value=1>
<input type="checkbox" name="chkboxarray[]" value=2>
<input type="checkbox" name="chkboxarray[]" value=3>
To access them as a group:
... |
Forum: PHP Jan 15th, 2007 |
| Replies: 3 Views: 1,612 Have you written any code for this yet? We can help you with what you have but we won't do the work for you. We're here to help, not be free labor. :) |
Forum: Windows Software Dec 14th, 2006 |
| Replies: 4 Views: 1,141 Moved to a more appropriate forum. :) |
Forum: HTML and CSS Nov 13th, 2006 |
| Replies: 3 Views: 2,534 You want to use the IMG tag:
http://67.19.3.186:2082/3rdparty/squirrelmail/src/webmail.php
Do you know how to FTP? If not, you'll have to learn that first as that is how you will get the pages... |
Forum: HTML and CSS Nov 13th, 2006 |
| Replies: 2 Views: 1,157 wordpress (http://wordpress.org/) |
Forum: PHP Oct 31st, 2006 |
| Replies: 8 Views: 1,456 A TD can't be an array. Only form elements like INPUT. |