Defines a component in a logical separation of an application.
0
votes
0answers
3 views
Insight on tools for (static) frontend apps with JSON API backend
I'm a web developer but I'm used to developing with frameworks like Rails, Sinatra, CodeIgniter, etc... Not only MVC frameworks, but all of them work the same way, and in the end the templating and ...
-1
votes
2answers
26 views
can I use API's with Jquery mobile? [closed]
my question probably reveals my lack of experience.
I'm trying to build a mobile app that can process payments. It also needs access to maps, and location related api's and probably another API.
I ...
0
votes
2answers
32 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 ...
-3
votes
0answers
50 views
Which PAAS (platform as a service) is the best choice? [closed]
I have launched a couple of apps already. I am planning to have one backend server to manage all apps push notification, updates and webservice communication etc. I search around on internet. Maybe ...
1
vote
1answer
44 views
Ext JS with C# Backend
Im currently starting a new WebProject. The plan is to generate the entire frontend via extjs and communicate with a C# .Net Backend (via ExtDirect !? )...
My problem is that i dont really know what ...
0
votes
0answers
10 views
Hiding a particular category in a particular theme in Magento
How can i hide a particular category from showing in a particular theme.
Like i donot want to show a particular category for the mobile theme. Is there any option in the backend for such a ...
0
votes
1answer
25 views
DOM replacement on backend (asp.net)
I am new to asp.net and I am currently having this on front-end to replace DOM node:
$('foo:eq(0) bar:eq(1)').html('Hello World');
What is the best way to do it on back-end asp.net?
...
0
votes
0answers
29 views
product disappears from category magento backend [closed]
I have a magento store having more than 34000 products in different categories. From last month I am facing a wierd problem, products are deallocated from categories automatically.
There are number ...
1
vote
2answers
45 views
Create Magento Backend Field ReadOnly
I would like to create a read-only field in the backend at the client's Magento.
create fields to know (through a module) is as follows:
$installer->addAttribute("customer", "attrcode", array(
...
0
votes
2answers
37 views
Google App Engine Backends not associated to any Frontend
I'm developing a Java app in GAE, which offers an API through Google Cloud Endpoints.
Basically it receives requests in the endpoints and uses a number of web services from different providers, ...
0
votes
0answers
23 views
How to control RoR I18n texts stored in database?
I'm using the I18n Gem from Sven Fuchs in my Ruby on Rails 3.2 Application and while the gem works great I came across a situation, which I don't know the solution to:
I have a seed file, which ...
-2
votes
0answers
40 views
Getting started with a php object oriented backend system [closed]
Hello all you coding geniuses. I am working on a backend for an iPhone app in php and I'm trying to make the backend based on a object oriented system. I used to be totally inefficient and have a ...
0
votes
1answer
34 views
Using Parse BaaS on iOS: Should I use PFFile for saving primitive types and Objective-C classes?
Trying to get a handle on using Parse (Parse.com BaaS [back-end as a service], for the uninitiated), and in reading the PFFile reference, I'm kind of unclear on what "non-relational way" means in the ...
1
vote
1answer
32 views
The --backends flag for Google App Engine's dev_appserver doesn't seem to be supported?
I'm trying to test out my Google App Engine Python backend code locally. According to the docs there is a flag, --backends, for dev_appserver that will let you run them locally. I'm using 1.8, and I ...
0
votes
0answers
24 views
Is there any other language which compiles to FASM?
FASM is the fastest and most efficient x86/64 assembler out there, and I'm using it as the backend for the compiler of a new language I'm writing.
Since I only use Ubuntu the FASM code which my ...
0
votes
0answers
35 views
How to integrate a jQuery mobile to a backend system
So I have searched this all over the place and I get vague information, to what I think it's a pretty straightforward question.
I have built a pure jQuery mobile app, with hardcoded data. I have a ...
1
vote
2answers
79 views
Google Plus Authentication within an Android App
I'm trying Google Plus sign-in in an Android app (with backend support).
I could get access token and email from the user, but know I don't know how should I recognise this user from the server. I'm ...
0
votes
1answer
57 views
Modify custom field from front end
If I need to manage a custom field under wordpress, but not from the admin area. In other words, I need that users modify the content of post custom fields from front end. What is the way to do so?
...
0
votes
1answer
53 views
Angular's E2E for backend testing
can angular's e2e framework be used for testing web services and also for database validations ... in short for backend testing or it is just to test UI i.e. front end testing ?
0
votes
2answers
35 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 ...
4
votes
1answer
43 views
Facebook Integration Backend
What's going on:
We basically have a back-end server where we will have the information of each individual user. Twitter and Facebook authentication is a common way of letting the user access one's ...
-1
votes
0answers
30 views
Best server setup for a iPhone backend [closed]
I am about to launch a quite big iPhone project running PHP & MySQL as backend technologies. While building the project we have been using Pagoda Box.
We are now ready to launch, but I am a bit ...
0
votes
0answers
23 views
what favorite architecture for mobile app dev?
I'm planning to develop a mobile app with the followings:
- for frontend dev, I'd like to try appmobi Xdk, and then build mobile apps for iOs, Android, and Blackberry devices with the same code
- for ...
0
votes
0answers
16 views
Android Wallpaper serving app system design
I'm designing a wallpaper serving app, and is thinking about how the wall paper server backend should be maintained.
So far my plan is to us Amazon S3 to store the wallpapers, and create a Tomcat ...
-9
votes
1answer
60 views
Web application backend [closed]
i need to develop a web application's backend. The frontend was developed with html5, js, css and jquery. My question is: What is the best technology to develop the backend?
I have looked php and C# ...
0
votes
1answer
39 views
How do I set the compression parameter for PNGs in imsave() (Agg backend)?
I want to disable (or lower as much as possible) the compression for plt.imsave(). I just want to quickly dump out PNG images that are reused almost instantly anyway.
Any ideas how to do that?
(I am ...
-3
votes
0answers
42 views
Can any suggest me a best ebook or tutorial for Amazon Web services for iPhone [closed]
Hi Every one im new to AWS .I have a free tier membership at Amazon web services.But i couldnt find proper tutorials or ebook for how to Create an Iphone application with AWS services.
please ...
-1
votes
0answers
60 views
Setting up a backend for iOS app through PARSE [closed]
I am currently trying to make a social app where feeds are sent to a server for multiple users to view at any time, if given access by the initial user.
I need to know if using PARSE's free server ...
0
votes
0answers
31 views
Typo3 Ajax in Backend Extension
i've been lokking for a way to use some ajax feature in a typo3 extension.
here is what i want :
i've 2 select fields in my extension "cars" : brands and models (models are linked to cars in ...
1
vote
1answer
48 views
Magento, see if back-end user is online?
I have a Magento website.
There is admin user, thats me, and a other user.
How can I see if the other user is logged in (back-end) ?
EDIT
Thanks to Sandeep I now have this:
<?php
$session ...
1
vote
1answer
69 views
sitecore making a login page
I want to make a loginpage for my website, but im confused in what to use and where to put the functions that would validate the authentication, and keep how can it keep track of sessions.
Should I ...
0
votes
0answers
28 views
Magento - Sort “Items Ordered” in Order Details
Haven’t had any luck searching the forum or web…
Any idea how to sort the “items ordered” grid in a customer’s order details (looking from the backend - Sales > Orders > Order #XXX)? I need to sort ...
-3
votes
1answer
88 views
What is the best backend for a jquery mobile web app?
i want to know what is the best backend (database) for a jquery mobile web app and if you have any tutorials and tips that i could use? What is the best database to support a jquery mobile web app?
...
0
votes
0answers
26 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 ...
0
votes
1answer
64 views
Best practice for a multiuser CouchDB-based app?
I create a CMS from scratch and decided to use CouchDB as my database solution. For my CMS I need various accounts and of course different user roles (admin, author, unregistered user, etc.).
First I ...
0
votes
0answers
34 views
Backend messages(including validations) to frontend
I write code in Java but I think this is more of a design question. Consider a backend service in a banking application for transferring funds to an account in another Bank.
There could be many ...
0
votes
1answer
48 views
Integrating Paypal payment APIs on server side
I have a Java Server providing web services to my frone end web application. One of functionality of our web application is to accept recurring payments from our customer and also pay to the sales ...
1
vote
1answer
64 views
Java Backend and iOS clients - RESTful
I am trying to develop a clients-server distributed system. Clients will be running in iOS while I would like to use java for the backend part.
I would like to write some API, since I am in a mobile ...
0
votes
0answers
27 views
Out-of-the-box java solution for back-office management [closed]
I am developing a client application that requests data from a set of REST services. Part of the work is develop these services, but they relies only on the existence of some specifics database views ...
0
votes
0answers
30 views
Scan application for api usage
I have applications running on Java (EE & Spring) stack, RoR stack and now starting a support on a node.js built app.
My applications have been built along the years by several developers, and ...
0
votes
2answers
150 views
I forget it Jsecure admin url, how can I get it back?
If somebody knows Jsecure component, can tell is very good extension for hide the Joom back-end url... But I forget it what type of word I was give to Jsecure for access to my back-end.
I find few ...
1
vote
1answer
110 views
Looking for code example to display ads on Android app using Kii Cloud
I'm using Kii Cloud mobile backend as a service (MBaaS) on an Android application and I just added the SDK to use ad networks. I'm looking for a code snippet that shows how to display ads from several ...
0
votes
1answer
276 views
How to use the Google App Engine as a backend database for Android applications
I'm actually a beginner in android and needs a lot of help. I have made an app with embedded database and now want to put it onto some dynamic location. Have simple form of data (some addresses and ...
0
votes
1answer
58 views
how to use x11 as backend for matplotlib on Mountain Lion of Mac OSX?
I used to use TkAgg as backend on my macbook for matplotlib which was installed from macports. for a while, the plot window was launched in X11. after a latest macports update, it stopped using x11 ...
3
votes
2answers
35 views
Exception when modifying bucket writing access level with Kii Cloud SDK
I'm testing Kii Cloud mobile backend as a service (MBaaS) in an Android application. I'm trying to create an object in an application level bucket before any user authentication takes place. For that ...
0
votes
2answers
116 views
Android and PhpmyAdmin backend connection
I'm trying to send and receive data between my android application and server (phpmyadmin)
i managed to send and receive data but only string and integers, now i'm trying to send from my android app ...
0
votes
1answer
126 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
114 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
1answer
50 views
Prestashop carrier unavailable at checkout.Shows error
Well I have a strange problem. I set up my prestashop carrier with the settings as in the image:
Now when I checkout with an address belongs to country India( Which is in Asia continent), it says
...
0
votes
0answers
48 views
Magento Group Permission for custom tab in customer edit
I have an issue with Magento concerning a custom tab in the customer edit - section of Magento Backend.
I added a new tab 'X' in the customer edit form.
For that I created a xtab.xml in ...


