i try to make set of actions that work similar to Index action, but they show filtered data (some kind of readymade reports).
I generated开发者_如何学运维 the backend on my project and the date appears like October 10, 2011. I need it to appear like 10/10/2011. How do I do it?
My assignment is to create an App for a Mobile Device (Like iphone/android/BB/etc..), the purpose of this app is to tell the users there is something new on the website and then show an list (inside t
We are developing a prototype app on top of Google App Engine\'s platform, but some part of the code requires quite intensive CPU processing and exhibit abysmal performance. We tried to optimize the c
I have a typo3 system which works mostly fine, however when ever I install a new extension the CSS on the back-end goes away, or seems to be parsed only partially.
This issue was tested, and occurs, in the dev mode (Eclipse...). I have one configured backend (in backends.xml):
I try to create an order in the backend in Magento (1.5.1.0). Here is some code: // Get the product id stored in the optionValue of the widget
My Magento 1.4.2 site suddenly developed the following problem: When uploading product images, the images appear to have successfully uploaded & are visible when I rollover the image but as soon
I have a Dynamic Backend setup on GAE which I want to run using cron every 15mins. The problem is cron requires a url that beg开发者_如何学Cins with \"/\". While a backend URL uses the following forma
The environment is a java web app with jquery and jquery-ui on the front end.There is an admin site where they can create content that appears on the \"participant\" site.