5,686 Topics
![]() | |
Hi , I have an G5 tower which is a replacement for an identical elderly machine, Duel 2GHZ PPC.I cloned the old HD (running Tiger) to one of the replacement G5's. On the other HD I installed Leopard. Everything works great apart from internet connection when booted from the Tiger … | |
I give the value of three reference types (Integer,String,List) to a function to change it. But only the value of List changed, but Integer and String are reference types too. Why can't I change their values too? public static void main(String[] args) { Integer i = new Integer(1); String s … | |
Having a problem with IE9 after deleting sweet time IM addon I keep getting IE launching, I've run AVG scan and the appropriate MS Malicious spyware removal tool but each show no infection. I've run Hijack this, see attached log: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 20:20:37, … | |
hello, desktop .ini has taken control of some of my folders and files. also, turned on pc and it said it couldn't load neccasary files and went into a scan. it seemed fake but nothing ever happened. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 10:50:23 AM, on 11/5/2012 … | |
The world's largest digital jobs survey, using data extracted from more than 230,000 jobs posted to The Freelancer.co.uk site, reveals some interesting hiring trends in the developer sector.  According to the latest Freelancer Fast 50 survey, if you are a mobile apps developer than it's pretty good news … | |
# # Based upon the NCSA server configuration files originally by Rob McCool. # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. # See <URL:http://httpd.apache.org/docs/2.0/> for detailed information about # the directives. # # Do NOT simply … | |
Microsoft failed to make tablets work with Windows for PEN Computing twenty years ago, so why are some people saying that it is set to dethrone the iPad later this year? Can Windows 8 really prove to be a commercial threat to iOS? [ATTACH=RIGHT]24152[/ATTACH]I still have my Compaq Concerto from … | |
Ok so i have created a Javascript/PHP/Ajax application. I have a sequence of 6 select boxes. The first is hardcoded in HTML. When you change the selection it sends a variable via Ajax to PHP which uses the variable to query the database. When the second box changes it then … | |
Hi all...I really need someones help and real fast. I am trying to read a textfile with multiple columns that are each separated by a #. eg: Inventory.txt Nokia Lumia 610#Nokia#Touch#8GB#8#Tango OS#3899.00# Blackberry Curve 9380#Blackberry#Both#1GB#8#Blackberry OS 7#3499.00# Samsung Galaxy S3#Samsung#Touch#32GB#8#Andriod#6999.00# iPhone 4S#Apple#Touch#16GB#8#IOS#7899.00# I am trying to save each bit of … | |
` print "Welcome to my quiz" begin = raw_input("would you like to begin?: ") if begin =="yes": print "A)True" print "B)False" q1 = raw_input("Is Steve Jobs is the founder of Apple?") if q1 == "A" or q1 == "a": print "well done! you got it right!" else: print "thanks for … | |
![]() | Hi I don't know how to do this. How can I delete a word from my array. $cheesecake = array("Apple Cheesecake", "Blueberry Cheesecake", "Strawberry Cheesecake", "Mango Cheesecake", "Raspberry Cheesecake"); I want to take out the `Blueberry Cheesecake` from the array. How do I do that? This is what I got … |
I recently installed a 2nd HDD in my optical drive space using an optibay imitator. Basically, there is a PATA to SATA converter so that I have an HDD instead of a disk drive. It is a late 2006 MacBook white. Everything worked great except for one minor glitch. When … | |
![]() | Hi, I'm having issue with understanding how this array works in `OOP`. I want to sort this from `ABC` or by `123`. I'm reading about it but I don't know how to run this code. I created the array but making it work is something new to me. //This is … ![]() |
Am interested in developing a mobile app for work - want to send our engineers some job details to the calendar on their mobile device, then have them 'tick a box' when it is complete and log an entry back to the server in the office. I've been doing some … | |
Hi y'all ... I'm a transplanted former New Yorker, stuck in the Houston, TX area (I'd like to be in the Northwest). Got my start back in 1980, on a friend's father's Commodore PET 8032 (yay Cassette Tape loading!), and bought an Apple ][+ in September of 1981. Also bought … | |
import java.util.*; public class ArrayListTesting { public static void main(String []args) { LinkedList<String> list = new LinkedList<String>(); list.add("apple"); list.add("pear"); list.add("tree"); Iterator <String> iterate = list.iterator(); System.out.println(iterate.next()); System.out.println(iterate.previous()); System.out.println(iterate.next()); System.out.println(iterate.hasNext()); } } it keep telling me it an error. | |
My users arrive on the page, optionally with a query string. The query string data - if present - goes into a textarea element in a form, where it may be edited, then POSTed back to the page with the submit button. Now I have a bit of a mess … | |
So I am taking C++ at thomas edison state college for a degree. I needed a computer course so I chose C++ instead of PLCs. The reason being is that I used to do some basic coding back in the apple IIe days. I apparently don't have the attention span … | |
So i have this assignment, > Create a quiz game that displays, in turn five questions about any topic of your choice. All five questions should have the same three possible multiple-choice answers. For example, you might ask trivia question about Australia states for which the correct response is Victoria, … | |
Continuing the Lord of the Rings theme that I started with in the title of this review, I believe it is Gandalf who says "there is only one Lord of the Ring, only one who can bend it to his will. And he does not share power" but he sure … | |
hello, I'm running Mac OSX and have been given a dell printer by a friend. Dell don't support Mac though. Is there any other driver i can use for my Mac which supports Dell printers? thanks | |
I have a vb programme.there I link it to a access database.In the database I have a table with 3 fields code,description,amount.I used primary indexing for code field.so codes are as 1,2,3,4,...when I enter the code number in vb program I can extract related description and amount.but what I want … | |
How can i open a file on a computer using either HTML or a embeded PHP file? I have programmed a application and installed it on the computer, for an exmaple lets call the application 'application.exe' (I have made it for my teacher and making the website for my teacher … | |
I bought macbook pro few days ago, It was okay but from two weeks when I check the graphic memory from apple menu, it showing me that default intel only 512mb... It was 1024 of Nvidia... what the hell is this.. how to solve this... please help... | |
I am building a search engine. And when a user types their search into my engine, my script only really checks for words in the statement, and if they match the keywords...the result is returned. But what if iPad is searched and Apple, because is is a higher rank, is … ![]() | |
Hi all, i am trying to run the following HTML page which is the memebers area after the user login is sucesful the session is registered please check it and help me:- HTML code:- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <style type='text/css'> /* … | |
I'M having a bit of a problem with audio books on Linux. I buy my books from audible.com but since they don't support Linux it's just one more thing keeping me from fully leaving Windows. There audio formats are in .aax. Their books play fine in iTunes and on my … | |
Last year I reviewed the original Kensington KeyFolio Pro case with integrated keyboard, and liked it so much I have been using it on a daily basis ever since. With a DaniWeb rating of 9 out of 10, there really wasn't much room for improvement. So when Kensington released the … | |
When I hear the word 'powerstation' I immediately conjure up images of either a mega-screen laptop or some seriously beefy server hardware. Mophie, however, likes to think smaller. Much smaller, apart from when it comes to naming products that is. The Mophie Juice Pack Powerstation Duo is one heck of … | |
I have just bought a macbook air and have set up all my email accounts except one - my btinternet account [bt/yahoo]. Each time I try to set it up it defaults to an a imap account which I do not want. I have tried editing it once it is … | |
Hi there, quick question about onchange method usage. I have a couple of checkboxes and when I check/uncheck them I want a function to be called, therefore I have decided to use the onchange method. But I am not sure I get how this works. Take the following example: HTML … | |
The Kensington Presentair isn't the smallest 'laser pointer' on the planet, measuring in at 60mm x 70mm x 210mm and weighing 25g. Nor is it the cheapest with that $69.99 price tag. However, most of all it isn't just a laser pointer and thinking of it in those terms is … | |
For starters, I do not support Apple products, but my ex-wife purchased an iPod for our 12 yr old daughter recently and my daughter proceeded to take it to school, where it was then stolen from her backback during gym class. The thief being unable to gain access to the … | |
hie frnds.. i ve a apple iphone and the basic problem wth it is that it has low battery backup.. please suggest what should i do to improve its battery life.. | |
I'm Kelly Woods from iMobie Inc., a start-up company committed to iPhone, iPod, iPad software development. Based on our experience, many Apple users are stuck with inextensible iPhone iPad storage. And even though they may find some expedient tutorials, there is still large room for improvement from below two points … | |
On holiday, I foolishly forgot that my Iphone 4 was in my pocket and went swimming with it in the hotel pool. I was in the water for about 30 minutes before I realised. When I realised, I left it to dry (it was between 30 and 35 degrees in … | |
Hi All, I have an array which is like this Array ( [0] => Array ( [cat] => 17 [sub] => 143 [prod] => Contest : Apple Iphone 4SContest :Pay & get a chance to win ) [1] => Array ( [cat] => 17 [sub] => 143 [prod] => Contest … | |
Over the last few hours of the day GoDaddy's (and GoDaddy managed) websites have been [on the fritz](http://blogs.wsj.com/digits/2012/09/10/godaddy-has-glitches-anonymous-claims-responsibility/) as webmasters and visitors alike are unable to access millions of websites held within GoDaddy's datacenters in an apparent Denial of Service [(DDOS)](http://en.wikipedia.org/wiki/Denial-of-service_attack) attack. GoDaddy is currently scrambling to restore service to … | |
Hi! Just joined up here learning about Android programming. I've been programming since 1980 (COBOL, Fortran IV, and some Apple II BASIC!) and try to keep up with the tech curves, though it ain't easy. These days I'm programming in PHP, perl, and Java. I also do raytracing with POV-Ray … | |
While I can't imagine for a moment that Google is in danger of going out of business, with the searching masses marching elsewhere in dismay at various perceived privacy infringing issues. However, if you look at the media attention regarding just that, the privacy issue, then Google is going to … | |
Have you heard about Apple iPhone 5. If no then let me tell you- Apple iPhone 5 is coming around September in US & UK. I m very much excited to see what made Apple iPhone 5 unique? In 2011, it was talk of the town and still it is. … | |
Hello, I would like to be able to Read from a CSV file that will have "fields", lets call them ID, Name, Price. I want to be able to create a seperate XML file for each row in the CSV file. Right now, i have it so it will read … | |
Do phones,Apple Mac, PC follow the same TCP/IP protocol set? can we connect all of them to a single switch? let's assume phone also has a Ethernet port to connect to switch | |
Hi Everyone, I would really appreciate some help on this. I'm a web project manager - and the machine mgmt gave me has pretty much given up completely. It only works in Safe Mode - luckily Safe Mode with networking so I am able to get online. I have backed … | |
Why convert <a href="http://www.league-soft.com/how-to/convert-avi-to-mp4-mac.html"> AVI to MP4</a> on Mac?"I want to edit AVI in iMovie, but I found that iMovie dosen't work well with the AVI video, what should I do?" "I imported some AVI videos to my iPod and found that iPod dosen't support AVI video, which program can … | |
I have a large dictionary and want to filter the dictionary by values, which is in Hex. dataDict = { ('apple':0,'orange':0):0x8000, ('apple':0,'orange':1):0x0001,('apple':0,'orange':1):0x0010 } What I want to do is filter out the values of the dictionary according to a match. For example, one of the filters I would print out … | |
I can use my iPad2 to send SMS messages, but i cant receive them. Any suggestions? And i just downloaded IOS 5 system from Apple. And it can work with my iPhone4. But it cant work with my iPad2. What is the problem? SNIP | |
For a while now I've been wishing I could replace iTunes with something on Linux and reduce my need for Windows. It would be nice if Apple would just release iTunes for Linux but I'M pretty sure that's not going to happen. The thing is, nothing handles an iPod as … | |
I have a website with embeded mps files. On ie9, you can see that it works fine; the media file shows up, you can press play, and it works. Here's the problem: In firefox, the mp3 player doesnt show up, and a pop-up message says that additional plugins are needed. … | |
I find MacX iPhone iPad Video Converter Giveaway from cnet.com and want to share. http://www.macxdvd.com/giveaway/iphone-ipad-video-converter-mac-windows.htm Anyone used this program before? Do you guys know if I can download this and then install it in the future, or is there some timeline where you have to install it by a certain … |
The End.