Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
12answers
4k views

Testing HTML/CSS/Javascript skills when hiring

When hiring a front-end developer, what specific skills and practices should you test for? What is a good metric for evaluating their skill in HTML, CSS and Javascript? Obviously, table-less semantic ...
8
votes
4answers
390 views

Agile development from a front end developer perspective

I have recently joined an Agile software enginerring consultancy as their sole front end developer. It appears to me that one of the features of the Agile process is that you don't forward invest in ...
6
votes
5answers
107 views

What technology shall I use for a webpage that constantly requests data from server

We need to create a web-based frontend for displaying some data. The problem is that the data needs to be updated about once a second. For me as a web-developer the obvious solution is AJAX. ...
6
votes
3answers
744 views

Best way to capture javascript errors in production

I've got a serious javascript problem that is hard to reproduce in any of our DEV/TEST/PRD environments. Nonetheless, it is being reported consistently by our customers. Sometimes we think it's ...
5
votes
2answers
483 views

Changing the default font for StandardForm I/O from 'New Courier' to 'Consolas'?

I've searched without finding an exact solution for this... Does anyone know how to override Mathematica's default Monospaced font so all StandardForm Input/Output, including in the help browser, ...
5
votes
5answers
506 views

What's the difference between UI development and front-end development?

I'm a front-end developer and really enjoy jQuery and JavaScript. I've built a lot a websites, done some good jQuery work and built a few JavaScript based applications and would really like to get in ...
4
votes
3answers
237 views

Lone programmer do front-end back-end together or one after another

I use PHP with CodeIgniter(MVC framework). My Question is fairly simple. What according to you is the better approach while working with a slightly complicated website. After planning, and listing ...
3
votes
2answers
386 views

book for learning front-end web design

I am a computer science student looking to learn front-end web design. I've been a back-end guy so far, working mostly on servers side scripts (Ruby on Rails, Django, etc). I am looking to learn ...
3
votes
2answers
204 views

The modern way to clear floated content?

What's the modern way to clear floated content these days? There's the "recent" modern way of adding a ".clearfix" on the parent element to clear the contained floats and that would work great. In ...
2
votes
1answer
93 views

Front End for Running Talend Jobs

I am looking for a front end for our operator to run our Talend jobs. We do not want him to have the ability to delete or modify jobs. Only to run them and monitor their results. Any suggestions ...
2
votes
5answers
177 views

Jquery / Javascript speed… should I really care?

I've seen lots of posts comparing the speeds of various selector queries and DOM traversal methods. Of course it matters in cases with hundreds or thousands of elements and O^n operations, but does ...
2
votes
4answers
608 views

Front-end testing - tools Selenium RC

I am wondering what tool(s) do you use for front-end testing... Currently I am using Selenium RC as tool to test the front-end. I am quite happy with the result as I managed to integrate it with the ...
2
votes
1answer
2k views

Language used for Spotify's front-end [closed]

Possible Duplicate: What language or technology was used to develop the Spotify desktop application? I've read that "Most of the Spotify back-end is written in Python, with smaller parts in ...
2
votes
5answers
359 views

How can I design an ASP.NET website delaying the style/theme?

I need to build a prototype for an intranet website, and I want to focus on usability (layout, navigability, etc) and leave the theme for later (I have very bad taste, so this will probably be done by ...
1
vote
2answers
84 views

Front-End Live editing (HTML/CSS) [closed]

A while back I came across a tool where you could see HTML/CSS (maybe JS?) changes without refreshing your browser. Does anyone know the name of this tool? I've looked through the Firebug settings ...
1
vote
0answers
61 views

Which website you always check out the lastest front-end technology on? [closed]

I am a web front-end developer.I focus on the mobile web app.You know in China,there are few of high quality websites about front-end tech. I want some websites which focus on web front-end.I hope ...
1
vote
1answer
174 views

How to use HTML5 ondrag event to change the element's position?

For example : https://github.com/lbj96347/easypost/blob/master/test.html (p.s: you should have jquery and the css file of the page.:-)) Like this page,you can use the jquery extension to change ...
1
vote
2answers
152 views

Untoggle Previous Menus on click of the Next Menu Header

I have created a menu using CSS and Javascript. When I click on a menu topic (Header) it gets toggled and shows the sub categories. What I need it to do is.. when I click on any other menu headers ...
1
vote
3answers
142 views

How do you go about refactoring the front-end of a large website?

I have a very large website that I need to refactor the front-end of due to maintainabilty concerns and performance issues: Whats tricky: Lots of overcomplicated scripts Over-complicated CSS with a ...
1
vote
4answers
283 views

Front End Developer v/s PHP-MySQL Engineer

I want to decide which of this would be a more viable career option? I am ready to quit my current job and hence I am looking for new opportunity. Current job is maintainence and no more active ...
0
votes
1answer
69 views

Any pure-front-end system help me reuse html?

For exmaple, I have 3 pages with the same structure: banner main content footer The banner and footer part are the same html, and main content are different static html . I don't want ...
0
votes
1answer
107 views

A couple of Sitecore questions

I have a couple of Sitecore questions. The standard Canteen Webpart is supposed to show Today's Menu on front-page, if a canteen is choosen. Mine doesn't. It just links to my choosen canteen. How do ...
0
votes
1answer
62 views

MVC testing razor views render ok

I'm not looking for much, but I want to guarantee as much as possible any re-factoring of my code has no side-effects on my front-end. It galls me to find that I have had to re-factor e.g. Action ...
0
votes
2answers
89 views

Best practices for creating layouts (using server-side code)

Lets assume for the sake of this question, I have a container element, with three columns inside that container and with a right margin of 10 pixels, on the third column I want to set the right margin ...
0
votes
4answers
93 views

Why are browsers allowed to display client-side source code?

Why are browsers allowed to display source code for HTML/CSS/JavaScript files? I've been told that obfuscation is not the ultimate answer to provide protection. So once the code is sent to the ...
0
votes
1answer
88 views

CSS: How to achieve - Two elements to be centered and positioned side by side WITHOUT a third parent container?

Problem: In the following HTML-markup: <html> <body> <div id="div_1"></div> <div id="div_2"></div> </body> </html> I want both div's ...
0
votes
2answers
49 views

Is doing pro-bono work a good way to start building a frontend portfolio?

I'm building a portfolio for front-end web development, and have been told that it would be best, starting out, to offer to build site pro-bono for people until I have an adequate level of experience ...
0
votes
2answers
150 views

Creating quick GUI front ends

I wanted to have a GUI front-end for a script that accepts numerous command-line options, most of them are UNIX paths. So I thought rather than typing them in (even with auto-completion) every time, ...
0
votes
1answer
33 views

Need help choosing a research direction for UI field

This lot has proved EXTREMELY helpful in the past so I thought I would pose a question with a more open ended answer. I am going to be starting my M.S. in Graphic Information Technology Thesis and I ...
0
votes
2answers
716 views

jquery image preview that work on ajax embedded image links?

there are various good jquery image preview plugins out there. however, all of the ones i've tested havent worked on image links that are embedded in the DOM with ajax. i have tested use jquery live ...
0
votes
5answers
93 views

incompatibility issue: use which web browser for developement?

i have a mac. i wonder which browser (safari or firefox) i should use to develop my prototype, firefox or safari? because i have noticed they will give different effects. some things working in ...
0
votes
1answer
159 views

simple web chat, multiple fronts

hey, i'm looking for a solution to this problem: i need to create simple almost realtime-like web chat for a website that has multiple fronts. web chat doesnt need any icons anything just nickname ...
0
votes
1answer
413 views

Extension method output in Container.DataItem?

So I have an IList of business entities that I loop through in a ListView into an unordered list. I created an extension method on this Entity in my presentation layer. In code behind, I can ...
-1
votes
1answer
123 views

How to make an online product designer in the frontend using Magento Community?

How can I make an online product designer in the front-end using Magento Community? Mainly i am in need of a way in the front-end so that user can select one raw product like a single color T-Shirt. ...