How can I disable cache in IE8 ?
We are doing Javascript development and testing it in IE8, but we have to clear the cache every time we make changes to the Javascript files.
I am trying to adjust my Flash development workflow so that I am using Flash Builder for all of my coding and multiple FLA files for the user interfaces. I will be creating an ActionScript project in Flash Builder and then having each FLA export a SWC into a resources folder.
It is important that I retain the ability to export PC and Mac -- EXE and app, respectively -- projector files. Is there a way of doing this with the Flash compiler or any 3rd party tools?
I have seen the iPhone equivalent of this question here and I'm wondering...
is there an equivalent for bringSubviewToFront: for OS X development? I need something to send an NSImageView "to front".
For eclipse 3.5 / 3.6 and JQuery 1.4.2, what are the best practices for a development IDE?
(jquerywtp seems unmaintained, and aptana seems an overkill)
Is eclipse not the right tool for JQuery dev?
Trying to get Ruby 1.9.1 up and running with RVM on a fresh install(fedora).
So after doing rvm install 1.9.1, the rubygems error logs show that zlib can't be located
no such file to load -- zlib (LoadError)
However both the zlib runtime and development libraries are installed and up-to-date, So I'm kinda stumped on this one at the moment.
Any suggestions?
I am new to iphone development.I created a application which parse a url and display the content in a table view. On clicking a row ,corresponding video is played.
On clicking the "done"button on the player it come back to the table view.I want to dismiss the tableview before playing the video, just like you tube application and on clicking "done" button the table should appear as present modal view.
How can i achieve that? Please help me out.Thanks.
I'm building a .NET MVC application which will be deployed on a Windows 2003 server. The server has a folder @ c:\Website\Files which needs to be written to from the application.
How do I cope with this in my development environment so that the MSI setup file, which I will compile, will work correctly when deployed?
p.s. the folder is NOT located in a subdirectory of the application project
As far as I understand the "branch-on-sign" is the name of some kind of if statement that does something depending on sign. I'm not sure that it's just if (x<0) then ... else ....
However, the name "branch-on-sign" seems to denote something very concrete. So, what is it? Perhaps, it's language-specific, but I don't really know. Probably, it's related to embedded development.
Is there a way to slow down my development computer to try to replicate a defect that only occurs intermittently on a slow machine?
(For what it's worth, Ableton Live has a CPU usage simulation feature, but I've never seen something like this for debuggers.)
Hello.
I'm very new on iPhone development. I wondering where to put some custom initialization of an instance variables for my UIViewController.
Can I use initWithNibName:bundle:?
Thanks.
Hi All,
I am trying to create a slider like this example. but the control is not getting displayed. pls anyone help me. http://devsandbox.nfshost.com/js/jquery-ui/development-bundle/demos/slider/constraints.html
Geetha.
Hello!
I have an RPG in development, but I'm still confused about the best way to display dialogue.
I want there to be a text box with text that scrolls (like any RPG), but what is the best way to accomplish this using X-Code?
Thanks!
Hey Everyone,
I was checking out the Google Maps Data API and I was wondering if I can follow their Java Development guide to use it on the Android platform? I want to display routes that I have created on Google Maps on the phone.
Thanks,
Rob
I am new to web development and asp.net... I was going through asp.net website and 'n' number of question here in stackoverflow regarding Webforms or MVC.... But still as a beginner can't get an idea what to choose?
What should i choose webforms or mvc?
If MVC,What should i know before getting started with it?
If webforms,What should i know before getting started with it?
i am currently planning a facebook application to be developed with ruby on rails.
i stumbled upon the facebooker gem, but there seem to be other gems around as well - actually there is also a facebooker2 gem.
what are the current options i have with ruby on rails and facebook development? which gems are recommendable?
there is a list of ruby gems for twitter
could anybody recommend me one that is good to start to learn/use? that have some history of development etc etc?
I want to the stuff below on my linux box
search for keywords and follow
autofollow
rewteet
Hi,
I'm new to the web development world - that means I'm new to javaScript/CSS. Now I'm building a web system with Python Django. I'm wondering would you like to give me some hints as the starting point for adding "tabbed" interface to Django admin?
For example, there are 3 detail table for a master table, and I want to use 3 different tabs for editing that 3 detail tables in the 'edit' page for the master table. Thank you in advance!
Hi Everyone
Can anybody please tell me how to implement an audio player appilcation in iphone. I am pretty new to iphone development and i am just starting to learn the tricks of the trade.
Thanks
I am new to iphone development.I want to create slide show functionality for my app to display all the photos in my device.since UIImagePickerController is the only documented way to access the photo library on the device and it doesn't come with the slide show option,how can i build the slide show option for displaying photos with UIImagePickerController.Please help me out.Thanks.
What is the syntax for an Update query for a table without a primary key?
Disclaimer: Frustratingly, adding a primary key is not an option. My program is a small program in a much larger system with poor data management. My development time does not include rewriting the other software.
Ruby on Rails is maybe the most praised web development framework exist. There are tons of reasons for that, but every framework, even the best of its kind, has its drawbacks.
I'd like to know the most common problems you run into when developing Ruby on Rails applications and the issues you often struggle with.
Hi All,
I am very much new to the Blacberry development environment. I am trying to make a simple calculator application. But when i implement buttons it is always displaying one below the another. I need to custom place the controls. Is there any way to make the layout custom so that i can place my controls as i wish.
Thanks in advance,
Rateesh
Which user authentication scheme could be used at following scenario?
Users login at the website(ex: Microsoft.com)
If login is successful, access to the program in user's local machine(ex: MS Word) is granted.
The development environment is .NET.
Thanks in advance!
I am way too indecisive.
I have an idea for a (admittedly craptastic) GUI program, so I start writing it in C# .NET WinForms.
Then like halfway through I'm like, damn I should have written this in Qt.
So I start writing it in Qt and remember why I hate C++ STL iterators so much.
So in my head I go
LINQ C++ STL
So I'm like, maybe I'll do it in WPF, I like markup to make UIs hey this is kinda like web development (read: ez pz)
BUT ITS LIKE WHY GOD WHY CANT I JUST PICK ONE AND COMMIT
Hi,
I'm working on a fairly large project at the moment and am currently in the planning stages. I've done a lot of reading into the various patterns suggested for development, somthing that has split the team at the moment is when using Entity Framework should the classes be passed through the applciation layers so that a view accepts an Entity Framework class or should these classes be mapped to BLL Classes and if so at which point (Controller or Library) should this be done?
I'm interested in hearing some positives and negitives for each solutions.