5,686 Topics

Member Avatar for
Member Avatar for happygeek

When you look at the iTunes download charts you will always find an Angry Bird perched towards the top. That's quite simply because this game app has been the undoubted number one commercial and cultural success story of the App Store. The app developers, Rovio, have been accused in the …

Member Avatar for cproger
1
352
Member Avatar for ytq_

Hi, there's a list with tuples. lst = [('Meat', 'Milk'), ('Cake - Cookie',), ('Apple', 'Orange')] For each tuple of `len == 1` I want to split it at ` - ` so it results with: lst = [('Meat', 'Milk'), ('Cake', 'Cookie'), ('Apple', 'Orange')] I tried [tuple(x.split(' - ') for x …

Member Avatar for Lucaci Andrew
0
9K
Member Avatar for RodS7

I use an old Motorola SBG900 cable modem to connect to the Internet via Comcast. A few weeks ago, I became unable to connect to either my email service provider's SMTP server or Comcast's SMTP server, so unable to send email, although I was able to connect to the incoming …

0
109
Member Avatar for tony75

**Reading two files?** I will be very grateful to get help about this script. Apython script which can be used to have a convenient format to print the bill in a store. Your script is reading two files: The first one is containing a list of lines and each line …

Member Avatar for tony75
0
345
Member Avatar for thecoolman5

Hey, I recently tried to jailbreak my iPod touch 4th generation. In the middle of it, my computer crashed and my iPod went into recovery mode. I plugged it into the computer and restored it but all my iPod data was erased. I tried backing it up but it won't …

Member Avatar for sawiphone
0
629
Member Avatar for carl.chisholm

Hi there everyone, my laptop began behaving strangely last week or so, and I've exhausted my limited knowledge of computers but to no avail. Im hoping someone on here my be able to provide some assistance, as I see you've managed to help a lot of other people. Right, I'll …

Member Avatar for coroneshotel2
0
601
Member Avatar for Monkey101

Good afternoon all ! I am having trouble with my image map... Here is a piece of my code. <div id="style1"> <p class="padding"><img usemap="#greenMap" src="Images/green apple.jpg" alt="green apple" width="275" height="255" style="float:left;"/></p> <map id="greenMap" name="greenMap"> <area shape="rect" alt="green apple" coords="100,50,100,50" href="green apple2.jpg" /> </map> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> <p><a href="http://www.psychichealerchristine.com/psychic-christines-blog/apple" target="_blank">I do not own …

Member Avatar for Monkey101
0
138
Member Avatar for iPod Geek

my ipod is screwed up my ipod needs to be restored but it won't restore. some of the icons are missing before i tried to restore it and now its in brick mode. please help!

0
168
Member Avatar for happygeek

An ongoing attack aimed at users of the Apple Mac platform is being reported by security researchers. [AlienVault,](http://www.alienvault.com) which has discovered these weaponised attacks in the wild, warns that regular Mac users without IT security software installed could be at risk of infection and hijacking. ![alien](/attachments/small/0/alien.jpg "align-right") The researchers suspect …

Member Avatar for LastMitch
1
541
Member Avatar for happygeek

Earlier this week, an iPhone jailbreaking guru called pod2g revealed how even the very latest beta versions of iOS 6 cannot prevent the iPhone from being vulnerable to SMS text message spoofing. This technique is often employed by spammers and scammers alike when targeting the smartphone user in order to …

Member Avatar for LastMitch
0
1K
Member Avatar for M4trixSh4d0w

Hi, i'm making a java program, and I started making the gui with a `JTextArea`, and tried to add a font (`Consolas`) and It crashes with a "divide by 0" error. It works fine on windows, and if you comment out the `setFont` line.. import javax.swing.*; import java.awt.Color; import java.awt.Font; …

Member Avatar for M4trixSh4d0w
0
510
Member Avatar for happygeek

Over the weekend I wrote a news story for DaniWeb which revealed how the iPhone was vulnerable to SMS text message spoofing. This went under the title "[Why Apple was right about iMessage 'fix' for iPhone SMS spoofing](http://www.daniweb.com/hardware-and-software/apple/ios-iphone-os/news/431373/why-apple-was-right-about-imessage-fix-for-iphone-sms-spoofing)" because, simply put, SMS text messaging is exposed to this kind of …

Member Avatar for LastMitch
2
592
Member Avatar for happygeek

Apple, Facebook and Twitter have all been the target of hackers recently, and now Evernote has admitted to a potential breach that has forced it to reset the passwords of approximately 50 million registered users. Evernote, a kind of web scrapbook that enables you to take notes, save web pages …

Member Avatar for LastMitch
1
658
Member Avatar for PCBrown

[ATTACH=RIGHT]16395[/ATTACH]HTML5 is a young programming language, with a lot of promise. It has been lauded as the Flash replacement that will revolutionize the web and more importantly, the mobile web. But with so much speculation and excitement, it's hard to recognize the forest for the trees. Where did HTML5 come …

Member Avatar for <M/>
2
442
Member Avatar for Readyset123

Hi everyone...I need some assistance as my Powerbook G4 will not start up as it hangs on the grey page with a spinning wheel! I have no start up disk! Please help!

Member Avatar for Readyset123
0
187
Member Avatar for Readyset123

I need some urgent assistance please as I cannot for the life of me get this unit to start up and go beyone the grey screen, with the apple and the spinning wheel which to be honest is doing my head in!I have read up on numerous chats and have …

Member Avatar for BigPaw
0
63
Member Avatar for darylglenng

package wow; import java.io.PrintStream; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Scanner; public class Wow { String question; String answer; int correct=0, number=15; Wow[] quizBank = new Wow[15]; List<Wow> quizList = Arrays.asList(quizBank); public static void main(String[] args) { Wow bank = new Wow(); bank.bankList(); bank.askQuestion(); } //end main public void …

Member Avatar for M4trixSh4d0w
0
342
Member Avatar for djcrab

I'm sure everyone has seen this at one time or another. I'm having trouble with the selection sort class. It should take this input: apple Apple Zone apple And return it as: 1:a:Apple 0:a:apple 3:a:apple 2:z:Zone I'm getting it as #0,1,3,2. here is the snippet I'm working with. Thanks for …

Member Avatar for bguild
0
242
Member Avatar for happygeek

A week may be a long time in politics, but 18 months is an absolute aeon as far as computing is concerned. Back in October 2010 here at DaniWeb I was posing the question of whether the newest [Amazon Kindle could be an iPad killer](http://www.daniweb.com/hardware-and-software/tablets-and-mobile-devices/reviews/315078/amazon-kindle-3-better-than-the-ipad) and came to the almost …

Member Avatar for dindaadesta
1
563
Member Avatar for Helianthus

Ok, so I am working on the hangman game for a school assignment. I have everything doing what I want except for one issue: No matter how many letters are in my word, the number of dashes is always one more than I need. For example: say the word is …

Member Avatar for Helianthus
0
868
Member Avatar for Mahesh57

I have an array array('mango','apple','orange','bat','cat','mat'); like it for example i want to show an output in rows and columns like as follows mango apple orange bat cat mat how to get output show an above..

Member Avatar for diafol
0
171
Member Avatar for chandnigandhi

I am creating a project in turbo c++ and it is based on kids and i want to implement the speech like it will speak(a for apple).so is it possible to do this?and if possible then please help me out.

Member Avatar for nova37
0
217
Member Avatar for Venter

Hi i'm trying to save the data in local storage.But it Works Correctly As My code.But i want to save the data in different Manner. Here is my code Snippet Walk Through It And MAke Corrections.... <!DOCTYPE html> <html> <head> <script> //function for \to check whether the input value is …

Member Avatar for gon1387
0
118
Member Avatar for raaif

Hi again, I am trying to read an XML file in this format; [ICODE] <?xml version="1.0" encoding="utf-8"?> <words> <word id="Apple" def="A fruit" /> <word id="Dinosaurs" def="Now Extinct Animal" /> <word id="Giant Panda" def="An Endangered Animal" /> <word id="Asia" def="The Largest Continent" /> ..... </words> [/ICODE] I have more than 3000 …

Member Avatar for softwareskill
0
237
Member Avatar for sandheer.sannidhya

Dear all, i am soon entering 11th grade and will be studying c++ in full length. I want to learn another language to compliment it which can provide me the freedom to over a variety of devices and paltforms. I have chosen asm(assembly) as i think it very basic to …

Member Avatar for rubberman
0
241
Member Avatar for vizz

I need to create chart for log Database fields are, *** host * pageurl * VisitPage * VisitorIP * VisitDate * VisitorTimeZone * VisitTime * browser * operatingsystem * referer** I need chart for **Toatl Visits, Uniquie Visits, Impressions, Online Users, Pageviews, %New Visits, % Uniquie Visits, %New Visitor, %Returning …

Member Avatar for broj1
0
169
Member Avatar for Nionoas

Android, Apple, and Blackberry are te biggest smartphone company at this moment, what next vendor or OS will grow up in your opinion?

Member Avatar for <M/>
0
313
Member Avatar for smartsheep

Is there a simple way of running Apple Mountain lion on a PC laptop. I know this seems like a ridiculous question but I have a client who for some reason thinks it should be possible. I think the next thing he wants to do is switch to UNIX. I …

Member Avatar for smartsheep
0
176
Member Avatar for vizz

I have created **log.php** to get **visitors information**. It is included on **index.php**. But it is adding records to database **without single visit** to **index.php**. After few seconds it adds records continuously. Help me please. **index.php** <?php include_once('log.php');?> **log.php** <?php $page_name = $_SERVER['PHP_SELF']; // PAGE NAME $parse_page_name = basename ($page_name); …

Member Avatar for vizz
0
406
Member Avatar for viktoriaong

I'm a ipad3 and 4s user. the thing is that both my gadget can connect to our wifi but when i start browsing like fb/safari and even in Apple App it "cannot connect to itune" or check internet connection.., wow how can that be? both apple gadget cannot connect but …

Member Avatar for rubberman
0
108
Member Avatar for <M/>

So yesterday i saw a commercial and i thought it was very well designed. It was a MediFast commercial (i think it was medifast) and it showed a person from before (over weight) and after (went through weight loss program) meeting each other discussing their success in the program. That …

Member Avatar for <M/>
0
185
Member Avatar for R0bb0b

I am running multiple sites on one server and am tired of seeing 404s coming from missing apple-touch-icons. I am required to have 6: apple-touch-icon-57x57-precomposed.png apple-touch-icon-72x72-precomposed.png apple-touch-icon-114x114-precomposed.png apple-touch-icon-144x144-precomposed.png apple-touch-icon-precomposed.png apple-touch-icon.png Each "property" docroot I am hosting may, and probably will, have several sub-docroots all using the same apple touch icons …

Member Avatar for R0bb0b
0
666
Member Avatar for happygeek

New research based upon the findings of the [Guardian UK300](http://targetjobs.co.uk/uk300/home) has revealed that IT students in the UK most want to work for Google, Apple, Microsoft, IBM or Intel in that order. Failing that, then they would like to end up working with MI6 (the Secret Intelligence Service), MI5 (the …

Member Avatar for Seten
0
503
Member Avatar for sparkthesunoff

I need to write a program that can draw stuff on a frame, let's say, trees. Their IDs, colors, positions etc. are in a **txt file**, line by line, the first word of the line is the name of their type which will be the name of the subclass. These …

Member Avatar for tux4life
0
804
Member Avatar for murnesty

Hi, I have a problem on search text from a string. I'm able to find it but my method is slow. Let say I got a string that contain items and I need to find out which items come first. So I find all the item by *.IndexOf("...").* Then find …

Member Avatar for ChrisHunter
0
179
Member Avatar for HunainHafeez

Jail Broken iphone 3gs , successfully connected to itunes 10, ports are working much master, charging ok had 4.1.1 Ios, now download ios 5.1.1 upgrade , trying to update ios to 5.1.1 via restore of iphones, in the middle of extraction it says UNKOWN ERROR : ERROR 3194 why ?

Member Avatar for justinkut
0
250
Member Avatar for Dane2259

I have been walking through the tutorial "second ios app" on apple's developer website and I am getting a warning from the code that is implemented in the "Get the User's Input" section at the bottom of this link https://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/SecondiOSAppTutorial/CreatingAddView/CreatingAddView.html#//apple_ref/doc/uid/TP40011318-CH6-SW1 In the implementation of the done method there is the …

Member Avatar for Dane2259
0
133
Member Avatar for constance.dobbins

Hi, I am a newbie to html. I have a project I am doing for school. Can someone take a look at my code and see what is wrong? After I put my answers in the form, my results will not populate. Any help appreciated <html> <head> <title> My Fun …

Member Avatar for pritaeas
0
2K
Member Avatar for holidaydarin

Explorer is running in the background and I can't stop it. This has been going on for a week or so. Explorer sometimes runs as two processes simultaneously, one under "New User" and one under "System". I use Firefox 99.9% of the time. Any advice will be much appreciated. Below …

Member Avatar for holidaydarin
0
377
Member Avatar for lukasspy

Hi there, ![sketch-small](/attachments/small/4/sketch-small.jpg "align-right") I am writing my diploma thesis with the Media Computing Group at RWTH Aachen University. My topic is the connection of hand-drawn sketches and source code. In order to get a sense of what and how developers sketch I would like you to * **take a …

0
43
Member Avatar for kaywt

I have the following code that I need to figure out what the output will be. Whenever I try to run it I get an debug error - and it crashes... Somebody else said that it ran fine on their Apple machine. I just need to see what the output …

Member Avatar for kaywt
0
227
Member Avatar for thompsonSensibl

Hi, I'm trying to reverse the ordering of number. I'm given an array of size.. say, 5. WITHIN a do-while loop, I must iterate from element 0 to 4. For example, if the element contains ["Apple", "Banana", "Cow", "Dog", "Egg"], the output of the do-while loop has to be: Apple …

Member Avatar for mrnutty
0
178
Member Avatar for miked4401

My imac g4 wont get past the white apple screen with the circle. Ive tried holding c and x but im using a wireless pc keyboard. Is there any alternate key i can push on a pc keyboard for mac to reconize????

Member Avatar for epicSHOOTER236
0
148
Member Avatar for ricky.guagua

Hi, guys! I am a new app developer, and my second app Todobox was released recently. It isnot only an efficient task manager for yourself, but also an excellent reminder for reminding the people around you(for example, friends, families, colleagues, classmates). It is not a To-Do List but a smart …

Member Avatar for <M/>
0
93
Member Avatar for Buolbear4444

I want to learn about Repairing and Refurbishing iPhones. Are there any good guides to doing this, and if so, where can I find them?

Member Avatar for DrSteveBrule
0
141
Member Avatar for smellysocks

Hello, I have an assignment for class where I have to write an apple that uses a trip time calculator. I have the following codes but cannot get the applet to run properly. Help is appreciated. Thanks. import javax.swing.*; import java.awt.*; import java.awt.event.*; public class TripComputerApplication extends JFrame implements ActionListener …

Member Avatar for zeroliken
0
1K
Member Avatar for london-G

Hello, I have build a website and would like to build the web application for it as it has some flash content which is not supported by Apple. When the user access it from a device(mobile phone or ipad) I would like the user to be directed to that web …

Member Avatar for Bob Hensley
0
94
Member Avatar for persianprez

Hi all, I'm new to xml and xslt. I'm trying to apply a stylesheet to my xml document but I keep getting no stylesheet available. Here is my code for my XSL document, XML, DTD, and CSS: XSL: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <style …

Member Avatar for Mike Askew
0
187
Member Avatar for TioNacho

My laptop is infected and I have tried everything I know to clean it. I now need your help to interpret the attached Hyjackthis report. My normal anti-virus/Firewall is ESET NOD32. I have run the following, in Safe mode: * NOD32 Virus checker * Adaware * Spybot S&D * Karpersky …

Member Avatar for ocdpcfix.com
0
196
Member Avatar for Viped

Hi, I was creating clone of breakout and got the game working correctly. But after setting up menu my keyboard doesnt respond anymore. But if I launch game directly without Menu class keys are working perfectly. Where the problem might be? Here is the full source code. VBreakOut.java package net.viped; …

Member Avatar for NormR1
0
409

The End.