Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35
Actual Results
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: C# Storage
- Subject: C# Storage
- Replies: 0
- Views: 203
- Subject: C# Storage
Posted: January 12th, 2009, 5:11 pm
I want to allow a user of my c# application (not web, standalone) to be able to save certain data that's accessible later. What method can I use to save such information? Is there another way besides a database like a data file? If so, what format and how to delimit it? Does visual c# express have a...
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: 3rd party cookies enabled?
- Subject: 3rd party cookies enabled?
- Replies: 7
- Views: 295
- Subject: 3rd party cookies enabled?
Posted: October 23rd, 2008, 11:41 pm
hehe, thanks Polish, I found that exact same article...too bad I can't seem to get it to work properly.
But I do appreciate you trying, so thanks much for that!
But I do appreciate you trying, so thanks much for that!
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: 3rd party cookies enabled?
- Subject: 3rd party cookies enabled?
- Replies: 7
- Views: 295
- Subject: 3rd party cookies enabled?
Posted: October 23rd, 2008, 6:10 pm
http://www.ariba.com/network/punchout.cfm Will give you some idea about what punchout is. And although cookies are not a requirement per se, it is how most ecommerce sites function that are punchout enabled. My question is much simpler though, because the "why I need it?" question is proba...
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: 3rd party cookies enabled?
- Subject: 3rd party cookies enabled?
- Replies: 7
- Views: 295
- Subject: 3rd party cookies enabled?
Posted: October 22nd, 2008, 8:39 am
Instead of determining it's none of my concern, you might want to ask first, in case there was something you didn't think about. There are websites out there that require legitimate 3rd party cookies placed on the website, such as for eProcurement systems, SAP, Punchout, etc. If the client's browser...
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: 3rd party cookies enabled?
- Subject: 3rd party cookies enabled?
- Replies: 7
- Views: 295
- Subject: 3rd party cookies enabled?
Posted: October 21st, 2008, 10:32 pm
How can I check if 3rd party cookies are enabled on the clients browser who is visiting my website?
Checking if cookies are enabled isn't too hard, but I want to check for 3rd party cookies specifically.
ASP or Javascript preferred.
Thanks!
Checking if cookies are enabled isn't too hard, but I want to check for 3rd party cookies specifically.
ASP or Javascript preferred.
Thanks!
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: \r\n stuff problem
- Subject: \r\n stuff problem
- Replies: 9
- Views: 525
- Subject: \r\n stuff problem
Posted: May 30th, 2008, 3:40 pm
Your question is so jumbled up, i have no clue what you're posting at this point...maybe try to clarify it if it's important.
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: php loop problem
- Subject: php loop problem
- Replies: 2
- Views: 214
- Subject: php loop problem
Posted: May 30th, 2008, 2:49 pm
Also take a look at your multiple nested while loops. You have some parenthetical issues there, not to mention the logical/complexity issues.
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: i neeed help plzzzz
- Subject: i neeed help plzzzz
- Replies: 4
- Views: 218
- Subject: i neeed help plzzzz
Posted: May 30th, 2008, 2:33 pm
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: To add or not to add... commas
- Subject: To add or not to add... commas
- Replies: 14
- Views: 264
- Subject: To add or not to add... commas
Posted: May 28th, 2008, 12:20 pm
Or, one can use Python and the last comma issue is dealt with by virtue of a great programming language.
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: calling a php file a dir back
- Subject: calling a php file a dir back
- Replies: 4
- Views: 281
- Subject: calling a php file a dir back
Posted: May 23rd, 2008, 2:19 pm
../ takes you back a dir, ../../ takes you back 2 dirs. ./ is current dir.
- sevster
- Forum: Microsoft Windows Forum
- Topic: data recovery
- Subject: data recovery
- Replies: 1
- Views: 295
- Subject: data recovery
Posted: April 24th, 2008, 5:17 pm
i'm looking for a way to recover files from a hard drive that i have formatted. I tried using active undelete, and it works but only on certain file types. I'm looking to recover *.dv files which I believe is the extension of a movie file when you capture it from a digital video camera using adobe p...
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: Urgent: PHP Email Validation
- Subject: Urgent: PHP Email Validation
- Replies: 19
- Views: 616
- Subject: Urgent: PHP Email Validation
Posted: April 5th, 2008, 2:41 pm
I actuall had to write it in ASP not PHP, so I used base validation and DNS validation...
followed here
followed here
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: Urgent: PHP Email Validation
- Subject: Urgent: PHP Email Validation
- Replies: 19
- Views: 616
- Subject: Urgent: PHP Email Validation
Posted: April 5th, 2008, 12:51 pm
Nice, thanks neksus.
By the way, I never wanted your code, just the idea behind how it woudl be done. I can code it myself.
By the way, I never wanted your code, just the idea behind how it woudl be done. I can code it myself.
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: Urgent: PHP Email Validation
- Subject: Urgent: PHP Email Validation
- Replies: 19
- Views: 616
- Subject: Urgent: PHP Email Validation
Posted: April 4th, 2008, 5:32 pm
So what is the way?
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: Urgent: PHP Email Validation
- Subject: Urgent: PHP Email Validation
- Replies: 19
- Views: 616
- Subject: Urgent: PHP Email Validation
Posted: April 4th, 2008, 1:52 pm
Can't do that because of the fact that the forms are for anonymous people, not required to join or be a member or anything like that.
Captcha is it I think.
Thanks again.
Captcha is it I think.
Thanks again.

