quite slowly working on a web game run by javascript.
I have quite a ways to go for the homepage.
![]()
quite slowly working on a web game run by javascript.
I have quite a ways to go for the homepage.
![]()
cool.
-picsnip-
Feedback?
When I write tests
Given that I am a programmer
And everyone reading these tests is a programmer
And even if a 'business person' wants to make changes they'll still manage to fuck up this faux-english bullshit syntax
Why should I have to write shit like this
( Looks like one of those lolblogs. But classy. )
Only thing I find out of place is "The Feed" which kind of sounds like a b - movie. Why not just call it "Feed"?
Thanks, it pretty much is one.
Learned HTML + CSS Yesterday, hope it's clean enough, making a very basic layout.
Are those rounded corners images?
border-radius should work fine in a simple case like yours.
Rounded, yes.
And okay :), ill try to use that instead.
How's that compare to my previous one? I decided not to mess around with the colors just yet. I just removed the border around the "Welcome" bar and space everything out a bit more. I still think it can be improved a lot -- something(s) about it just doesn't feel right. Maybe it's too bare? I haven't done web/graphics design in so long...
Try to avoid using heavy borders and contrast between backgrounds or even containers altogether if you're striving for minimalism.
wrong thread. /snip.
I don't really understand what you mean -- your wording is slightly ambiguous. Could you please elaborate or give an example?
So yeah, I'm going to work for one of the most successful web-dev companies in Lithuania from the 7th of August :D Can't wait to start working there, I really liked the atmosphere and the people there seem very nice.
Also, another company called me today (I've sent them my CV), but obviously I already got a better offer.
Congratulations
Anyways, what is the smartest way to get the box under neath the other, on the right side.. ?
Code:#box_top { width: 263px; height: 55px; border: 1px solid #00; padding-left: 55px; padding-top: 13px; color: white; background:url(img/box2.png); margin-left: 350px; } #box_mid { width: 293px; border: 1px solid #00; padding-left: 25px; background:url(img/box1.png); color: white; margin-left: 350px; } #box_down { width: 318px; height: 13px; border: 1px solid #00; background:url(img/box3.png); margin-left: 350px; }![]()
I thought it was weird when I first used it but I played around with it a little more and ended up liking it. I've always figured that it's to make the tests easier to read by 'business people', not to write. If you're running CI and business people are able to check build status they'll be able to tell what is going on a lot more easily this way.
I like it, but I do write integration tests with RSpec sometimes too.
Put both boxes in their own <div>s and set display: inline-block on the divs. Also, use classes for rules that (can) apply to more elements, IDs for single elements.
Okay, thanks!
I'm working on hating Magento more. Working on a product display page. If I upload an image for the product in the admin panel it shows up fine in the admin panel. If I try to call it on the front-end it doesn't. BUT WAIT! If I request the small image or thumbnail on the front-end and then resize it to the size I want it works.. What the fuck?
I suggest keeping the text inside the fields black.
dat corners
Edited:
I meant that I think you should reduce the border shadow, reduce the difference between the page's background and the container's and possibly even let go of the container all together (setting it to have no background)
Jesus christ, now it's also deciding to randomly leave a couple template files out of the page when I run a few data reading methods in another unrelated template. Methods that should not be changing the state of the application at all...
Sounds like you're having a very fun time!
Tons of fun haha. I just fixed it the hacky way because all the error logs are empty and I don't have time to try to dig way in and figure out what's going on.
Of course, as soon as I moved the piece of code that was reading that data to a different file, the other files magically started working. The best part of that whole thing was that the data was actually being read and printed correctly... (and the printing wasn't the issue because if I commented out everything but the line that was reading data it still broke the other template files)
For some reason I find the way you display your work a bit annoying. No offence intended.
Edited:
Probably because you refer to yourself in third person and mention your name a lot.
Aren't the words nodejs and scalable antonyms? lol
Looks like the Text is just a little to close to the left-side of the boxes, look at the "3" for example, or the "J".
Decided to play around with the colors and the blur a bit. Aye?
The shadow on the links looks too fuzzy. The "Welcome" piece needs more vertical padding.
Too "neon"-ish combined with the soft color of the "Welcome" background.
those corners are really giving me an eyesore :(
why are you using them everywhere? it doesn't really seem to fit the theme, it's more like something for some space or futuristic cyberpunk website.
The font on the submit and reset buttons can go to hell
more letterspacing
Do not like the font.
That font is only meant to be used in large headings, not 12pt.
So, why not suggest a good font for that ?
Verdana is fine ?
Iteration 4! Suggestions, please...