Offer HN: Front-End Web Development.
31–40 of 45 posts
Re: Offer HN: Front-End Web Development.
#32how do you get fonts to look like that. I'm starting to see them all over the place. Fonts that look like they are indented into the page.
Re: Offer HN: Front-End Web Development.
#33Take a look at http://www.groupsense.com For demo: http://acmecorp.groupsense.com/login/display.php login: allison@acmecorp.com password: pass12 I would be happy to post before and after screenshots of your work on the site. Thanks, vidushi@groupsense.com
You need to trim the username before validating it.
Re: Offer HN: Front-End Web Development.
#34how do you get fonts to look like that. I'm starting to see them all over the place. Fonts that look like they are indented into the page.
Re: Offer HN: Front-End Web Development.
#35how do you get fonts to look like that. I'm starting to see them all over the place. Fonts that look like they are indented into the page.
Re: Offer HN: Front-End Web Development.
#36I could take some designs, and implement corresponding HTML/CSS/JS for them. glad to help! my email is in the profile.
Re: Offer HN: Front-End Web Development.
#37Take a look at http://www.groupsense.com For demo: http://acmecorp.groupsense.com/login/display.php login: allison@acmecorp.com password: pass12 I would be happy to post before and after screenshots of your work on the site. Thanks, vidushi@groupsense.com
Authentication currently fails if there are trailing spaces in the username. You need to trim the username before validating it.
Re: Offer HN: Front-End Web Development.
#38I've had this idea for a logarithmic calendar/timeline for event aggregation purposes... but I don't know where to start. I have some experience programming in C, Python, and Java, and a wee bit of HTML/CSS experience, but no JS or JS-related stuff. Do you think you could give me some pointers on how I could go about implementing this kind of thing?
A good way to build an first app in Python would be to go through the google app engine docs for python, they provide the ability to deploy your app and have a good api. To learn javascript, if you already know C the syntax itself is a lot like C, but there is the dom and dynamically typed variables. A good way to start might be learning some javascript basics and taking a look at jQuery: http://docs.jquery.com/Tutor…
Re: Offer HN: Front-End Web Development.
#39email in profile. -Aaron
Re: Offer HN: Front-End Web Development.
#40Earlier quoted context omitted.
A good way to build an first app in Python would be to go through the google app engine docs for python, they provide the ability to deploy your app and have a good api. To learn javascript, if you already know C the syntax itself is a lot like C, but there is the dom and dynamically typed variables. A good way to start might be learning some javascript basics and taking a look at jQuery: http://docs.jquery.com/Tutor…
Are there any specific libraries or features that would be particularly salient to this endeavor?
if you like functional programming check out underscore.js
jquery ui is a jQuery plugin that eases many ui tasks, but be careful - it's easy to go overboard.