AdaHacker's Profile User Rating: -----

Reputation: 433 Architect
Group:
Active Members
Active Posts:
789 (0.44 per day)
Joined:
17-June 08
Profile Views:
11,054
Last Active:
User is offline Today, 02:23 PM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Linux
Favorite Browser:
Opera
Favorite Processor:
Who Cares
Favorite Gaming Platform:
Who Cares
Your Car:
Who Cares
Dream Kudos:
0

Latest Visitors

Icon   AdaHacker has not set their status

Posts I've Made

  1. In Topic: How to read text file located at map networkdrive (Z:)

    Posted 15 May 2013

    There's no trick to it. In fact, using UNC paths like you have in your example should "just work".

    If it doesn't, the problem is most likely with permissions. Keep in mind that the web server does not run under your user account - it has its own account with completely different permissions. You need to make sure that the account used by the web server has the proper permissions for the network share you're trying to access.
  2. In Topic: Can't add/remove elements in Chrome and Safari

    Posted 23 Apr 2013

    Using "onclick" on a select option isn't universally supported. Instead, try using the onchange event on the select node itself, e.g. <select name="something" id="stuff" onchange="reveal_option()">.
  3. In Topic: Tearing hair out over IE <= 8

    Posted 12 Apr 2013

    Well, just from a quick look at your page I see you're using an HTML 5 doctype and HTML 5 tags like <nav> and <section>. This is a problem right off because IE8 and lower don't support HTML 5 to any meaningful extent. In other words, don't count on any HTML 5 feature working in IE 8 or less.

    If you really want to support old versions of IE, there are several Javascript libraries such as Moderizr that can add some limited support for HTML 5 tags in old versions of IE. They should at least give you the ability to properly style those elements. I've never used such libraries myself, so I can't speak from experience, but the only alternative is to just change all your markup to only use the elements supported by IE < 9.
  4. In Topic: Page redirection and personal ethics *dun-dun-dun*

    Posted 5 Apr 2013

    View PostBenignDesign, on 03 April 2013 - 01:06 PM, said:

    but it seems like a really shady, ethically questionable practice to me.

    I guess I don't understand why you think this is ethically questionable. I mean, it doesn't sound like the intent is to deceive anyone. You'd just be redirecting to a newer version of the same form. What's wrong with that? In fact, if the current version is the only "correct" version for users to download, then that sounds like the opposite of shady to me, i.e. good user experience.
  5. In Topic: Question about git and files outside the public web directory

    Posted 20 Mar 2013

    I think you're looking at this the wrong way. You're asking how you can adapt your repository structure to accommodate your existing development environment. You should be changing the configuration of your development environment instead.

    All you really need is a single directory for your repository with your different types of files grouped into appropriate subdirectories. So instead of just /www, you might put your public files in /home/you/your_project/www, the private includes in /home/you/your_project/includes, and so forth. To make that work, you would simply set the appropriate file and directory permissions on your checkout dir and configure your server to read the files directly from that location. The exact steps to do that will vary depending on what web server you're using, but in any case it should be pretty easy to configure. Heck, you could probably even cheat and use symlinks if you really wanted to.

My Information

Member Title:
Resident Curmudgeon
Age:
35 years old
Birthday:
August 16, 1977
Gender:
Location:
Brockport, NY
Interests:
On the technical front, I'm interested in software design methods, formal modeling, database theory, etc.. In more general terms, I like to play the piano, study philosophy, and work in my garden.
Years Programming:
11
Programming Languages:
PHP, Python, VB.NET/6, C#, SQL, ActionScript (mostly FLEX), and whatever other stuff I've worked with that I feel like including today.

Contact Information

E-mail:
Private
Website URL:
Website URL  http://linlog.skepticats.com

Friends

Comments

Page 1 of 1
  1. Photo

    AdaHacker Icon

    09 Feb 2011 - 15:18
    <shrug> Never really had anything to ask. I prefer to just take a quick browse through my favorite forums once in a while and provide a few quick answers. Less of a time commitment.
  2. Photo

    modi123_1 Icon

    09 Feb 2011 - 13:39
    Odd.. you are a member since Jun 2008, have 572 active topics, but have zero posts originated by you. Quirky.
Page 1 of 1