markthema3
-
Personal site review (responsive layout)
I would move the projects to the top, on smaller screens the site looks really bland when it first loads.
-
Emmet for ST2: html:5 abbreviation head
I edited Emmet.sublime-settings snippets as shown here. So now I can add a document title, stylesheet, and script within the expression as follows: html:5[title="My Webpage"][style=mystylesheet.css][script=myscript.js] While adding th…
-
Emmet for ST2: html:5 abbreviation head
I think I'll going to set it to html:5(head elements)>(body elements), if I can figure out how.
-
Website Design feedback
Homepage is very unresponsive on low end computers. I'm looking at it on a netbook and just scrolling down the page is choppy (well, choppier than it usually is). The other pages have a bit of a "wall of text" look, shorter lines of t…
-
Do JS Function on CTRL+O ?
http://unixpapa.com/js/key.html
-
Target iPad, iPad only.
Would this work? @media handheld and (min-device-width: 768px) and (max-device-width: 1024px) { }
-
[Solved] Need help with CSS3 nav ASAP!
Hmm... I don't like the way it jumps back to the left. My version. It does work as intended though :P
-
[Solved] Need help with CSS3 nav ASAP!
Nevermind, it's fixed now. Any ideas on how to remove the extra space would still be helpful.
-
[Solved] Need help with CSS3 nav ASAP!
I really need to get this fixed ASAP. Any POSSIBILITIES that I could look into would be awesome.
-
Which software, and why?
@ChristopherBurton FTP plugin. Can't seem to find one.
-
Which software, and why?
@ChristopherBurton For me, the CSS editor is the only huge deal in Coda, and I would rather have complete and up to date code hinting for every property than have the best dropdown editor in the world. I do like the organization of sites and I proba…
-
Which software, and why?
Alright. Got access to a Mac. CODA looks pretty good. I'm still loving Sublime Text, if Sublime text gets FTP by this friday I won't be using CODA at all though :P
-
CSS3 Example Page
Alright, it's updated on github and on the live demo. Everything is contenteditable, but syntax highlighting doesn't work, as it puts the css in spans, which doesn't work very well.
-
Protect templates or CRC check in JS
can't they just remove the scripts that check the page?
-
Web design programs.
I use that for rapid prototyping of static pages, but anything dynamic I upload to the server.
-
Web design programs.
@OniLinkCR What do you think I'm using my server for?
-
CSS3 Example Page
Guess what? Editing html annd css files remotely via a nook's terminal, sshing to your laptop, then using vi remotely is a pain in the donkey. Doing that and making the code valid on a touchscreen keyboard that barely works (much less using vi …
-
CSS3 Example Page
So it is. I think I'll leave it in, as it's only recently been a usable (at least cross browser and with common formats) tool. I'll rename the page to something about uncommon rather than specify css3. Thhen I have an excuse to change…
-
CSS3 Example Page
New idea: should I put all the css in contenteditable style blocks so that people can mess with it? just the relevant stuff, not the general page formatting, and break it up for each example. EDIT: contenteditable with transitions looks awesome! 0.…
-
CSS3 Example Page
@ChristopherBurton Oops, which ones? Found the > child selector in CSS2.1, any others?
-
CSS3 Example Page
@sl1der Yes, but this is all on one page and using transitions to show the change. The red and green hover effects on the selector demos look especially cool, imho.
-
CSS3 Example Page
@ChristopherBurton Gimme just a sec, haven't used FileZilla in forever.
-
Which software, and why?
@ChristopherBurton I've already had both of my co-workers download it, as both have been looking for a good linux web development program. They both love it. So long, Bluefish, Geany and cssed!
-
Which software, and why?
We need a list of the best features in a web design software package. My favorite features: Autocompletion of HTML tags AND properties, CSS properties AND values (say, typing an 'i' after a box-shadow property suggests 'inset')FT…
-
Which software, and why?
Now trying Cloud9. I've used Dreamweaver for a while, and I like the split screen where you just hit f5 and you can see an actual rendering of the page without having to alt-tab over to chrome. However, I no longer have windows installed on any…
-
Deactivating Styles?
@furrball1383 Notepad works, but you should try some better tools. notepad++ and notepad2 are both good, though I prefer notepad++. Sorry for the off-topic. @Dolatron Say you have this style: #example { width: 90%; margin: 1%; background-color:…