511 Topics

Member Avatar for
Member Avatar for jonny93

I am trying to work on an assignment that allows you to create an entry for a phone book, but there are a few things confusing me: #include <string> #include <iostream> #include "entry.h" using namespace std; entry::entry() { p_fname = ""; p_lname = ""; p_phone = ""; } entry::entry(std::string fname, …

Member Avatar for jonny93
0
248
Member Avatar for Emily Banks

[ATTACH=right]16757[/ATTACH]Facebook [URL="http://blog.facebook.com/blog.php?post=418175202130"]announced last night[/URL] its own location-based "check-in" app -- this being the social-networking site's response to similar applications like FourSquare, Gowalla and Brightkite. The new app, called [URL="http://www.facebook.com/places/"]Places[/URL], is available on the iPhone, with the latest version of the Facebook app, and through touch.facebook.com on mobile devices that support …

Member Avatar for clarie.texas
0
623
Member Avatar for Doogledude123

Hey People of DaniWeb! I have a question for you! What would you think about having the Mobile Section split up? An Example: OLD: Mobile Development > A bunch of un organized threads. NEW: Mobile Development > iOS > All iOS threads IN HERE > Windows Phone > All Windows …

Member Avatar for ~s.o.s~
0
253
Member Avatar for LateNightCoder

I have been following this tutorial about "How to: Preserve and Restore Page State for Windows Phone" found at http://goo.gl/ct7ui and one of the lines of code is this: protected override void OnNavigatedFrom(System.Windows.Navigation.NavigationEventArgs e) { // If this is a back navigation, the page will be discarded, so there // …

0
81
Member Avatar for happygeek

Mobile malware has moved from the security vendor testing labs, out of the realms of marketing hype and FUD, and [firmly onto your smartphone](http://www.daniweb.com/hardware-and-software/tablets-and-mobile-devices/news/382139/how-mobile-malware-actually-grew-by-1400-percent-in-the-last-12-months). The main target for the malware distributors would appear to be the Android platform, which is not surprising given the rapid growth in the userbase coupled …

Member Avatar for Aident364
0
364
Member Avatar for dasd

Hi Everyone! I got spoiled the other day when I was asked to drive a Cadillac CTS -V for two days and it had the fully loaded satellite radio package. Needless to say, I loved it but did not care for the cost of subscription and installation for my car... …

Member Avatar for kian.popat
0
217
Member Avatar for hfxdkhrxtr

. hi, i want know how can i convert a java desktop application to java supported mobile application. i have created a java desktop calculator application in **"Net-beans 6.8"**, Now what i need to do to use this application in java supported mobile screen resolution 320x240 can i convert my …

Member Avatar for rithish
0
126
Member Avatar for veledrom

Hi, I'm having problem with reading xml file because there are invalid chars like & sign. How can I evaluate this problem and read the file with simple_xml or DOM? **php** $xmlDoc=simplexml_load_file('items.xml'); $doc = new DomDocument; $doc->load('items.xml'); //Both of these don't work **xml** <?xml version="1.0" encoding="ISO-8859-1"?> <store id="AMZ-0101-STR"> <items> <item> …

Member Avatar for pritaeas
0
251
Member Avatar for UsSy

I have a Storyboard which targets an Ellipse. How do I make the Storyboard target an image which I have in a List<>? This is the code: <Storyboard x:Name="sbMoveImages"> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.TranslateX)" Storyboard.TargetName="ellipse"> <EasingDoubleKeyFrame KeyTime="0" Value="-1"/> <EasingDoubleKeyFrame KeyTime="0:0:3" Value="641"/> <EasingDoubleKeyFrame KeyTime="0:0:5" Value="640"/> </DoubleAnimationUsingKeyFrames> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.TranslateY)" Storyboard.TargetName="ellipse"> <EasingDoubleKeyFrame KeyTime="0" Value="1"/> <EasingDoubleKeyFrame KeyTime="0:0:3" …

Member Avatar for nmaillet
0
176
Member Avatar for hueikar

I am doing system using window phone 7 and sql server as database. I am using below coding to get shopping cart list at listbox. public List<Order> FindOrder(string custemail, string orderstatus) { var findorder = from r in order.Orders where (r.CustEmail == custemail && r.OrderStatus == orderstatus ) select r; …

0
125
Member Avatar for Awilson089

I am creating a responsive design for the first time, i have all the media queries in and i am linking to a separate mobile style sheet, i have been using this for testing the site, [Click Here](http://www.studiopress.com/responsive/) and it shows up fine on the iphone and smaller Smartphone test. …

Member Avatar for dany12
0
273
Member Avatar for LateNightCoder

Hi guys I am currently learning WP7 and have a basic app built, the problem is i left it a few weeks back with everything fine. However I have just re-opened it and the forms will not load in Visual Studio 2010. Does anyone know what could possibly be wrong?? …

Member Avatar for LateNightCoder
0
80
Member Avatar for mariaceline_21

i have my motorola and its asking me for a subsidy code , could anyone can help me or kindly give me a free code .Thank you so much for your kindness

-1
139
Member Avatar for hueikar

I am trying to insert and retrieve image from sql server into window phone. and the image type would be varbinary. I cant find example for it.. Mostly the related post is about retrieve from url or isolated image.. Any help? Thank you.

0
96
Member Avatar for NPDA

I'm developing wp7 app . i have a problem with this cod i want to get values of table from a webservice and show it in msg box the problem is i have two tables in a web service but in foreach only the first value can shown in two …

Member Avatar for NPDA
0
179
Member Avatar for NPDA

I'm devloping wp7 app . i have a problem with this cod i want to get values of table from a webservice and show it in msg box the problem is i have two tables in a web service but in foreach only the first value can shown in two …

0
91
Member Avatar for bigsand

I would like to collaborate with experienced developers who are looking for fun ideas to create games on smartphones and tablets. Mobile gaming is experiencing exponential growth and there are many attractive options going forward.

0
150
Member Avatar for hptchen

Hi guys, I have a question **How to create mobile version of our website?** if we browse from smartphone, then will directly go to mobile version for example: m.facebook.com then if we browse from desktop browser, will go to www.facebook.com Thanx....

Member Avatar for hptchen
0
61
Member Avatar for RachelR

Hello All, I'm trying to GET values from a DB table in JSON format through AJAX and then parse them into a JQuery List. test.php (partial) [CODE]while($row=mysql_fetch_assoc($sql)) $output[]=$row; print(json_encode($output)); mysql_close();[/CODE] JSON Format it Returns: [CODE][{"name":"1423 Peacock Haven"},{"name":"9835 Fredericksburg Rd"},{"name":"Test Project"}][/CODE] Following along with [URL="http://www.roccles.com/?p=151"]this tutorial[/URL], I'm trying to parse my …

Member Avatar for RachelR
0
1K
Member Avatar for UrbanKhoja

BlackBerry Vs iPhone? I know it’s a question that is not only as old as time itself, but has been answered many times. But as a BlackBerry user migrating to iPhone I thought I’d have a go myself. You don’t have to look too far to stumble across numerous reviews, …

Member Avatar for peter_budo
0
297
Member Avatar for flasp

Greetings all been a while since I last posted. Let me explain what I need help for.. I want an Android App where you can watch livestream /screenshots from a placed camera in a store. You can already watch the cameras filming on a computer. We have some assumptions on …

Member Avatar for flasp
0
87
Member Avatar for layneb131

Im trying to write a program that inputs a single letter and prints out the corresponding digit on the telephone. Im having trouble finding out a way in which you can group the variables that have the same digit, but im not sure how. You guys have any suggestions? P.S. …

Member Avatar for woooee
0
490
Member Avatar for drico7041

Hey, I created a phone directory program. But I was wondering if I could get some hints on how I could create a txt file and add, delete names and numbers on the txt file. [CODE]import java.util.*; import java.lang.*; import java.lang.Object; import jpb.*; public class PhoneDir { private static LinkedList …

Member Avatar for dantinkakkar
0
3K
Member Avatar for linezero

Hi Programmers, Please help me, i was wondering on how to create a simple phone book program using struct array to insert a new contact, update an existing contact, delete an existing contact and to display the contact information

Member Avatar for zeroliken
0
958
Member Avatar for nuttyniall

Hi hope someone can can help im having a problem with how ripple is dealing with for loops when emulating an android app using html5 css jquery and jqtouch simple loop [CODE] var len = 1; for (i = 0; i <len; i++){ alert('foo'); } [/CODE] run it through chrome …

Member Avatar for Airshow
0
215
Member Avatar for yongj

I'm trying to validate the correct format for a phone number in a text box: (000) 000-0000 For a test, i made it so that a messagebox shows up saying "correct" if the format is correct. This test works well WHEN the format is correct. BUT when the format IS …

Member Avatar for nitin3
0
3K
Member Avatar for shaneo123

Hi i am a new developer i am just trying to create a simple app and put it on my phone. i have created a hello world one and successfully put that on my phone, i am now trying to create one where you click on a button and it …

0
119
Member Avatar for Hypnos_16

I have to make a program that outputs something similar to the appearance of a phone. With intractable buttons, (0 - 9) a T button that outputs "Calling" and an E button that outputs "End-Call" Now i have that much done [CODE]import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Dimension; import java.awt.Color; import …

Member Avatar for Hypnos_16
0
295
Member Avatar for progdoc

I am currently working on my thesis which consists of a mobile parking application. It's basic function is that of finding a car spot for the user. I would like to find some computer science challenges within this scenario. An algorithm that will boost my mobile app or something of …

Member Avatar for WaltP
0
138
Member Avatar for manchurianCEO

Hello, I can tether from my smartphone to my laptop via both hot spot and usb cable which is helpful when there is no other option, thought it is not not so fast. The thing is that I fix relatives' and friends' computers now and then, usually desktops with out …

Member Avatar for rubberman
0
3K
Member Avatar for ebay1989

I'm attempting to build my first windows phone 7 app using visual studio, I'm a complete novice at this so any help is much appreciated! The problem is that I'm trying to implement a text box so the user can enter a postcode and click a button, I then need …

0
94
Member Avatar for happygeek

Ask a group of 100 people how they search for images online and the chances are that the vast majority will give the standard 'Google' response. Indeed, Google Images is a useful search engine if you are satisfied with a scattergun approach to finding all images that match a specific …

Member Avatar for ADRIANEra
2
1K
Member Avatar for Glass_Joe

[ATTACH=RIGHT]16523[/ATTACH]Skype, the Luxemborg-based internet video phone service, filed for its initial public offering (IPO) on Monday (August 9) to list on the Nasdaq Stock Market. The value was tentatively set at $100 million, a number analysts suggest is merely a rough estimate set to help the Securities and Exchange Commission …

Member Avatar for Jashandeep
0
332
Member Avatar for vehpurple

i am doing a project for a mobile apps class and i am about 80% done. all the UI is complete, but i need to have a filled out form stored into a db. i used the core data model to set up all the entities/attributes, i just cannot figure …

Member Avatar for ChrisPadgham
0
165
Member Avatar for happygeek

With the recent announcement of an easy way to gain root access for Android phones running 2.3.4, to add to the list of similar exploits for earlier versions and 3.0 and beyond, it should come as no real surprise that the bad guys are taking advantage of the relative weakness …

Member Avatar for Trigle
0
455
Member Avatar for happygeek

So you want to work on any computer as you owned it, but without going through the whole remote access process? Thanks to an early-stage company established after the founders met whilst studying for PhDs in Computer Science at Cambridge University your wishes might just be about to come true. …

Member Avatar for javacle
0
632
Member Avatar for youvi

Hello guys, Am working on phonegap(jquerymobile) for an android application.I want to implement a map which shows a marker at a particular location and when i click on the marker,it should show a window and a description about the location inside the window..The below code is working when i run …

1
127
Member Avatar for tunde011

Hello, I am trying to create a program for telephone calls. i.e when a user calls a phone number, an operator picks up and ask the user for some input, the input is then validated and base on that do something else. where do i start, what programming language is …

Member Avatar for TrustyTony
0
140
Member Avatar for happygeek

It may win the prize for being the research with the most surreal title, but the 'My dog ate my iPad' report comes with a very serious message attached and one that business would do well to listen to. The full title of the independent research report, commissioned by SecureData, …

Member Avatar for jwenting
0
461
Member Avatar for anotherGuy

You can force a browser to report the size of a display: [CODE]<meta name="viewport" content="width=device-width">[/CODE] Which got me wondering if you can do something similar to report the type of internet connection a device is using (mobile data/ wifi) I ask as I am looking into reducing data download for …

0
31
Member Avatar for happygeek

[ATTACH=RIGHT]21935[/ATTACH]While it is always easy for 'the media' to blame technology for whatever bad stuff is currently filling the front pages of the newspapers, could it actually have a point as rioting and looting rip apart the streets of London? The answer might appear to be a tentative yes as …

Member Avatar for jwenting
0
287
Member Avatar for prabhjitsw

Hello Everybody ! i have a few questions for u I have already made an appointment booking website on PHP using PHP Designer as editor and on WAMP platform, i run it on localhost. The website consults Database and puts forward the times available and lets users fix appointments and …

Member Avatar for chrishea
0
257
Member Avatar for happygeek

[ATTACH=RIGHT]22271[/ATTACH]It's official: Android now has a greater market share than iPhone across the EU5 countries of France, Germany, Italy, Spain and the UK. According to newly published data from the [URL="http://www.comscore.com/Products_Services/Product_Index/MobiLens"]comScore MobiLens service[/URL], nearly one in four smartphone users in the EU5 region were using smartphones running on a Google …

Member Avatar for Swordstech
1
413
Member Avatar for abusarah

i'm thinking to do security analysis for Smartphone but how can i do a test to show him (phiscal test not writting)

0
18
Member Avatar for pimpingreen13

Im having a hard time figuring out what is wrong with my program. I need to write a program that looks up a phone number in a file containing a list of names and phone numbers. The user is to input the first name and last name to look up, …

Member Avatar for MonsieurPointer
0
402
Member Avatar for happygeek

[ATTACH=RIGHT]22424[/ATTACH]When it comes to robotic pets I still have my heart set on one day owning a Sony AIBO as I always wanted one when they arrived on the geek scene, but could never justify the cost. The Desk Pet TankBot is no AIBO; for a start it's a tank …

0
420
Member Avatar for happygeek

[ATTACH=RIGHT]21884[/ATTACH]Users of the iPhone have stood accused of many things, from being more interested in form than function through to having more money than sense. However, the iPhone bashing has taken an unexpected turn as new research suggests that smartphone users are becoming increasingly rude both at home and in …

Member Avatar for maninaction
1
329
Member Avatar for happygeek

What does your Android, BlackBerry or iPhone say about you? That's what newly published research by YouGov on behalf of Intelligent Environments aimed to find out, but the results were a little surprising to say the least. [attach]20446[/attach] The research analysed the financial profiles of each smartphone to paint a …

Member Avatar for katmai539
0
786
Member Avatar for calebcook

Hi. I'm not sure if this is possible with PHP or not... I want to be able to have a user enter a phone number, and then the site will call the number with a message. For instance, it'll call them with their confirmation code. Is this possible? Thanks!

Member Avatar for chrishea
0
2K
Member Avatar for praveen_dusari

hi, i am developing a website of reading newspapers and magazines..in a page where it shows 6 different newspapers in grid view in horizontal view in tablet, same page when twisted vertically should show only 4 in grid view.... how this can be done...any ideas please Regards, Praveen

Member Avatar for pritaeas
0
118

The End.