• Web Development - WAYWO - #8
    5,514 replies, posted
Just started working on my portfolio, the design so far: [img_thumb]http://i.imgur.com/AZMcf5U.png[/img_thumb]
-i'm wrong snip-
[QUOTE=j4NZKUE;40353981]Just started working on my portfolio, the design so far: [img_thumb]http://i.imgur.com/AZMcf5U.png[/img_thumb][/QUOTE] Those colours... And all the text has no space. Let the text breathe. Pro tip: Padding
[QUOTE=acpm;40353607]There are differences between the font-weight css property, <b>, and <strong> that should be understood. There isn't a "better." There is a proper usage case.[/QUOTE] I'm really curious about what usage case <b> has.
I don't think it's actually been deprecated yet, but you shouldn't use <b> at all now to be honest. HTML is for structuring your content, and <b> was purely aesthetic. <strong> is much better because it actually has a semantic meaning, and CSS can take care of the font weight. Same goes for <i> vs. <em>, <s> and <u> as well I guess...
[url=http://www.w3.org/TR/html5-diff]HTML5 differences from HTML4[/url] I know it's ugly but the info is there, check this items specifically: 3.1 New Elements 3.2 New Attributes 3.3 Changed Elements 3.4 Changed Attributes 3.5 Obsolete Elements 3.6 Obsolete Attributes
Here's one for you RoR guys [url]https://github.com/dejan/rails_panel[/url] [IMG]https://dl.dropbox.com/u/69357609/Captured/WOvkF.png[/IMG]
Do you think I'd be a good idea to make a thread about user configurations for their text editors? I'd really love to see what fonts/themes/color schemes everyone uses in their text editors. The requirements would be your settings file, OS, and a screenshot. How does that sound?
[QUOTE=TehWhale;40360143]Do you think I'd be a good idea to make a thread about user configurations for their text editors? I'd really love to see what fonts/themes/color schemes everyone uses in their text editors. The requirements would be your settings file, OS, and a screenshot. How does that sound?[/QUOTE] You mean like the post your desktop thread? if so, yes.
[QUOTE=TehWhale;40360143]Do you think I'd be a good idea to make a thread about user configurations for their text editors? I'd really love to see what fonts/themes/color schemes everyone uses in their text editors. The requirements would be your settings file, OS, and a screenshot. How does that sound?[/QUOTE] I'm using [url]https://gist.github.com/redjazz96/4081f0b8e7c15b046260[/url] with some extra plugins. Not very creative :v:
First day I've ever touched anything web-dev related... here's the project thus far: [url]https://dl.dropboxusercontent.com/u/124783721/SITE/index.html[/url] I'm pretty sure it's really hacky and would make most of you cry - So I'd really appreciate it if anyone could give me a hand and point out anything I've done really horrendously wrong :smile: The style sheet is [url="https://dl.dropboxusercontent.com/u/124783721/SITE/style.css"]here[/url]
[QUOTE=chaz13;40362029]First day I've ever touched anything web-dev related... here's the project thus far: [url]https://dl.dropboxusercontent.com/u/124783721/SITE/index.html[/url] I'm pretty sure it's really hacky and would make most of you cry - So I'd really appreciate it if anyone could give me a hand and point out anything I've done really horrendously wrong :smile: The style sheet is [url="https://dl.dropboxusercontent.com/u/124783721/SITE/style.css"]here[/url][/QUOTE] You seem to have invented 9 new tags. Instead of them you should be using the <div> tag, <span> tag and other appropriate ones. To control their style individually set the id attribute of the element e.g. <div id="disco">, in CSS this is #disco. For applying styles to multiple elements you can use <div class="box"> and .box in the CSS.
[QUOTE=jung3o;40360856]I'm using [url]https://gist.github.com/redjazz96/4081f0b8e7c15b046260[/url] with some extra plugins. Not very creative :v:[/QUOTE] I should probably update that with the flatland theme. [editline]21st April 2013[/editline] [t]https://dl.dropboxusercontent.com/u/11275736/s/d/f/o/cronus-v2.png[/t] boop
Everyone knows Made Of Code is the best theme [img]http://opensoul.org/assets/4f0df732dabe9d0233009fe8/content/screen_shot_20120111_at_3.50.09_pm.png[/img]
I can't go back after tomorrow-night-bright sorry t
[QUOTE=CBastard;40362177]You seem to have invented 9 new tags. Instead of them you should be using the <div> tag, <span> tag and other appropriate ones. To control their style individually set the id attribute of the element e.g. <div id="disco">, in CSS this is #disco. For applying styles to multiple elements you can use <div class="box"> and .box in the CSS.[/QUOTE] Thanks for the help! Much appreciated :smile:
[del]Are we having a "Post your Sublime Text theme" thread here?[/del] OH LOL it was made 13 hours ago :v: [URL]http://facepunch.com/showthread.php?t=1262719[/URL]
[T]http://i7.minus.com/issobNYXjshX1.png[/T] Got bored and made a quick projects page for my portfolio page in the Holo UI look. The whole site will be based on the curtain.js plugin.
[QUOTE=Jelly;40349844]Ubuntu Mono and Tomorrow Night are awesome. [t]http://i.imgur.com/srGuCDm.png[/t] I'd also recommend anyone who does JavaScript to replace the in-built JavaScript syntax bundle with [URL]https://github.com/subtleGradient/javascript.tmbundle[/URL] as the syntax highlighting is SO much better.[/QUOTE] [QUOTE=Jelly;40350613][t]http://i.imgur.com/IyFUD46.png[/t] vs [t]http://i.imgur.com/srGuCDm.png[/t] There are a lot of other improvements also.[/QUOTE] Pardon my stupidity, but how do I install this and make sure it's working correctly? Does it completely replace the Javascript package folder or do I need to do something else?
[QUOTE=Dragonblz;40375430]Pardon my stupidity, but how do I install this and make sure it's working correctly? Does it completely replace the Javascript package folder or do I need to do something else?[/QUOTE] You replace it. The default bundle also has JSON support which isn't featured in the replacement bundle I linked so that's something to keep in mind.
[QUOTE=Jelly;40375476]You replace it. The default bundle also has JSON support which isn't featured in the replacement bundle I linked so that's something to keep in mind.[/QUOTE] Couldn't you just take the JSON.tmLanguage from the default pack and add it to this one?
[QUOTE=Dragonblz;40375557]Couldn't you just take the JSON.tmLanguage from the default pack and add it to this one?[/QUOTE] Yeah, you can.
[QUOTE=Jelly;40375580]Yeah, you can.[/QUOTE] I must be doing something wrong, regardless of where I put JSON.tmLanguage ( Or if I put it there at all ) this error keeps popping up every time I launch subl when using the replacement package [t]http://i.imgur.com/CK2M3tf.png[/t]
[QUOTE=Dragonblz;40375651]I must be doing something wrong, regardless of where I put JSON.tmLanguage ( Or if I put it there at all ) this error keeps popping up every time I launch subl when using the replacement package [t]http://i.imgur.com/CK2M3tf.png[/t][/QUOTE] Try restarting Sublime. It works fine for me. Here's my JavaScript bundle folder if it helps: [url]http://www.filedropper.com/javascript[/url]
[QUOTE=Jelly;40375677]Try restarting Sublime. It works fine for me. Here's my JavaScript bundle folder if it helps: [url]http://www.filedropper.com/javascript[/url][/QUOTE] Your folder works perfectly. Deleting it, replacing it with the repo version and making it identical to yours does not. I [i]really[/i] don't understand, but like I said, yours works so... I'll just use that, thanks.
After a long time of staying away from web development I decided to have a go at it. Read about grids and shit and decided to be part of the cool kids and use ROR since I knew ruby already. Anyway you all going to Laugh at my design skills but duck it here is my project [url]www.emuapp.co[/url] I'll update the page with a bit of info on the project when I get home . Please be gentle I'm a web dev virgin
My new site [URL="boxfox.se"]http://boxfox.se[/URL] is alive. The whole idea was to let people host files etc so they wouldn't have to use dropbox. I decided not to let people register because I want it somewhat private. People ask me for account and I simply create one for them. I'm pretty happy with it. [sp]I didn't create the script itself though (because I'm a noob), just edited, customized[/sp] [editline]22nd April 2013[/editline] Use test/test if you wanna try.
[QUOTE=SweFox*;40380039]My new site [URL="http://boxfox"]http://boxfox.se[/URL] is alive. The whole idea was to let people host files etc so they wouldn't have to use dropbox. I decided not to let people register because I want it somewhat private. People ask me for account and I simply create one for them. I'm pretty happy with it. [sp]I didn't create the script itself though (because I'm a noob), just edited, customized[/sp] [editline]22nd April 2013[/editline] Use test/test if you wanna try.[/QUOTE] It links to [url]http://boxfox/[/url] instead of boxfox.se
[QUOTE=MarcoPixel;40367894][T]http://i7.minus.com/issobNYXjshX1.png[/T] Got bored and made a quick projects page for my portfolio page in the Holo UI look. The whole site will be based on the curtain.js plugin.[/QUOTE] What font is that?
Roboto
Sorry, you need to Log In to post a reply to this thread.