HandHeld Can't Show images Hardware and Software Hardware Mobile and Wearables by ayat abukhadra Hello, I've recently created an application though web which i can access From mobiles and pc's , which both didn't show any problem but when i tried to access it through handheld C5000W the images in the website didn't show , i've turned the show image property in the handheld but it didn't work what can be the problem ? handheld telnet emulation Programming Software Development by maidah Hello I am the Handheld Product Manager for a software company in GA..... Looking for … Handheld GPS languages Programming Mobile Development by iConqueror 1. What is the common language to write for a handheld gps? 2. How are they written to communicate with satellites? Generally speaking, in IT most devices are programmed to communicate with ground devices (on earth) but what methods are used to be able to communicate with satellites? Re: Handheld GPS languages Programming Mobile Development by Hiroshe > What is the common language to write for a handheld gps? Non in particular. When a company makes a product … converting into handheld size Digital Media UI / UX Design by gopi17 … my computer...but now, i wanna run it in a handheld...the size is too big...so, i converted it using…="stylesheet" type="text/css" media="handheld"/> Re: converting into handheld size Digital Media UI / UX Design by pritaeas Just adding `media=handheld` is not enough, you'll have to adjust your CSS file too. Usually means creating new smaller images. Re: converting into handheld size Digital Media UI / UX Design by pritaeas Just adding `media=handheld` is not enough, you'll have to adjust your CSS file too. Usually means creating new smaller images. Re: converting into handheld size Digital Media UI / UX Design by pritaeas Just adding `media=handheld` is not enough, you'll have to adjust your CSS file too. Usually means creating new smaller images. How to read tagId from BT Handheld Reader Programming Software Development by msmali We are using Feig Bluetooth Handheld reader -- ID ISC PRH 101-B for taking Inventory process. It is connected with the PC through COM port. Anyone pls send me VB6 code to read the tag id by using BT HH reader. Thanks in advance.... By msm VB.NET handheld application problem Programming Software Development by pete08 I'm developing handheld application written in VB.NET, with .sdf database. I have … code for handheld scanner into vb 6 application Programming Software Development by monq help please... i'm into vb6 developing and it's my first time to incorporate a barcode reader into my system.. can someone give me a hint on how to do it.. the codes would be much greater... i'm going to use a handheld scanner... GSM Modem Problem on a handheld Hardware and Software Hardware by gbahrami Hi everybody. I have a handheld device that used to have Windows Mobile 5.0 as … flash based handheld w/ flash ui etc. Hardware and Software Hardware Mobile and Wearables by monstercameron … what if flash was the main game format for a handheld? i am visualizing a linux based os w/ tight integration… Re: flash based handheld w/ flash ui etc. Hardware and Software Hardware Mobile and Wearables by monstercameron … what if flash was the main game format for a handheld? i am visualizing a linux based os w/ tight integration… converting to handheld size Programming Web Development by gopi17 Heyy, guys...i have developed a php/mysql program...now i would like to run it from a handheld...should convert or do anything...1st time doing this...thank u in advance Re: converting to handheld size Programming Web Development by pritaeas What do you mean, you use the handheld's browser ? Or do you want to make an actual app ? For the first, you'll just have to make sure your layout fits on small screens. Depending on what you build, a CSS change might just be enough. Re: converting to handheld size Programming Web Development by broj1 Hopefuly you are using CSS for layout. If yes, you can use different media types and rules: @media screen for normal screen, @media handheld for smaller screens on handeld devices. See: [url]http://www.w3.org/TR/CSS2/media.html[/url] Re: converting to handheld size Programming Web Development by gopi17 sorry....yes the handheld browser....i have completed my php files...owh, using CSS...i see...thank you.... Re: converting to handheld size Programming Web Development by gopi17 … help me interpreting this css....i tried converting it to handheld size..but its not working... this is my current CSS… Re: converting to handheld size Programming Web Development by gopi17 thanks for the reply, i did something like this..but my html background goes missing.. <LINK href="web.css" rel="stylesheet" type="text/css" media="handheld"/> i'll post this question in html/css page....thank you Looking for an example of food and drink on a handheld device ? Programming Web Development by dongtrien For example, you can order dishes on handheld devices that run on your Iphone, Androi, winphone, restaurant, coffee shop, and so on. Any programming language that runs on the above devices, for example simple you have to share yourself with. Re: Looking for an example of food and drink on a handheld device ? Programming Web Development by rproffitt The usual is to start with a web order page. Apps require more time and may be specific to the handheld plus you have to get the owner to install them. Make a web order page and there is no install required and should run on almost any smart device today and for many years. Re: HandHeld Can't Show images Hardware and Software Hardware Mobile and Wearables by ayat abukhadra I've found whats wrong , the type of images was incorrect so i changed it to *.bmp and it worked Handheld display Community Center Meta DaniWeb by diafol On Blackberry, the bar at the bottom (MFF etc) doesn't show up. It's not available at a side nav either as far as I can see. Also the profile bit of each post appears below the post body as opposed to showing at the side. The last thing insn't a massive problem, but the menubar not showing is making nav awkward. Re: converting into handheld size Digital Media UI / UX Design by gopi17 i see....by smaller images u mean the fonts, images, tables and everything? Re: converting into handheld size Digital Media UI / UX Design by jwmollman If you mean designing your site compatible for viewing on iPhones and the like, it should just be able to scale accordingly to the device's resolution. If not, then you will have to resize images to fit a smaller resolution. You might want to send the user to a new mobile version of your site based on which mobile browser they are viewing your site… Re: code for handheld scanner into vb 6 application Programming Software Development by ithelp How is barcode reader connected to your computer ? via seria cable ? Check the vendor document to find out message format ,etc . Re: code for handheld scanner into vb 6 application Programming Software Development by vb5prgrmr Most barcode readers are very simple to intergrate into vb programs. Start new project, add a text box to the form, and run the project (or just start notepad). Scan something (if using project make sure text box has focus). Good Luck Re: code for handheld scanner into vb 6 application Programming Software Development by Ole Raptor scanners do the same thing as a keyboard. read from the barcode and places the text in the program. thats about it Re: code for handheld scanner into vb 6 application Programming Software Development by jonc Not all are the same. If they are a serial/rs232 connected scanner, they don't work in this way and will require either a device driver, or as ithelp said, some guidance from the vendor to know how to link with the device.