quick

Best/Easy way to set up a quick booting Linux

Hopefully this still falls within StackOverflow's umbrella! I'm looking to create a quick boot linux laptop for my wife. All it really needs is to be able to do is browse the internet (with flash and video etc.). Are there any distros that are made for this, or any guides out there that show good ways to speed stuff up? I've read that ...

When is the right time and the wrong time to do the quick and dirty solution?

When is it the right time and when is it the wrong time to take the quick and dirty approach versus the proper elegant solution? This started from the comments on my question: http://stackoverflow.com/questions/469695/decode-base64-data-in-java. I wanted a way to do something using only internal Java or something I wrote. The only bui...

How do I create executable Java program?

Hi I have programmed a Java Program in JCreator, everything is done, but I want to create an executable file from it, ie I dont want to have to run the program by loading the java classes and compiling then executing, but instead have it as a stand alone executable file. What the quickest way to do this? Thank You ...

Installshield 2009 Premier quickpatch project

I created a quickpatch project in Install Shield 2009 Premier. I referenced the previous setup.exe which deployed all 64 bit components. I wanted to replace one dll namely "process.dll" which was in component "process" in the previous .ism file. Actually in that very component there were two dlls namely "process.dll" & "processeng.dll"...

Extracting URLs (to array) in Ruby

Good afternoon, I'm learning about using RegEx's in Ruby, and have hit a point where I need some assistance. I am trying to extract 0 to many URLs from a string. This is the code I'm using: sStrings = ["hello world: http://www.google.com", "There is only one url in this string http://yahoo.com . Did you get that?", "The first URL in t...

php quick form creation

Hi, I have been using php from some time and I have noticed that it takes a long time to create a form with validation using php. Are there any scripts or IDE wizards which can assist a programmer to create php forms quickly and also give the programmer flexibility to customize the form easily? I found some webservices which provide suc...

Quick to develop web app in Java

Hi all, I need to develop a basic web app very quickly (1 week) for a demo. My requirements are Java (I need to make use of existing Java libraries to access the relevant data) 2 screens One for static data view, maybe some search parameters Other for basic form entry No fancy AJAX required Ideally easy for a web designer to come in ...

Android: Disable recent apps intent

I want to disable the recent apps intent that is fired from the icon when you hold the home button. I am currently detecting, in the onCreate(), if the intent is fired from the quick launch dialog, and then I call finish(). This entails that when the application goes to the background finish() is called so that when the app is launched ...

android Quick Search Box problem

Hi, i want to add a QSB in my activity which will show search result from a list of string variables with in my activity.Can anyone know how can i do this. Thanks in advance.... ...

Accounting Online

I am a new freelancer and I need an online accounting stuff comparable to Quik Book Software. Any recommendation of what is good and cheap to use? ...

Quick Search Box when expanded not occupying the full background window!

Hi I am totally new to Android and my first assignment relates to QSB. When you tap on the QSB it expands and occupies the length and breadth of the home screen, but in my case after expanding one could still see a little portion of the background window at the bottom. Pls help!! ...

Win7 quick launch bar icon size

Hey! I'm using Windows 7 with the good old quick launch bar. Since I'm usually working on a big screen with a lot of open windows my taskbar is two rows high which works well for open windows in general. The only problem is that the symbols in the quick launch bar are shown in one row wasting a lot of space underneath even though it ...

destroy / hide element in tpl file - quick forms

Hi, I have made a element in controller file . i have a if condition in tpl file. based on this i need to show the element created in controller file. But i am unable to do it. How do i destroy the element created in controller in tpl file ? added element in controller like this $form1 = new HTML_QuickForm('form123', 'post', "unlock.p...

How to disable QSB..?

Hi friends, Whenever user presses the Search hard key on device, Android it brings out the Quick Search Bar. I want to disable QSB. How to do it, please help. Thanks in advance. Updates: Solution I override the method onSearchRequested() and returned true from there. This completely disabled the Quick Search Bar (QSB). ...