The user-facing part of an application. In a desktop application this would include the windowing framework and the forms the user interacts with; in a command line program it would be the available commands and arguments; and in a web app it would refer to the HTML and JavaScript.

learn more… | top users | synonyms

0
votes
0answers
17 views

most elegant way to add prev/next buttons to pure CSS3 animation?

a client of mine desperately wanted to have a ken burns slideshow made with pure CSS3. however, now they figured they need prev/next buttons for the images. i thought of various ways on how to achieve ...
0
votes
2answers
29 views

Organize Development Team on Big Projects

I want to create big intranet project that has 1000 pages with same design (like same buttons, same textbox...etc.) So i was thinking how to organize frontend & backend team on component based ...
-1
votes
1answer
20 views

Advice needed in designing portfolio [closed]

I am designing my website portfolio page i want to display my websites (inside desktop, mobile, iPad) . I have seen this type of display on many portfolio websites ..(http://45royale.com/work). I am ...
-1
votes
0answers
4 views

while loading large content in div. div is flickering in safari browser

I have tab-bar in my page . Each tab has separate div. All divs are inside the one parent div.some div large datas I am trying to change one tab to another tab. While change small size div to bigger ...
-1
votes
2answers
24 views

a tag breaks in two lines in chrome, why ?

Im expierencing a kindda funny problem - If you take a look at this page: http://www.cinemaxx.dk/koebenhavn/events/date-night/ And look at the breadcrumb, then the link/word "Date Night" breaks in ...
0
votes
0answers
18 views

Magento Custom Module: Allow user to Add Entry

I've started trying to create my own custom module. My goal in the end is to allow it so the user can review the STORE as they could a PRODUCT. I've started with a Module I created using the ...
0
votes
2answers
30 views

Customizing Twitter Bootstrap carousel pills

sorry if this is a dumb question. I'm attempting to use the Bootstrap Carousel, but would like to customize the carousel pills to use custome images, rather than their current form. I'd like ...
-8
votes
1answer
78 views

Why Do Ruby on Rails Websites Look Better Than Django? [closed]

Just so I'm clear, I'm completely new at programming and want to develop Software As a Service websites. My goal is learn in 6-12 months how to program and deploy websites quickly with either RoR or ...
1
vote
1answer
36 views

Is 'this' truly a reference to “$scope” in AngularJS's context?

I'm quite new to the superheroic framework AngularJS, so please excuse my noobness! So, while I was trying to develop a simple SPA that allowed admins to change permissions of other users in my ...
-1
votes
0answers
24 views

CSS: Child of FIXED element, overtop of sibbling “overlay” (With JSFiddle example)

Demo of my question, includes this question in the JS panel, and comments throughout the code, as well as styling and an example of good/bad. http://jsfiddle.net/iredmedia/Zb57r/ My request is for ...
1
vote
1answer
29 views

Show backorder status on magento frontend

I need to show on the product page (frontend) that the current item is for backorder ONLY and is not in stock. I have at the moment those in stock showing qty of what is available and those products ...
1
vote
1answer
33 views

twitter bootstrap nav stacked list customization

Hi frontend developers and everyone else, who's interested in the subject. I have a question about one of bootstrap component, namely ul list customization with nav nav-tabs nav-stacked classes. ...
0
votes
0answers
21 views

Any resources on building a scalable front-end architecture?

I'm gonna create a whole new website and write everything from scratch, mostly on front-end part. I just wanna know if there is any resources on building a scalable front-end architecture cause I ...
0
votes
2answers
34 views

how to synchronisation over multiple mobile devices

Is there anyone who worked out a synchronisation plan for a mobile application? I've been searching for it, but can't find a good example. I'm looking for a plan such as I think evernote uses to sync ...
0
votes
0answers
22 views

Ember Views and initializing with values - TypeError: this.currentState is undefined

I am having trouble working with ember views and initializing them with values before the template is rendered. With my code below, I am getting the following error in the browser: TypeError: ...
0
votes
1answer
31 views

Front end technology / framework [closed]

I am using Spring MVC and Hibernate for a project. I am little confused about which technology to use in front end part(in jsp part), to get better look and fill as well which is easy to adopt. ...
4
votes
3answers
82 views

100% height div between header and footer

I am trying to create a webpage layout with a header/footer (100% width, 145px height), a 'main area' between the header/footer (100% width, dynamic height), and a container around the content that is ...
0
votes
1answer
32 views

suggestions: mobile friendly nav for existing site [closed]

I've been tinkering around with a more mobile/tablet friendly version of one of my favorite sites www.cuteoverload.com you can see the start here: http://mmeynier4450.cuteoverload.com.moovapp.com/ ...
0
votes
1answer
32 views

Magento: frontend text field that updates the product price?

I have no idea how to do this, this does need to be added to a working store with normal products, I am ok at making an new template to do this.
-1
votes
1answer
36 views

Two fixed divs, hide them alternatively on scroll

I have mind-numbing problem. There are two divs. Both of them should be hidden with the background when scrolled by alternatively. The background 2 has a fixed photo, if you want more information. ...
1
vote
2answers
43 views

Jquery or Javascript mvc

i build hr, accounts and other management system with laravel at backend. Ajax is used in many pages for pagination, crud operations and for other purposes but website is not completely based on ajax. ...
0
votes
1answer
23 views

Custom query results generate code

Simple question. I have the following custom query. How do I make it generate a html list of the array via "echo?" $q_result = $wpdb->get_col("SELECT DISTINCT {$wpdb->terms}.name FROM ...
0
votes
0answers
59 views

How to create a circular Image Slider without jq on Phone

I want to create a circular ImageSliderShow. So when it turns image one by one, I insert the tail dom before the head of the child dom and changed the translate3d of the parent node. It worked on the ...
1
vote
2answers
76 views

The dangers of using AJAX as a front end for the website

We have Java EE backend for database access. Servlets ask for XML data and send XML response according to them. Now we have to write frontend for it. The idea is to communicate with backend through ...
0
votes
0answers
25 views

What are the pros and cons of image filtering on the back-end vs front-end for iOS apps?

I am creating a iOS app which will be using a rails back-end. One of the features of the app will include an Instagram-like camera with special image-filters. My question pertains to what the pros ...
1
vote
3answers
65 views

C# GUI on top of C++ Application [closed]

I have a C++ console application which queries a server for data, parses the data, and does some computationally intensive processing of the data and stores the result in an object. I currently have a ...
0
votes
1answer
92 views

Need to send data in PDF,CSV and HTML format from REST API. Should I send files Or send JSON?

I am creating REST Api for a project using Spring MVC. On front end some reports are needed to be displayed in PDF, CSV and HTML format. Should I send JSON data to the front end for those reports and ...
0
votes
1answer
39 views

Separate frontend application - build and deployment strategies

There is an opinion that when building rich browser applications (JS-heavy) it should be treated as separate application not as a part of the "backend" app. I wonder how is build and deployment ...
1
vote
1answer
53 views

Sass, qualify a tag with parent selector

Ok, suppose I have the following traditional CSS .social-media { /* ... */ } .social-media .twitter { /* ... */ } .social-media .facebook { /* ... */ } ul.social-media { /* ... */ } So, I tried to ...
0
votes
1answer
33 views

How to color a part of a4j:commandLink text value?

I want to color a part of a4j:commandLink text value For example My target view I use this code <a4j:commandLink value="My Link &lt;span style='color:red;'&gt;*&lt;/span&gt;" ...
0
votes
1answer
72 views

Front End Testing Strategies? [closed]

I am a front ed developer and was thinking whether there is a full blown testing strategies for front end. Since there are a lot of front end tools and we are using one each day. Are there any ...
0
votes
0answers
46 views

Website graphic design [closed]

I'm a web developer specially works in front end developing. My main fields are HTML5-CSS3 and Flash AS 3.0 Here in Iran Team Work means nothing for most of the people, but I think it's the most ...
0
votes
0answers
22 views

Is it alright to store token in a cookie of a front end application

We are building a frontend web application using emberjs with a node/express backend. The apis from node are being consumed by mobile as well as other applications. Thus, we have a token based ...
0
votes
2answers
40 views

Joomla 2.5: assign user to usergroup from front-end

I have statically defined user groups with statically defined access rights. And I want to be able to change the user group for given user from the front-end using some module. Reason: users can ...
0
votes
2answers
80 views

Best Practice SQL Server/Access connections

At the risk of starting an ODBC/OLEDB arguement, does anyone have any best practice suggestions for linking an Access Front End to a SQL Server Backend? I have read the articles about .ADP vs .MDB ...
0
votes
2answers
75 views

How do I load content based on URL without hashes or php variables?

Let me know if this question needs more clarification. I am a front-end developer, and I usually use Wordpress with lots of custom fields to put together a CMS for clients. A current client wants a ...
0
votes
1answer
115 views

Better way to a front-end and back-end developing [closed]

I'm starting a project and I'm not sure about what technology to use on the back-end and front-end sides. The project needs to generate charts and a lot of statistics so I have been surfing on the ...
1
vote
2answers
105 views

Different/separate session frontend and backend

Firstly, my English is not too good. Hi, I have problem with my project I created a website that allows you to login from frontend (as member) and as admin. I login to both (frontend and backend) ...
0
votes
4answers
84 views

Add image dimensions automatically to <img>

I scored my website on gtmetrix.com. It recommends adding image dimensions to all my images. The thing is, I need some way of adding these automatically, so if the image changes, the dimentions are ...
0
votes
2answers
73 views

iPhone - Horizontal scrolling appears only on home page

I cannot for the life of me figure this one out. I am developing a pretty straight-forward website and on the home page (the home page only) when viewed on an iPhone, there's a weird horizontal ...
0
votes
0answers
52 views

Pass form values into array, then compare w/ date (JavaScript)

Getting stuck. I'm trying to pass form drop down options into an Array then run an if...else statement on them to see if they are past the current date. Getting stuck on passing the form values into ...
0
votes
1answer
48 views

jQuery stop animation on focus hover

I'm working on a UI module: a search form that shows/hide depending if the user has hovered over a target area, or still has focus on the input text field. I just have another tweak to take care ...
1
vote
1answer
49 views

Development methodology for CMS driven websites

This is quite a generic question, and I hope to hear what opinions people have on this, rather than a dedicated answer. Ive been developing for about 6 years and have recently joined a new team. I am ...
1
vote
0answers
325 views

Ember.js vs Backbone.Marionette.js [closed]

I have been looking into Ember.js and Backbone.js to find which one is more suitable to frontend development, and I've figured out that Backbone.js is more suitable when the developer wants more ...
0
votes
1answer
54 views

Markup image with javascript and save

I am trying to add markup to an image. The user will be able to add text, drawings and images. I am guessing it is easiest to do this with javascript on the front end. My question is, what is the ...
0
votes
1answer
92 views

Access front end GUI

I have a small SQL database, I want to make a front end GUI for it. VERY basic kind of stuff that basically just allows the user to input data into the GUI which basically just inserts data into the ...
0
votes
2answers
32 views

How to add alternating classes to dynamic feed of thumbnail images?

I am bringing a feed of a youtube user's video channel onto a page via two plugins called jYoutube and jGFeed. jGFeed: http://archive.plugins.jquery.com/project/jgfeed jYoutube: ...
-1
votes
4answers
155 views

Change HTML code without refreshing the page

Is there any possibility how to change HTML (.jsp) page without refreshing it? Usecase is that user writes something to textarea then hits some button and I need then to add some object ie picture to ...
0
votes
2answers
30 views

html/javascript: templating options in regular html

Converting a project from django into a flask API backend + backbone.js frontend It was nice to be able to do {% include %} options in the HTML in order to make it more modular, i.e. I was able to ...
1
vote
3answers
62 views

jQuery .append is occurring multiple times. How do I prevent this?

I looked at some similar posts, but haven't found the solution I'm looking for. I am attempting to append div#dropdownmenu only once. However, it continues to occur as I hover over the div. Any ...

1 2 3 4 5 13