PHLAK

626
Reputation
162 views

Registered User

Name PHLAK
Member for 1 year
Seen Dec 2 at 17:43
Website
Location Phoenix, AZ
Age 23
Self taught web developer, I'm proficient in (X)HTML & CSS and am developing my PHP and Javascript/Jquery skills.
1d
awarded  Notable Question
Dec
1
awarded  Nice Question
Nov
26
awarded  Notable Question
Nov
23
awarded  Organizer
Nov
23
revised Form is not styled at all in Internet Explorer - CSS doesn’t show up
edited tags
Nov
11
awarded  Notable Question
Nov
5
comment Trying to fix line-endings with git filter-branch, but having no luck
Thanks... this is a great fix. Found it oh GitHub.
Nov
1
comment How do I set the Java path in Eclipse so I can run it on an external drive?
Nope... didn't use quotes.
Nov
1
comment How do I use Notepad++ (or other) with msysgit?
I got this to work by placing npp.sh in the root of my drive (ie - C:/npp.sh). Any time I try to target a folder with spaces (ie - D:/Program Files (x86)/Git/npp.sh) in it it fails, what's the proper way to escape spaces and/or get this to work?
Oct
27
comment How do I set the Java path in Eclipse so I can run it on an external drive?
Yes, I'm specifying the path, not just copy/pasting.
Oct
27
asked How do I use Notepad++ (or other) with msysgit?
Oct
24
comment How do I set the Java path in Eclipse so I can run it on an external drive?
Adding "-vm ..\path-to-jre\bin\javaw" as an argument worked, but I am unable to get this to work with my portable apps menu. Any thoughts?
Oct
23
comment How do I set the Java path in Eclipse so I can run it on an external drive?
Adding "-vm ..\path-to-jre\bin\javaw" to eclipse.ini doesn't seem to have any effect. Any other ideas?
Oct
19
comment How do I set the Java path in Eclipse so I can run it on an external drive?
Just noticed your edit. Will try this tomorrow and see how that works. Thanks.
Oct
16
comment How do I set the Java path in Eclipse so I can run it on an external drive?
Is the the Java path it uses to RUN Eclipse? The description in the menu states "...the checked JRE is added to the build path of newly created Java projects". That doesn't sound like what I'm trying to accomplish.
Oct
16
comment How do I set the Java path in Eclipse so I can run it on an external drive?
I've been following their progress, but don't want to use anything that's not "official" for my day job. Once it officially hits and I can be sure it's stable and works well I'll definitely be using it.
Oct
16
asked How do I set the Java path in Eclipse so I can run it on an external drive?
Oct
13
accepted Using YUI is it possible to add another css footer that sticks to the bottom of a page?
Oct
12
awarded  Yearling
Oct
3
answered CSS - Print view - Hide all elements except one div
Oct
1
comment How do I remove a single file from the staging area of Git but not remove it from the index or undo the changes to the file itself?
Thanks... I just noticed that that is stated just above the staged files. Guess I've been looking at that screen so long I was selectively choosing what I wanted to see.
Oct
1
asked How do I remove a single file from the staging area of Git but not remove it from the index or undo the changes to the file itself?
Sep
29
answered Why are two menu items with the same CSS acting differently?
Sep
22
comment Anchor tag around table is not clickable in IE 6, 7 & 8
The example I provided was a very simplified version of my problem. In the table I was actually trying to work with there are 8-10 cells depending on content. That would make for a lot of extra markup I don't want to have.
Sep
21
asked Anchor tag around table is not clickable in IE 6, 7 & 8
Sep
20
answered Using YUI is it possible to add another css footer that sticks to the bottom of a page?
Sep
20
comment Why does floated div sometimes inherit the margin of the following element?
IE8 renders it the same ans FF and Chrome. I'm pretty sure that's right.
Sep
20
answered Creating a “Google Analytics” Like Site Overlay
Sep
20
comment CSS sticky footer with header outside the page wrap
Why does your header need to be outside your page-wrap? I'm sure there is another way to accomplish your goal with header within page-wrap.
Sep
20
answered Centering Text and images within a DIV, and more.
Sep
20
comment Are fluid websites worth making anymore?
Most people with large monitors probably don't maximize their browsers. I have a 1600x1200 monitor and I run my browser window at 1024x768 95% of the time.
Sep
20
answered Sticky Footer help!
Sep
20
answered Is it efficient to use css frame works? If so, which one is best? Or any comparison comments?
Sep
20
comment Git equivalents of most common Mercurial commands?
and to top it off, use "git show" (same as "git diff" I believe) to see what you have changed since last commit.
Sep
20
answered IE6 CSS Hover issues with menu
Sep
20
comment Table row height behavior in IE vs Firefox/Chrome/Safari
If your table has a single td without a height specified and the table is 100% height, that td without a height should fill up any remaining space.
Sep
20
answered Online text editor
Sep
20
comment div containing jquery progress bar inside <ul> list
Re-read the question, this isn't what you're trying to do, try the float left thing cletus suggested.
Sep
20
answered div containing jquery progress bar inside <ul> list
Aug
18
comment filemtime() not working in Windows PHP-CLI
Yeah, I'm an idiot and caught this later... thanks though!
Aug
18
comment What is wrong with this index definition in this MySQL query?
Thanks, that seemed to work. I really need to learn MySQL...
Aug
16
asked What is wrong with this index definition in this MySQL query?
Aug
16
asked filemtime() not working in Windows PHP-CLI
Jul
31
awarded  Popular Question
Jul
24
awarded  Popular Question
Jul
3
answered Git commit text file?
Jul
2
comment Push and Pull Branches In Git
Thanks for the help, your answer was good, but Alan went just a little bit further.
Jul
2
comment Push and Pull Branches In Git
Does that mean I can then do "git pull origin <REMOTE-branch-name>:<LOCAL-branch-name>"?
Jul
2
comment Push and Pull Branches In Git
I can already push and pull to and from my GitHub repo, I'm just trying to figure out how to push and pull a branch.
Jul
2
asked Push and Pull Branches In Git