AdaHacker's Profile
Reputation: 433
Architect
- Group:
- Active Members
- Active Posts:
- 789 (0.44 per day)
- Joined:
- 17-June 08
- Profile Views:
- 11,054
- Last Active:
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
-
hugoriffic 
28 Mar 2013 - 10:35 -
[RTS]BN+VS* 
29 Aug 2012 - 13:32 -
darek9576 
29 Aug 2012 - 13:06 -
SarumanTheWhite 
14 Aug 2012 - 11:12 -
vectorialpx 
25 Jul 2012 - 04:54
Posts I've Made
-
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. -
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()">. -
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. -
In Topic: Page redirection and personal ethics *dun-dun-dun*
Posted 5 Apr 2013
BenignDesign, 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. -
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:
-
http://linlog.skepticats.com
|
|


Find Topics
Find Posts
View Reputation Given

|
Comments
AdaHacker
09 Feb 2011 - 15:18modi123_1
09 Feb 2011 - 13:39