jkinney768
-
Help Me Save This Site!!
Thanks guys, I'll check both of these out. Are both of those pretty easy to set up for a non-programmer?
-
How to preserve line breaks in a textarea
Awesome. Hopefully this bit of code they provide works within the asp tags. Thanks!
-
How to preserve line breaks in a textarea
Ah, I guess maybe it isn't. I just know it is set up using ASP.net. Our programmer only works on a limited basis so we've been trying to solve anything we can on our own. Maybe this is something that is beyond me that will need programming…
-
Anonymous Post Wordpress Plugin
I had version 1.01 which had that problem, so I uninstalled it and installed version 1.02. All is working now!
-
Anonymous Post Wordpress Plugin
It looks like there are a bunch of file permissions that need to be changed. I got it to activate, but it doesn't actually work. When I check the "Post Anonymously" box, it doesn't actually work, but I guess that's a bug for…
-
Anonymous Post Wordpress Plugin
Hmm that's not quite the functionality I'm looking for. We still want all of the author names to be shown, just an option to not be shown if a student doesn't want to. A separate "anonymous" account could work, but then each…
-
[Beta] Live edit CSS, Sass & LESS projects
Yes the documentation for it is pretty awful. They have a link to a video of how to set it up on their github page I believe, but once I got it set up it's been pretty great.
-
[Beta] Live edit CSS, Sass & LESS projects
@mellasc If you're using windows, I'd suggest downloading Scout and you can have that run in the background to compile your SASS. Then, you can use Adobe Brackets as your css editor that has live preview. Hopefully that is a little bit clo…
-
Does a Webdesigner needs a Mac?
Totally agree with the last two statements. For some reason, some people seem to believe a Mac will magically give them better design skills. If you have the skills you have the skills and your machine shouldn't make a difference. I would use w…
-
Logo using animations etc
I agree with @TheDoc. The animation is awesome and think it would be a bit more simple/elegant without the pop at the end.
-
Firefox displaying website wrong??
First off, you should put the logo in the html as an image and link that. You should not be wrapping a div with anchor tags.
-
Firefox displaying website wrong??
Can you provide a link or some code to look at?
-
Site critique! Need your opinion :)
This is a great browser add-on Google has for it's fonts that you can add on to Chrome. It allows you to preview the fonts on your actual site and can call specific tags. https://chrome.google.com/webstore/detail/google-font-previewer-for/engn…
-
Site critique! Need your opinion :)
You also have a typo in your doctype which is defaulting IE to quirks mode (at least for me it is). This what you have ..missing the "T".
-
How to justify h1?
You could always try giving each line that you want justified a class such as , then do a middle and bottom class and adjust the letter spacing and the word spacing until it looks how you want. Here's a very simple example http://codepen.io/an…
-
Why wont my site work in ie :(
Try giving the menu/slideshow a position:relative and lower z-index. It looks like nivo slider has position absolute, but no z-index. I think if you define a z-index to those other elements, it should work for you in IE.
-
Need help with a quick styling issue.
I would probably just use firebug or something to inspect each element to see what classes they are using, then add those classes to your stylesheet. You may need to use !important to overwrite the styles though since they use styles from a css shee…
-
IE layout issues.
For Issue #2, you have a border-top on your . If you take that out, the horizontal bar should go away.
-
How to add an external CSS file to a page with Javascript
Cool, I'll have to give that a try. Thanks!
-
Wordpress plugin for sending emails
I actually just found a simple plugin that worked perfectly for what I was looking for. I searched for a decent amount of time yesterday so I thought I was stuck, but this is what I was looking for: http://www.yakupgovler.com/comment-approved-notifi…
-
Sharing SASS and CSS Files
Thanks, the third option you listed is probably the best/smartest route to go since I'm pretty sure I won't be able to convince my co-workers to switch over (which switching would be the smarter thing to do in my opinion).