Alan

5,559
reputation
606 views

Registered User

name Alan
member for 1 year
seen 3 hours ago
website
location Spanaway, WA
age 89
I fell into a burnin' ring of fire.
Dec
6
awarded  Mortarboard
Nov
15
awarded  Yearling
Oct
14
revised Control iPhone Services using Low--Level API or PrivateFrameworks in Xcode
Fixed Erica's name.
Oct
14
comment How can I convince a client that audio on a website is a bad idea?
@BenAlabaster: I agree with you. I HATE Music on websites. Especially Auto play music, but then again, we're not the target audience.
Oct
14
comment How can I convince a client that audio on a website is a bad idea?
Do you want to be known as a Nordstroms? Or a BestBuy?
Oct
14
comment How can I convince a client that audio on a website is a bad idea?
@BenAlabaster: True, which is why I said to explain your feelings, and if they still insist, capitulate. Have you ever had the experience of walking into a store and having someone try to convince you that you are wrong? That's what this is about. Perhaps the client doesn't know about music, or perhaps the client has done their research and knows that music will work in this scenario. All I am saying is, dont' be hardheaded. If your client insists on music, don't waste time trying to convince them they're wrong. Just do what you're being paid to do.
Oct
14
comment How can I convince a client that audio on a website is a bad idea?
@BenAlabaster: If those people are my customers, then yeah, I'd care big time. If I'm selling shirts with ironic sayings, Red Staplers, etc, then I would not. My point is that, you need to know your audience, in order to know whether music would be appropriate. High end fashion purchasers might react well to a nice piano sonata. Many high end clothing stores employ a piano player to play while customers shop. So perhaps an elegant site with elegant music might recreate that same experience.
Oct
14
comment How can I convince a client that audio on a website is a bad idea?
That is, your 2nd suggestion. 10 random strangers is not a large enough population sample.
Oct
14
comment How can I convince a client that audio on a website is a bad idea?
+1 Super Crunchers! I was just going to edit my answer to say this. This is the best answer. Create a test that randomly has visitors hear music and doesn't hear music, then track the amount of time spent on each.
Oct
14
comment How can I convince a client that audio on a website is a bad idea?
@Lance Fisher: You've never had customers then. If you live and die by your reputation, the customer is always right.
Oct
14
comment How can I convince a client that audio on a website is a bad idea?
Explain that to your client. To most net denizens, it's inappropriate to use audio on your website, unless you are in a band, and the user specifically asks to play a song. I hadn't thought about your need for a portfolio reference, but you know that you're not a webloser, and you were working hard to give the customer the experience they desire.
Oct
14
comment How can I convince a client that audio on a website is a bad idea?
Who is your clients target audience? Is it the "techie" people that care about netiquette, or is it the type of people who fwd chain letters, loved the dancing baby, and insist on using email stationary. These two groups will respond differently to audio.
Oct
14
answered How can I convince a client that audio on a website is a bad idea?
Oct
13
answered setting envirnoment variable in linux
Oct
9
comment How can I find objects that are in BOTH arrays and promptly add it to another array?
Thanks @Bob, however this was a more generalized algorithm, not pertaining to any language.
Oct
8
answered How can I find objects that are in BOTH arrays and promptly add it to another array?
Oct
8
comment Finding Evidence of a Denial of Service Attack (Linux)
Hi Brad, this question doesn't belong on Stackoverflow, as it's not programming related. It's better asked at Serverfault.com which is geared towards troubleshooting server issues. Give it a few minutes and this question will be closed and automigrated.
Oct
8
answered c# - Why can’t my Dictionary class see the ToArray() method?
Oct
8
answered Why isn’t getopt working if sys.argv is passed fully?
Oct
8
comment How is the internet changing the way we program?
Philosophical != Programming
Oct
8
comment apple’s property list (plist) implementation in c++
stackoverflow.com/questions/1061005/… has some info on how to call Obj-C from C++
Oct
8
comment apple’s property list (plist) implementation in c++
Are you on the OS X environment? Can you make use of a C++/Obj-C Bridge to call the native API's to access the plist file? Otherwise I'd use Xerces and parse it as XML.
Oct
8
comment C# - Append Number To File Being Saved
@jnylen: What if the user creates a file that has the name of one of the screenshot files? >> You can't have two files with identical names. What if the user edits an old screenshot file? >> Editing a file won't matter, as it doesn't modify the create date. The solution needs to check for the existence of each file until it finds a "gap". >> True enough. However if it can't write the file (because it exists), it should increase the number until it can write. I don't think looking for a gap is a good idea, because if you have SS1, SS3,SS4, the newest screenshot will be SS2?
Oct
8
answered C# - Append Number To File Being Saved
Oct
7
answered C# How would I check if a date that is currently a string is today?
Oct
2
comment Should I use Resharper to tidy up other peoples code?
That's nice for a diff, but when you go to do an SVN Blame to see who made what change, you're name will be everywhere.
Sep
29
comment How do I Search/Find and Replace in an STL string
size_type is not unsigned. It's unsigned on many platforms, but not all.
Sep
29
answered How do I Search/Find and Replace in an STL string
Sep
28
comment Experimenting with Virtulization
This isn't programming related. Please consider asking this at SuperUser.com
Sep
28
answered How easy is it to reverse engineer .net obfuscated code?
Sep
26
revised How can I display my results in C#?
added 72 characters in body; edited tags; edited title; deleted 46 characters in body
Sep
26
asked SMS REST Service?
Sep
23
comment css hover vs. javascript mouseover
Because it's a security risk, and way too many sites abuse javascript. I use a nifty firefox plugin called "NoScript" which selectively lets you enable only the scripts from sites you want.
Sep
22
comment Should I get a math degree or a CS degree?
@Ed: Yes, I did not mean to make it seem like that was universal. @annakata: Grads are useful for grunt work, while they get up to speed!
Sep
22
comment Should I get a math degree or a CS degree?
You finished 6 months being unemployed (by your words I assume you now have a job) during the greatest economic downturn since the Great Depression. Hardly evidence that my claim was false.
Sep
22
comment Should I get a math degree or a CS degree?
Many of the CS theories you learn aren't really important in the real world of programming either ;)
Sep
22
answered Should I get a math degree or a CS degree?
Sep
22
accepted Relationship between CFMutableDictionary and NSMutableDictionary
Sep
21
comment Alternatives to Thread.Sleep() for simulating pauses
You can replace while(true) { Thread.Sleep(period); DoWork(); } with a WaitHandle.WaitOne(timeout) instead.
Sep
21
comment Alternatives to Thread.Sleep() for simulating pauses
you can even use waithandles in lieu of Thread.Sleep(time) to do periodic logic.
Sep
21
revised International domains - best practices
edited title
Sep
21
comment International domains - best practices
Better asked at Serverfault
Sep
21
comment Which programming language is more suitable for socket programming?
heh-heh, Beej
Sep
21
answered Which programming language is more suitable for socket programming?
Sep
21
comment Learning… anything really
Teach a man a fish. Personally, I respect someone who has tried, was unsuccessful, then asks for help, rather than someone who asks for help without trying. I can imagine your time is valuable, but so is ours.
Sep
21
comment Before Login Action
Have you asked this on the Wordpress help forums?
Sep
20
comment C++ `argc` and `argv` arguments
From the man himself: research.att.com/~bs/bs_faq2.html#void-main/…
Sep
20
comment C++ `argc` and `argv` arguments
Just a note, it's incorrect to use void main(...)
Sep
20
answered C++ `argc` and `argv` arguments
Sep
19
accepted How to go about getting a job at an Agile shop?