[QUOTE=RusselG;41491067]Indentation would help.[/QUOTE]
Most of it is really long single lines generated by dreamweaver ._.
[QUOTE=Goz3rr;41491118]Most of it is really long single lines generated by dreamweaver ._.[/QUOTE]
You shouldn't use dreamweaver.
I feel sorry for you if you just inherited this project
I also feel very sorry for you if it's your own project
[QUOTE=Shadow801;41491804]I feel sorry for you if you just inherited this project
I also feel very sorry for you if it's your own project[/QUOTE]
I inherited it. I've just decided to rewrite it from scratch since it's impossible for me to run ASP VBScript on my mac and i can't do local tests then
[QUOTE=Goz3rr;41491827]I inherited it. I've just decided to rewrite it from scratch since it's impossible for me to run ASP VBScript on my mac and i can't do local tests then[/QUOTE]
Quite literally everything I can see on those pictures looks like a nightmare, from the table layout to the inline javascript, it's going to be a real fun one!
[QUOTE=Goz3rr;41491010]please help me while i'm still sane:
[/QUOTE]
Oh god, I'm so sorry for you :v:
Btw can't see one stuff correct, the guy who made that was a junior dev or what?
Maybe install a virtual machine to run windows 8 and install visual studio on it?
[QUOTE=Goz3rr;41491827]I inherited it. I've just decided to rewrite it from scratch since it's impossible for me to run ASP VBScript on my mac and i can't do local tests then[/QUOTE]
It's definitely worth rewriting it though, probably for the best.
wrong thread
I love git blame because it lets me know who to hate when bad code prevents things from working like they should
That excited and nervous but relaxed and tired feeling you get when you launch a big round of changes to site. That's me, right now.
[QUOTE=Shadow801;41510495]That excited and nervous but relaxed and tired feeling you get when you launch a big round of changes to site. That's me, right now.[/QUOTE]
[img]http://media.tumblr.com/470725895259732dbb2b4a46f64b6280/tumblr_inline_mncwrgZ79k1qz4rgp.gif[/img]
Fuck it, do it live?
[vid]http://pictures.gabrielecirulli.com/v/ok.webm[/vid]
Sliding menu. 100% CSS, and I mean it. No JavaScript is involved, not even when you click the icon to reveal the menu.
[URL="https://github.com/gabrielecirulli/hn-special/commit/5d57e61b9c440923e362a933a8a3d6f87ef3a77e"]The magic source codes[/URL]
[QUOTE=TerabyteS_;41512245][url]http://pictures.gabrielecirulli.com/v/ok.webm[/url]
Sliding menu. 100% CSS, and I mean it. No JavaScript is involved, not even when you click the icon to reveal the menu.
[URL="https://github.com/gabrielecirulli/hn-special/commit/5d57e61b9c440923e362a933a8a3d6f87ef3a77e"]The magic source codes[/URL]
[editline]19th July 2013[/editline]
fuck how do I embed webm video[/QUOTE]
[vid]http://pictures.gabrielecirulli.com/v/ok.webm[/vid]
That's a cool use of a checkbox. Never thought about doing that for some reason. I dig it.
[QUOTE=KmartSqrl;41512424]That's a cool use of a checkbox. Never thought about doing that for some reason. I dig it.[/QUOTE]
Agreed, but from a UX perspective, wouldn't you want the menu to close if you are no longer using it (mouseout)? Might want to use some JS trickery to do so.
as cool as it is, it's a hack
[QUOTE=Shadow801;41510495]That excited and nervous but relaxed and tired feeling you get when you launch a big round of changes to site. That's me, right now.[/QUOTE]
I had to do some big changes to the main website to the company I work for.
Biggest adrenaline rush I've ever had, Since I knew I was fucked if something fucked up.
The task came from the CEO directly.
You could have something like a textinput, which blurs when you click somewhere else.
[QUOTE=Darkwater124;41517934]You could have something like a textinput, which blurs when you click somewhere else.[/QUOTE]
It would blur when you click around in the menu as well, though.
[editline]19th July 2013[/editline]
[QUOTE=andersonmat;41514366]Agreed, but from a UX perspective, wouldn't you want the menu to close if you are no longer using it (mouseout)? Might want to use some JS trickery to do so.[/QUOTE]
Generally, yes. I think that in this case it works because it's going to be a settings menu where you'll have to press a button to save the settings and reload the page.
[QUOTE=TerabyteS_;41518829]It would blur when you click around in the menu as well, though.[/QUOTE]
Maybe if you put the menu [I]in[/I] the text input? :v:
[QUOTE=kaukassus;41516813]I had to do some big changes to the main website to the company I work for.
Biggest adrenaline rush I've ever had, Since I knew I was fucked if something fucked up.
The task came from the CEO directly.[/QUOTE]
If deployment is this much of a worry for you you are doing something wrong. You should have a staging server set up to mirror your production environment that you can test changes on (with production data if need be) before you deploy to production. If deployment at your company isn't a completely repeatable, stress-free process the vast majority of the time you need to reevaluate your process.
[vid]http://pictures.gabrielecirulli.com/v/ok2.webm[/vid]
Toggles (done with the checkbox trick), settings (taken from a default settings file on the first run), saving and persistence.
I'm curious to know, how's the browser compatibility with the tickbox trick? Does it work in IE?
[QUOTE=jetboy;41522450]I'm curious to know, how's the browser compatibility with the tickbox trick? Does it work in IE?[/QUOTE]
Wouldn't be surprised if it didn't
Hey guys :)
Working on my portfolio, just need your opinions about the design, mostly worried about the typography I think I need to go for a more "professional" style. Trying to use a Marine color scheme.
[T]http://i.imgur.com/o3Mxndr.png[/T]
Give me your thoughts, thanks :)
It's kinda generic.
- Red on blue looks atrocious.
- There's not enough padding around your logo.
- IMO the dashed border looks bad
- Left and right padding in the body needs to be removed
- I would increase the line height to separate your middle text and make it more balanced vertically
Edit: Your current portfolio looks much better IMO.
[QUOTE=jetboy;41522450]I'm curious to know, how's the browser compatibility with the tickbox trick? Does it work in IE?[/QUOTE]
I've been using something similar for the option buttons on this site: [url]http://www.animetwist.net/[/url] and it works at least down to IE 9. Haven't tested further down.
[QUOTE=jetboy;41522450]I'm curious to know, how's the browser compatibility with the tickbox trick? Does it work in IE?[/QUOTE]
It probably won't, but I have the advantage of developing for Chrome only.
Sorry, you need to Log In to post a reply to this thread.