Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

89
votes
20answers
20k views

Why don't they implement Python and Ruby in the web browsers?

I wonder, why don't they implement other languages like Python and Ruby in the web browsers? Don't they fit as client programming languages or did it just happen to be that JavaScript was the first ...
80
votes
28answers
45k views

What is the best MySQL Client Application for Windows

Are there any MySQL Client applications for Windows that get even close to what the Enterprise Manager / Server Management Studio is for Microsoft SQL? I have two requirements and one "nice to have" ...
31
votes
19answers
1k views

Re-learning CSS the right way

I am a programmer doing web development for over two years now. Even though I’ve been doing front end engineering for the past two years I don’t think I have done it the right way For instance: I ...
23
votes
12answers
5k views

When should I use Inline vs. External Javascript?

I would like to know when I should include external scripts or write them inline with the html code, in terms of performance and ease of maintenance. What is the general practice for this? ...
22
votes
5answers
10k views

Front-end developer interview questions [closed]

There are a lot of good interview questions (even "puzzles") for software developers here on SO, but I was wondering if anyone had some good questions for a front-end developer position. We're looking ...
17
votes
3answers
3k views

Sproutcore or Cappuccino for Ruby-on-rails?

Rails is a very great backend framework keeping everything clean and structured. I guess that you all have thought about doing the same for the frontend. Sproutcore Cappuccino Do you use one of ...
16
votes
1answer
403 views

dynamic interactivity problem

I am trying to have two panels, the left showing a graphic and two locators, the right one a zoomed-in version in the area defined by the locators. I've tried ClearAll[mndpt]; mndpt = Compile[{{c, ...
12
votes
2answers
253 views

Is there a way around using [[ and ]] for Part in Mathematica?

Is there a way to avoid having to do ⋮[[⋮ to obtain those great looking brackets for Part? Is there a way for this to be done automatically after you ran a function or a definition ?
11
votes
1answer
228 views

How to make registration in web applications userfriendly?

I'm designing a new web application and I'm aware that the process of registration (creating a profile) is really frustrating for the users (also to me) - everywhere we go, people should register. ...
11
votes
9answers
8k views

good postgresql client for windows?

coming back to postgresql after several years of oracle ... what are the state-of-the art postgresql administrative/ddl generating/data inserting frontends on windows? it would be nice if it had ...
10
votes
2answers
102 views

Mathematica's spacing of symbol accents when typesetting mathematical formulas

Mathematica appears to have difficulty horizontally aligning accents (e.g. bars, hats, and tildes) when placed on top of certain mathematical symbols. Here's a simple example: Using the ...
9
votes
4answers
696 views

C++ compilers and back/front ends

for my own education I am curious what compilers use which C++ front-end and backend. Can you enlighten me where the following technologies are used and what hallmarks/advantages they have if any? ...
8
votes
1answer
135 views

Can you detect whether a device has phone capabilities (e.g. it can make voice calls/SMS) with JavaScript?

Is there any way to detect whether a mobile device is capable of making voice calls / SMS messages? This is important when applying tel: and sms: links in a web page. It is not enough to merely ...
8
votes
5answers
166 views

What are the risks associated with Hosting 3rd party Javascripts?

I'm a new developer at my company and I do mostly front-end web development. Our team is frequently asked by our Sales and Marketing people to incorporate 3rd party javascripts on our site. "Here's ...
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 ...
8
votes
6answers
495 views

Fastest Method to Learn Web Design for a Developer

I am a Web developer and in my projects I have noticed that my weakest point is not being good at the front-end design. Relying on other designers can be annoying if they are not able to produce as ...
6
votes
2answers
116 views

how to call 'this' outside my objects scope?

I have developed some sort of Jcrop initialization for a website, I managed to make my own namespace. Question I have is regarding this keyword. Every time I had to access my base object "aps" in any ...
6
votes
0answers
186 views

How to make a clean clang front-end?

I'm working on a C++ source analyzer project and it seems that clang is nice candidate for the parsing work. the problem is that clang heavily depends on the infrestructure "llvm" project, how do I ...
6
votes
4answers
430 views

Is backbone.js production ready?

I was recently hired at a startup as the front end developer. As our product is a user admin that will be used by financial organizations, we want the app to run as much like an application as ...
6
votes
2answers
691 views

Front-end design first, or back-end development first? For Ruby on Rails site

I am doing everything on my own: front-end and back-end. I am proficient with HTML and CSS, but a noob in Ruby on Rails. Now that I want to develop the site, I wonder if I should start from front-end ...
6
votes
12answers
400 views

Website fully written ( or displayed ) in Flash. When this is NOT a good idea?

From this tweet: http://twitter.com/azaaza/status/6508524118 I reach a website which is made completely in Flash (at least the front end). It looks fantastic and it could have been written with ...
6
votes
16answers
4k views

What's a good front end query tool for SYBASE?

Is there a SQL Management Studio-like sql editor for SYBASE? I can't imagine people work with the text editor -- makes me want to pull my teeth out. I couldn't get SQL Management Studio to work with ...
6
votes
6answers
552 views

Are clean URLs a backend or a frontend thing

What do you think.. are clean URLs a backend or frontend 'discipline'
5
votes
1answer
73 views

How do I find CSS usage for a complete site?

I've come in at the end of a big Drupal site build, and the resulting CSS files are... verbose and less than tidy, to say the least! Are there any tools for checking the entire site to a) see if ...
5
votes
5answers
509 views

dynamically manage Ext.app.Application.controllers

At the moment our team evaluate possibility of converting large corporate web-application (kind of a ERP system, 600+ unique screens) using ExtJS for the front end. The application was build on our ...
5
votes
1answer
568 views

Vertical Parallax in jQuery

I'm currently building my portfolio site, and I'm having a little difficulty, basically I have two small problems... I cant get the background position to animate in the y axis when the position ...
5
votes
6answers
428 views

Drawbacks of using jQuery?

I have heard lots and lots of good things for jQuery but what are some of the drawbacks with current version of jQuery and what features you want in next release of jQuery ?
5
votes
4answers
243 views

Ruby plugin for web browser?

Am I correct that if someone wrote a Ruby plugin for a web browser and a user installed that plugin then it would be possible to replace javascript with ruby on the frontend? Aren't there any plugins ...
5
votes
5answers
505 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 ...
5
votes
4answers
1k views

What is a good git server frontend for self hosted git repositories

I am planning on deploying git for a project I am currently working on and was wondering if there are any free softwares that provide an easy to use web view of the git repository. I am primarily ...
5
votes
2answers
318 views

Concurrently access database with Excel as frontend - doable?

Suppose you have an database with the largest tables containing about 200.000 rows, and frequently modified. The client wants Excel to connect via ODBC to the database, and work as a frontend to ...
5
votes
6answers
663 views

Simulating latency when developing on a local webserver

The Performance Golden Rule from Yahoo's performance best practices is: 80-90% of the end-user response time is spent downloading all the components in the page: images, stylesheets, ...
5
votes
10answers
2k views

sprites vs image slicing

I don't have much experience with the sprite approach to images (http://www.alistapart.com/articles/sprites). Anyone care to share some pros/cons of sprites vs. old-school slices?
4
votes
2answers
180 views

Using OTP/Erlang as a part of the component-based architecture of a web application

I have an Erlang/OTP application which does some business logic. It is written in Erlang mostly for fault-tolerance, because I can easily restart one of the crashed components of the system (high ...
4
votes
2answers
130 views

how to reload javascript file

I have a question about reloading JavaScript files. I develop web pages front-ends and do a lot of coding in JS. Every time when I want to check an application's flow is correct (or do some debugging) ...
4
votes
3answers
120 views

Coloring “horizontal line” in Mathematica

Is there anyway to have those lines automatically Black in Mathematica ?
4
votes
4answers
202 views

How to securely submit a high score in a front end game to prevent post hijacking [closed]

Given a Client Side Game (lets call it game X) and a server side database that stores the high scores how can after the end condition of the game securely sumbit a high score to the server in a way ...
4
votes
2answers
135 views

Which Version control system you would prefer for HTML, CSS, Javascript development for small team of Developers?

Which Version control system would be good for HTML, CSS, Javascript development for 4 Developers? We are 4 developers, all in different countries and we all have different Operating systems. 2 ...
4
votes
2answers
319 views

HTML5 Data Attribute Sort

I'd like to sort DOM elements that has data attributes defined for rating and date. What is the best way to implement sorting on the front-end with jQuery? Sample code can be seen on: ...
4
votes
5answers
830 views

Best book(s) about web design and front end development

I searched for a while but I couldn't find a question that exactly covered this topic. I'm looking for a web design book that covers both the design part and the front-end development part. What I ...
4
votes
3answers
393 views

MySQL Frontend that displays foreign rows nested within a table's rows?

I once came across a MySQL Frontend app that displayed foreign linked rows within the parent row, if for instance the Client table has a foreign key to the Suburb table: Do you know of any Frontend ...
4
votes
1answer
132 views

Is there a text based mysql UI?

I don't mean the standard mysql-client CLI, but rather something similar to what midnight commander is to filesystem management. The simple command history of the basic cli is not bad but really ...
4
votes
2answers
215 views

Saving the time the user is logged on

In the application I am developing I have to store the time some particular users remain logged into the application, unfortunately, in web applications there are several ways the user can log off. ...
3
votes
1answer
159 views

Javascript Performance: Multiple script blocks Vs single bigger block

I have observed a weird behavior on IE8(not seen on FF 3.5). I created 2 sample web pages with only some JS in it. Page1: 3 JS blocks ( tags) with very small inline JS in them. Page2: Same JS as ...
3
votes
1answer
166 views

Background image resize

I have a html which includes body background. the imagae size is w: 400 and h: 300. and also i have set the this html window / browser size to 400 x 300. when i maximize the window the background ...
3
votes
2answers
274 views

What are the most common font-sizes for H1-H6 tags [closed]

I've always been unsure of where to start as a general best practice baseline. Yes, I know it depends on your design -- but what's most common? Here's what I currently have as a starter: h1 { ...
3
votes
3answers
319 views

HTML/JavaScript/CSS Theory - Basic Internet Question

Got asked a very interesting interview question today: a question so (seemingly) elementary, yet one that I have never actually fully understood (at least not in as much detail as I should). And ...
3
votes
2answers
232 views

How do I add a box shadow to the faux column sidebar?

I have a faux column for the sidebar with a background image repeat-y. However, I would like to add a drop shadow to the entire image. How do I do this? I can't seem to be able to figure it out. ...
3
votes
1answer
190 views

Where's some good documentation for creating a GCC front end?

I've been tasked to come up with some half-year and full-year university projects for IT students and, due to the fact that it's hopefully never been done before (and also that I harbor certain ...
3
votes
2answers
129 views

How can I create a Javascript/Jquery algorithmic function that will calculate on load--and re-draw during mousedrag?

I've begun development on a web app, and I'm just now tackling some of the first front-end obstacles. I'll give you some details about the front-end first, just to make sure the context of my question ...

1 2 3 4 5 7