Search Results

Showing results 1 to 40 of 45
Search took 0.08 seconds.
Search: Posts Made By: stymiee
Forum: eCommerce Aug 5th, 2008
Replies: 2
Solved: HTTPS problem
Views: 1,412
Posted By stymiee
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
Posted By stymiee
Forum: PHP Nov 12th, 2007
Replies: 3
Views: 997
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Solved: CAPTCHA Help
Views: 927
Posted By stymiee
http://www.sitepoint.com/article/toughen-forms-security-image
Forum: Viruses, Spyware and other Nasties Aug 11th, 2007
Replies: 7
Views: 2,141
Posted By stymiee
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
Posted By stymiee
'name' has not been deprecated. Without it forms won't work any more.
Forum: PHP Aug 7th, 2007
Replies: 3
Views: 876
Posted By stymiee
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
Posted By stymiee
Put it in a session or cookie.
Forum: PHP Jul 22nd, 2007
Replies: 2
Views: 3,110
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
<script src="GenJS.js" type="text/javascript"></script>
Forum: HTML and CSS Jun 6th, 2007
Replies: 11
Views: 6,258
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Solved: python Exercise
Views: 4,051
Posted By stymiee
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
Posted By stymiee
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
Solved: Yahoo! sitemap
Views: 1,562
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
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
Posted By stymiee
<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
Solved: validate form
Views: 1,612
Posted By stymiee
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
Posted By stymiee
Moved to a more appropriate forum. :)
Forum: HTML and CSS Nov 13th, 2006
Replies: 3
Views: 2,534
Posted By stymiee
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
Solved: web page blog
Views: 1,157
Posted By stymiee
wordpress (http://wordpress.org/)
Forum: PHP Oct 31st, 2006
Replies: 8
Views: 1,456
Posted By stymiee
A TD can't be an array. Only form elements like INPUT.
Showing results 1 to 40 of 45

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC