Update: 7/16/13 Solved! Finally got a working contact form in my mobile web app. Solution involved scaling back the spam filters in php action file. Woohoo!
I am driving myself nuts unable to find my mistake. If someone can see the mistake then, I beg of you, please save from my misery. This is a piece of a mobile web app. Attached is html5 file. I am calling it contact.html, although it's just one "page" on my mobile web app, and the php file (contact.php).
THIS IS THE ERROR: The Send and Reset buttons at the bottom of my form not only do not function, but they are literally editable. I mean, one can click on the button and edit the text of the word "send" right on the button...
Help anyone? Please and thank you X 10. Cheers.
pastebins:
contact.html
contact.php
It was working at one point, but in making edits I lost that point. :/
anil293 said:
<input type="submit" value="Send Email" name="sendEmail" class="btn">
<input type="reset" value="Reset Form" name="resetForm" class="btn">
Click to expand...
Click to collapse
Thank you so much for taking the time. That fixed half of the problem. Now the buttons function as buttons.
Now Reset button works correctly - it resets the form.
Submit button does not work correctly. It shows "error loading page"... even when the form is empty, or filled in. I must have created an error in contact.php. Any chance I can get you to take a quick look to see whether there is an error you can point out for me? I really, really appreciate your time, if you are willing.
new pastebin for contact.php:
http://pastebin.com/5H0pYkJN
the contact part of the mobile web app is uploaded for testing here: http://erikasanborne.com/consideringit-info/stats/contact/July12Stats.html#page7
<input type="submit" value="Send Email" name="sendEmail" class="btn">
<input type="reset" value="Reset Form" name="resetForm" class="btn">
contact us file
check this attachment file its fully working. just remove the ".txt" and upload it to server and test it..
anil293 said:
check this attachment file its fully working. just remove the ".txt" and upload it to server and test it..
Click to expand...
Click to collapse
You're awesome for doing this, I appreciate your time. I uploaded and test, and I have the same: "error loading page" when pressing Submit.
I uploaded your contact.php here to the jquery page here: http://erikasanborne.com/consideringit-info/stats/contact/July12Stats.html#page7
No change... "error loading page"... I'm so grateful for your time though. Any suggestions? I obviously have a problem that I cannot identify.
actually i was trying to that thing from last 4-5 hrs.. but no luck.. then tried same code with php and it work... copy that code to contact page div and change extension of ur file from html to php.. check this if u have doubt http://dexter.sexyi.am/contact.php
anil293 said:
actually i was trying to that thing from last 4-5 hrs.. but no luck.. then tried same code with php and it work... copy that code to contact page div and change extension of ur file from html to php.. check this if u have doubt http://dexter.sexyi.am/contact.php
Click to expand...
Click to collapse
My friend, I wanted this to work. I don't know why, but I can't get it working. Now the form acts like it is working, but it doesn't actually send an email.
Goes back to home page div id="page" from the form which is in id="page7"... but submit doesn't complete the action of email sending. It acts like it is working but it doesn't complete the task. Revised page here: http://erikasanborne.com/consideringit-info/stats/contact/testing.php#page7
I don't want you to spend more time on this. I can't say thanks enough for what you've already done here. Thanks, bud.
edit: Wait. Now I need to combine what I originally had in php file into the new php file (former html5 with jquery in it)... I might be able to do this from this point. ::hopeful::
i have also tried to make it work but it didnt.. but i have tested that attached php code with html n jquery runs fine.. u can replace contac page code with php code and change extension to php this way everything will work proper... i had tried to explain this same thing when I have attached that php file but i think my english is bad.. lol
btw i have also made an web app and android app with html5 jquery u can see here http://dexter.sexyi.am
anil293 said:
i have also tried to make it work but it didnt.. but i have tested that attached php code with html n jquery runs fine.. u can replace contac page code with php code and change extension to php this way everything will work proper... i had tried to explain this same thing when I have attached that php file but i think my english is bad.. lol
btw i have also made an web app and android app with html5 jquery u can see here http://dexter.sexyi.am
Click to expand...
Click to collapse
Hi. Your English is okay. I did replace like you suggested. This is the resulting new php file here. It has that code in it. What is missing now is this stuff from initial php file (pasted below)... I will figure it out from here. I like your mobile web app. Nice choice with the transitions. I am obviously still learning, but I've been able to get a lot done, just not this contact form. I can make a contact form in html in a regular website no problem, lol. It's this jquery mobile thing that is new to me. It's good practice, good learning. I will get this done. Thanks again for your help. Cheers.
(This is what I need to bring back into the function if it's all going into one php file)
<?php
if (isset($_POST[‘email’])){
$email_to =”***@***.edu”;
$email_subject =”Sent from S-Stats App Contact Form”;
$email_from =”S-Stats App”;
$email_message = “Form Details below.\n\n”;
$email_message .= ”Name:” . clean_string($name) . “\n”;
$email_message .= ”Email:” . clean_string($email) . “\n”;
$email_message .= ”Comments:” . clean_string($comments) . “\n”;
ok thats coding is lil complicated for me.lol. and yes ur code are ok I think problem is with jquery which gives error.. btw i saw one more thing u are using very old version of jquery just update it latest is 1.3.1 i guess..
ok buddy best of luck for ur app..
Related
Can anyone tell me if there is a way to default Pocket Outlook to display First Name, Last Name.
I have set all my contact on the PC to First, Last, but if I create a new contact on the XDA or I edit the name of any contact on the XDA it reverts to Last, First.
I have tried this on a Dell Axim X5 (PPC2003) and this seems to be the same.
Thanks
Matt
Yep got that same prob!! But I got around it by saving the contact to SIM then copy to phone and from there add any additional details.
Hope this helps.
Max
If anyone has an easy answer to this one, I'd be very pleased.
I've been fighting with this one for months.
max me up said:
Yep got that same prob!! But I got around it by saving the contact to SIM then copy to phone and from there add any additional details.
Hope this helps.
Max
Click to expand...
Click to collapse
This will work but as soon as you edit any part of the name in the address book it reverts to Last, First again and you have to repeat the process again!
When you sysn to Outlook 2002/XP go to contact select the contact name you want to edit their is an option called "File as" which is drop down menu. it will display the First AND Last Name . Save AND Close repeat step for other contacts.
Hope this helps :wink:
This doesn't help when you add a new contact on the XDA, it files it LAST, FIRST, until you get a chance to sync the XDA and change it back in Outlook.
Can anyone tell me if there is a way to default Pocket Outlook to display First Name, Last Name.
Click to expand...
Click to collapse
Oh boy, my favorite Pocket Outlook annoyance, one of many, since I use the GroupWise 6.5 client with IntelliSync to synchronize. What can I say: masochism, a way of life?
Anyway, I solved it by cutting the last name and appending that to the first name for all (250-300 ) my contacts. Only takes one night and is a real good practise for getting used to the touchscreen.
I have searched on a lot of forums, and only 1 tip can be read time after time: get a different PIM, even if you don't have the issue we're discussing right now.
Really, why Microsoft didn't put an option to change the View in there will probably never cease to amaze me :shock:
xda-rocks said:
This doesn't help when you add a new contact on the XDA, it files it LAST, FIRST, until you get a chance to sync the XDA and change it back in Outlook.
Click to expand...
Click to collapse
I understand your point but it all depends how often you sysnc your XDA and use Outlook 2000/XP as you PIM . Well it's one soultion..... :?
X-Ray said:
Can anyone tell me if there is a way to default Pocket Outlook to display First Name, Last Name.
Click to expand...
Click to collapse
Anyway, I solved it by cutting the last name and appending that to the first name for all (250-300 ) my contacts. Only takes one night and is a real good practise for getting used to the touchscreen.
:shock:
Click to expand...
Click to collapse
The best solution for me is to change all contacts to First Name only containing all full name, but as I am a lazy software engineer I wrote some software to do it. I also wrote it to change any (UK) mobile number it finds to +44 at the start so the caller ID appears when then send sms.
I don't have an ftp site so if anyone wants to e-mail me I can send them a copy - runs on the PC with Office 2000 or greater installed and you can preview what changes it will do before altering anything.
Usual disclaimer applies - Don't blame me and make a back up of your contacts in Outlook before you start.
Files are available at the following http download site:
http://www31.brinkster.com/pissterons/onameconverter/onameconverter.zip
Please cut and paste the link into a new browser window.
Let me know if anyone has any problems.
Matt
I can not download the file.. I'm getting this msg:
HTTP1.1 STATUS 403 Remote Access to this object forbidden This file cannot be directly accessed from a remote site, but must be linked through the Brinkster Member's site.
So, please advice,,,
Best regards,,,
If you cut the address and paste it into the address bar of a new explorer (or other browser) window it should work. :wink: If not mail me and I will e-mail you.
Can you mailit to me as well? I too couldnot access that website.
me too.. 8)
could u pls mail it to me too. thanks
Name Converter Software
Converter First Name Last Name entries to All First Name in Outlook on the PC.
Thanks 8)
wtf does
"A Man said to the Universe, Sir I Exist..
But this never created in him the Sense of obligation.."
mean ?
something along the lines of.
"This man felt compelled to create an irritating signature and succeeded"
:?
Hmmmm...
Mr Web.. Hey up Matey.. You Again.. !!!
Thanks for the CD's Which I haven't recive (Yet.. ).
By The Way.. Have you found Something about the eVC (and/or) eVB.. ??
And the 22Way Conn. ??
And for the Signature.. :roll: No Comments.. !!
Hey up Matt..
Guess You've "left" That Same Frame that Reminds of the Something we used to Call "TimeBomb" Expiry.. !!!
P.S.
I Can't Wait for Alan anymore..
Just Die'ng to Get my XDA..
T H A N X Matt..
_________________
Hi there,
This software is an Antitheft and you can use it to track your device when it was lost or stolen. It works catching a formated SMS sent from any phone and then send useful informations back.
You can use it to others objectives, like keep your eye in your child. Use your imagination!
If the thief change your SIM card, you will receive a SMS alerting you and you still can track your device. All you need to do is set an emergency cel number.
RemoteTracker can be added to third part custom ROMs. But, with a hard reset all configurations was lost. Now, RTRegCreate tool can create a configuration file using your PC. ROM cookers can use this DLL to make RT hard reset safe!
I need to learn VisualStudio 2008 and develop to Windows Mobile for professional purposes. I choose to make this projet because thought it might be fun
My Glofish X800 has Panot (from eten-users.eu) custom ROM with WM6.1 and native .NET 3.5, but you can download this .NET version if needed here: http://www.microsoft.com/Downloads/...49-3C6B-42F1-9FD9-0041345B3385&displaylang=en
The installer CAB file and source code of RemoteTracker can be downloaded here:
http://remotetracker.sourceforge.net
This version answer the commands below:
rt#help - send this list of commands;
rt#ehelp - send this list of commands by e-mail;
rt#cb#<some_tel_number> - turn on the Phone and call the number passed as parameter;
rt#gp#<some_cel_number> - try to get GPS coordinates and send back to cel number passed as parameter.
rt#egp#<some_e-mail_account> - try to get GPS coordinates and send back to e-mail passed as parameter.
rt#pb#<some_cel_number> - Use them to receive your contacts stored in SIM card back. If you do not take the phone back, at least the contacts will be saved.
rt#epb#<some_e-mail_account> - Same as pb, but the message goes by e-mail.
rt#elt#<some_e-mail_account> - This command will start GPS, Log the path about 5-6 minutes and send the KMZ file by e-mail. This file can be opened with Google Earth. Very cool.
rt#go#<some_cel_number> - get 'settings/owner' informations.
rt#ego#<some_e-mail_account> - Same as go, but the message goes by e-mail.
rt#rst - softreset device.
rt#dkz - delete all kmz files.
rt#dsc - delete all contacts in SIM card.
rt#eganfl - Send, by e-mail, a list of all incoming and outgoing calls if you have VITO audio notes installed.
rt#eganf - Send, by e-mail, all incoming and outgoing calls records if you have VITO audio notes installed.
rt#findme - Same as 'gp' command, but ask you if you want to answer the command.
rt#alarm - Just play a sound. Useful when you don't remember where the device is, but you know it's your home.
rt#gi - Send informations about your phone: IMSI and IMEI.
rt#egi - Same as 'gi' but the answer goes by e-mail.
rt#msg - Send a message to be displayed on your device.
The main screen has a tab with help.
I did this project to be multi-language. In this version there is Portuguese (my mother language), English (sorry about it, my english is very bad), Dutch (thanks to Cybermoose, from etenusers) and Spanish (thanks to Popy from etenusers). If you want to make your own translate, I can tell how. Very simple.
If you decide to try RemoteTracker, I would like to read reviews, comments and suggestions. Remember this is a beta version and may contain bugs. Use at your own risk and with caution.
Please see ChangeLog.txt to see the improvements.
For those of you who are having the problem with the help file,
with some strange certificate errors and PIE opening when you start RTconfig, the problem lies with having the default program that opens html set to something besides PIE (Opera 9.5, perhaps)
To fix this, use schap's Advanced Config tool to set .htm and .html files to be opened by:
Code: iexplore.exe file: %1
Originally Posted by xd1936. Thank you very much!!!
Keep RemoteTracker up to date!
There is an integration with AppToDate. This application verify if configured softwares are up to date or not. If not, you are alerted, and invited to download the new version! Very cool and useful.
You can download AppToDate here: http://www.modaco.com/content/apptodate/267096/download-apptodate-supported-applications/
After install AppToDate, please download RemoteTracker and run RTConfig or softreset your device to configure AppToDate.
Try this and don't forget a new version never more!
--> It is a work in progress. In future versions I will make a lot more.
Support this project
You can support this project making a donation clicking here or clicking the banners in the project website: http://remotetracker.sourceforge.net
Cheers,
Joubert Vasconcelos
my apologies if i'm blowing up a bubble here.. but doesn't TrackMe do the EXACT same thing?
nir36 said:
my apologies if i'm blowing up a bubble here.. but isn't TrackMe does the EXACT same thing?
Click to expand...
Click to collapse
I didn't know this software. Very good I think, I'll try later. But I suspect the objectives are different. RemoteTracker works only in silent mode to help you find your device if you loose it.
There is only one user interface to configure few parameters. After that you don't need to use it any more.
All functions are activated by SMS (remotely) and the answers will be by SMS or e-mail. For example you can use your wife's phone to send SMS to your lost phone and then receive GPS coordinates to find it.
If you want to compare RemoteTracker with other software, it's more similar to Mobile Justice, but with more features.
This is first goal of RemoteTracker. The second is help you to retrieve your personal data back. It's not totaly done yet. There is a work in progress.
Hope this answer your question
I think this is fantastic! Great idea! Do you think you can incorperate more CDMA-friendly, not-solely-sim-card features? I'm downloading now
I don't have a CDMA device But I think I can search for informations and then code, but without tests.
About suggestions that similar software already exists, this is no argument that this software should not be developed. We see so many sw that do the same thing. Some do it better than the others. So, even reinventing the wheel is necessary smtimes because smone came made the tubeless tyres by reinventing the tubed ones. (and ofcourse, we all made "Hello World"'s, isn't it)
Thanks joubertvasc, and I wish you luck in your endeavour. Any development is good development.
wow. If this is going to work as it should, then perhaps it is something that needs to be built into the rom itself?
what happens if the new owner decides to hard reset?
Sounds very promising! I'm bookmarking the page already!. can't wait to try it. than you for this!
shantzg001 said:
About suggestions that similar software already exists, this is no argument that this software should not be developed. We see so many sw that do the same thing. Some do it better than the others. So, even reinventing the wheel is necessary smtimes because smone came made the tubeless tyres by reinventing the tubed ones. (and ofcourse, we all made "Hello World"'s, isn't it)
Thanks joubertvasc, and I wish you luck in your endeavour. Any development is good development.
Click to expand...
Click to collapse
I agree and thanks. I did not like the similar software in the market. And I need to learn VS .net, so I decide to make one by my self to learn and also for fun.
S.V.I said:
wow. If this is going to work as it should, then perhaps it is something that needs to be built into the rom itself?
what happens if the new owner decides to hard reset?
Sounds very promising! I'm bookmarking the page already!. can't wait to try it. than you for this!
Click to expand...
Click to collapse
One thing I'm thinking is how to reinstall RT automaticaly after a hard reset. May be using external cards, but the autorun feature only works when card in inserted.
Built into the ROM is possible, but only ROM cookers or manufactures can do it.
I think its early to think about it. RT have to me more tested.
oh oh oh . my bad. i meant "Where Is My Phone"
where is my phone does the same thing
nir36 said:
oh oh oh . my bad. i meant "Where Is My Phone"
where is my phone does the same thing
Click to expand...
Click to collapse
All WIMP does is send an SMS back with the current GPS co-ordinates, very useful but severely lacking compared to what the OP is trying to do. That said it is native PPC code with no need for .NET.
Surely we should commend anyone trying to write alternatives as without that attitude we would all be using Windows with MS Office and browsing using IE. Possibly not the best analogy but it will do.
Thanks! It's great! Can I ask a question?
When the device's stolen, may be the thieft removed your SIM card and then insert a new one. So how to known a new phone number in that SIM card to you send a SMS?Tks!
maybe it can send sms with phone number whenever a sim card which is not in preconfigured list is inserted.
also another suggestion is, for the phones which do not have GPS, maybe it can send the tower information ? So that it could be used to track where it is based on the tower information ?
i wasn't complaining. i think it's wonderful people are trying to develope new software. i was just giving reference.
phamhien said:
Thanks! It's great! Can I ask a question?
When the device's stolen, may be the thieft removed your SIM card and then insert a new one. So how to known a new phone number in that SIM card to you send a SMS?Tks!
Click to expand...
Click to collapse
When you run RT for the first time, the IMSI of your SIM card is stored. After a new 'boot' this IMSI is verified again. If the new IMSI does not match with the old, you will receive a SMS alerting you. This message has the new number. You must input an emercency mobile number in config tab. This number, of course, must be a mobile number diferent of yours (your wifes, mother, son, or so).
hoolahoous said:
maybe it can send sms with phone number whenever a sim card which is not in preconfigured list is inserted.
also another suggestion is, for the phones which do not have GPS, maybe it can send the tower information ? So that it could be used to track where it is based on the tower information ?
Click to expand...
Click to collapse
I have no idea how to get this information! But it's a good idead and I'll search this information.
Greaattttttt !!!
Can help for french translation, if you want to.
naboleo said:
Greaattttttt !!!
Can help for french translation, if you want to.
Click to expand...
Click to collapse
Of course I do! Thank you very much!
Very simple: copy and rename english.xml and english.htm to french.xml and french.html.
Edit both files and just translate ignoring the words between < and > characters (those are "commands").
Edit language.xml file and insert the lines below before </languages> (last line):
<language>
<code>4</code>
<name>Français</name>
<file>french.xml</file>
<help>french.html</help>
</language>
Today I was roaming around some blogs and stumbled upon an article with some tips to protect your "smartphone", they talked about a software called mSafe, I even downloaded it for test.
Anyway, it does mostly what you want to develop. The site is http://www.motionapps.com. Their apps are intended for Treos but mSafe states that it's compatible with WM5.
Just for your reference.
joubertvasc said:
I have no idea how to get this information! But it's a good idead and I'll search this information.
Click to expand...
Click to collapse
Well... I'm not familiar with windows mobile programming but I'm a SIM Card programmer. I don't know if you can access STK commands (commands to the sim card) via the Windows Mobile API's but, if you can, there is a function ("proactive command" using the specific SIM terms) called "PROVIDE LOCAL INFORMATION" that gives you exactly this information (and more)...
Hope it helps...
NEW RELEASE
Hi. This is a special app for clients of Caixa Geral de Depósitos, a portuguese Bank.
This bank uses a matriz card to validate online banking.
Requirements:
-> .Net Framework 3.5
-> All resolutions
-> Instructions in the app
Special features:
-> Encryption
-> Password
Also in MS Marketplace, xda marketplace and freewarepocketpc.net (omarket)
UPDATE - http://forum.xda-developers.com/showpost.php?p=6992447&postcount=12 bug solved!
Sorry, please delete
error posting
good app.
I can leave my matriz card at home now
PS: just a question?? Will this send my data to you
mikhe69 said:
good app.
I can leave my matriz card at home now
PS: just a question?? Will this send my data to you
Click to expand...
Click to collapse
No, but if you want i can put here the source and you compile it.
BTW, wonderful ideal, i will upload it.
Hi. It's already uploaded.
IF anyone want to help me to develop, i will be glad.
New release v1.2 with CAB and improved!
herpez said:
NEW RELEASE - v1.2
Hi. This is a special app for clients of Caixa Geral de Depósitos, a portuguese Bank.
This bank uses a matriz card to validate online banking.
Requirements:
-> .Net Framework 3.5
-> WVGA or VGA
-> BEFORE the first start, edit matriz.txt in the app folder and change it to your matriz card. After the 1st run, that file will be encripted, renamed and the txt deleted.
ToDo:
- add password to open
- QVGA support
If anyone want to help me changing the source to make some of the "ToDo", i would be very thankful.
Click to expand...
Click to collapse
Tnks!! will try it
but I advice to think well before you put your data in any electronic media....
if there is only the matrix card data, then nothing special can be done.
you will have to know also the login and the password, or else it will e totally useless.
I will try it as well.
PS: There should be an app to replace ATM, identity, social security, finance, and all cards, so I can leave my wallet at home
gluonyc said:
Tnks!! will try it
but I advice to think well before you put your data in any electronic media....
Click to expand...
Click to collapse
Sure, but i guess that the odds to loose your PDA or someone access data on it its the same as loose your wallet (with matriz card inside) or someone check it.
Although, aware of that, thats the reason i encrypted the file, i deleted the matriz.txt and i will implement password. I may call it try to lower the odds of something bad happen, however, it's always a risk
Hi
Just one question this programs works well???
i try but the numbers are not my numbers
Best Regards
Hi. Yes, it works. However i think that something can go wrong.
But lets check first some things.
Did you edited the file matriz.txt to your matriz? If not, you need to do that BEFORE run the app for the first time, otherwise you will get a default matriz card which is random.
If you didnt edit, and now that you have run the app, let me say how you can do it.
Go to you app folder, which maybe /Program Files/Matriz CGD/ or /Storage Card/Program Files/Matriz CGD/
Then delete a file called matriz
Then, in your windows notepad, edit the file i posted as attachment here to your card. For example, if your matriz is 123 687 497... it will become 1 2 3 6 8 7 4 9 7 ... and do it for ALL the numbers, this way you will replace the entire numbers in the attached txt.
Then, put that file (the matriz.txt) in your app folder (maybe /Program Files/Matriz CGD/ or /Storage Card/Program Files/Matriz CGD/)
Any doubt just say, or if you want we can talk by pm.
Thanks
Hi,
I did leave a comment on windows marketplace for your application, did you see that?
I already installed the new release but I found an error that crash the application. If I push the button "calcular" after putting the password, the program shows an error and close because no column or line is selected.
regards
rhcpu2 said:
Hi,
I did leave a comment on windows marketplace for your application, did you see that?
I already installed the new release but I found an error that crash the application. If I push the button "calcular" after putting the password, the program shows an error and close because no column or line is selected.
regards
Click to expand...
Click to collapse
Hi. I didint see it yet. One new release is on its way and i will update that.
Thanks for let me know, i miss the feedback
rhcpu2 said:
Hi,
I did leave a comment on windows marketplace for your application, did you see that?
I already installed the new release but I found an error that crash the application. If I push the button "calcular" after putting the password, the program shows an error and close because no column or line is selected.
regards
Click to expand...
Click to collapse
It's Solved. You can install the last cab from here or wait from marketplace. If you wait for marketplace, it will take about 1 week or more because one other version is on it's way so just after that being approved i can send this one.
I saw now your comment, however i would ask you to next time please mail me or send me here the bugs because i see it more often here.
Really thanks for the help!
And i hope you liked the new instructions and matriz card input (it will be easier to input in the next marketplace version)
herpez said:
It's Solved. You can install the last cab from here or wait from marketplace. If you wait for marketplace, it will take about 1 week or more because one other version is on it's way so just after that being approved i can send this one.
I saw now your comment, however i would ask you to next time please mail me or send me here the bugs because i see it more often here.
Really thanks for the help!
And i hope you liked the new instructions and matriz card input (it will be easier to input in the next marketplace version)
Click to expand...
Click to collapse
Nice! Good Program!!!
Obrigado (Thanks!)
rhcpu2 said:
Nice! Good Program!!!
Obrigado (Thanks!)
Click to expand...
Click to collapse
You're welcome!
Hope you like it.
Marketplace has one version with no bugs so far.
Thanks
Congratulations for this great app. Can you also make the same app, but for Montepio? Is it only a matter of changing the logo?
Obrigado desde já. (Thanks in advance)
bgcngm said:
Congratulations for this great app. Can you also make the same app, but for Montepio? Is it only a matter of changing the logo?
Obrigado desde já. (Thanks in advance)
Click to expand...
Click to collapse
Hi. Im working or expand it to BCP, Montepio and so on, however, it takes a bit of time and by now i dont have it. Really Sorry.
I dont really know how does the matriz from montepio works, can you tell me please?
Obrigado
***SOLVED THANK YOU mohit1234 ***
Hello everyone. I recently recoded the HTML on my two websites. The sites show up perfectly on PC, Macs and iPhones but when I go to the sites on an Android device, all I see is the background colour of the website. The .jpg in the center of both pages is not visible at all.
I'm not sure if it has to do with the pixel size of the images (1024x768 which is pretty standard) as per what WebKit can deal with for smaller screens of mobile devices (although the sites show up on iPhone so maybe this isn't the issue), the positioning of the image (centered), or have I missed the boat on extra code I need to add regularly to sites nowadays since surfing the net on phones has become more of a regular thing?
As a new member of XDA, I am not allowed to post links in my questions yet. Please respond and I will link you to the sites if you even need me to.
odessadenial said:
Hello everyone. I recently recoded the HTML on my two websites. The sites show up perfectly on PC, Macs and iPhones but when I go to the sites on an Android device, all I see is the background colour of the website. The .jpg in the center of both pages is not visible at all.
I'm not sure if it has to do with the pixel size of the images (1024x768 which is pretty standard) as per what WebKit can deal with for smaller screens of mobile devices (although the sites show up on iPhone so maybe this isn't the issue), the positioning of the image (centered), or have I missed the boat on extra code I need to add regularly to sites nowadays since surfing the net on phones has become more of a regular thing?
As a new member of XDA, I am not allowed to post links in my questions yet. Please respond and I will link you to the sites if you even need me to.
Click to expand...
Click to collapse
Have u tried using different browsers on ur Android device? Try with different browsers.
Btw, you can post the link without the http:///www.
Hello mohit1234. I have an HTC Desire HD with Telus. I tried viewing the websites in the stock browser and also in Dolphin Browser HD.
Here are the websites:
odaam.com
odessadenial.com
check if your phone have a flash player installed and try again
odessadenial said:
Hello mohit1234. I have an HTC Desire HD with Telus. I tried viewing the websites in the stock browser and also in Dolphin Browser HD.
Here are the websites:
odaam.com
odessadenial.com
Click to expand...
Click to collapse
I just saw the source code of the websites, and both seem to be just a plain image. However the code doesn't look well coded There are some issues. (not sure if those are because of your html files or the "view page source" option in Chrome).
Firstly there is no need for CSS as u have only one image. Just center align the image. Put the image within the body tag. And put the bgcolor in the body tag.
If you need help, PM me the html files and I'll fix it for you
shion00 said:
check if your phone have a flash player installed and try again
Click to expand...
Click to collapse
Won't be a problem with flash. The website doesn't have any flash. Plus if it did, it wudnt work on the iPhone
For some reason a background image doesn't want to show at all. I tried css code from W3Schools similar to what you had and also tried the old school HTML background and neither wanted to work in Dolphin.
shion00 said:
check if your phone have a flash player installed and try again
Click to expand...
Click to collapse
I have a fully up to date HTC Desire HD, so yes I have Flash Player installed. But the site has no Flash so it doesn't matter.
mohit1234 said:
I just saw the source code of the websites, and both seem to be just a plain image. However the code doesn't look well coded There are some issues. (not sure if those are because of your html files or the "view page source" option in Chrome).
Firstly there is no need for CSS as u have only one image. Just center align the image. Put the image within the body tag. And put the bgcolor in the body tag.
If you need help, PM me the html files and I'll fix it for you
Click to expand...
Click to collapse
I have already tried cleaning up the HTML and uploading new files to the site but I just end up re-uploading that old file, which I agree is not coded very well, because when I upload a cleaner HTML file I see a question mark in a blue box where the .jpg should be when I go the websites. At least with the old file uploaded I just see the background colour and not a blue box with a question mark in it. Which adds to the mystery even more. I was doing exactly what you suggested yesterday before anyone had even replied here.
spunker88 said:
For some reason a background image doesn't want to show at all. I tried css code from W3Schools similar to what you had and also tried the old school HTML background and neither wanted to work in Dolphin.
Click to expand...
Click to collapse
I also tried using W3Schools yesterday and they were coming up with the same simplified code that I mentioned above which ended up giving me a blue box with a question mark in it as opposed to just the background colour as I am seeing it now with my old files uploaded.
And now, to add to the confusion, I downloaded Opera Mobile and the websites look fine in that browser. So they look normal in Opera Mobile, but not in the stock browser or Dolphin HD. This is very strange. Could it have to do with the size of the image being loaded? I know Opera applies compression so this is all I can think of.
odessadenial said:
I have already tried cleaning up the HTML and uploading new files to the site but I just end up re-uploading that old file, which I agree is not coded very well, because when I upload a cleaner HTML file I see a question mark in a blue box where the .jpg should be when I go the websites. At least with the old file uploaded I just see the background colour and not a blue box with a question mark in it. Which adds to the mystery even more. I was doing exactly what you suggested yesterday before anyone had even replied here.
I also tried using W3Schools yesterday and they were coming up with the same simplified code that I mentioned above which ended up giving me a blue box with a question mark in it as opposed to just the background colour as I am seeing it now with my old files uploaded.
Click to expand...
Click to collapse
odessadenial said:
And now, to add to the confusion, I downloaded Opera Mobile and the websites look fine in that browser. So they look normal in Opera Mobile, but not in the stock browser or Dolphin HD. This is very strange. Could it have to do with the size of the image being loaded? I know Opera applies compression so this is all I can think of.
Click to expand...
Click to collapse
The box with the question mark is usually due to the image being missing or if the link to the image is wrong or its unable to access the image. The size of the images won't matter. I've viewed much larger images with no issues on the stock browser. I tried it on Miren Browser, but that didn't work either.
One thing you could do is, instead of using another host for images, why don't you keep the images with the html files and change the image URL to the name of jpg. Not sure if that would work, but you can give it a shot.
mohit1234 said:
The box with the question mark is usually due to the image being missing or if the link to the image is wrong or its unable to access the image. The size of the images won't matter. I've viewed much larger images with no issues on the stock browser. I tried it on Miren Browser, but that didn't work either.
One thing you could do is, instead of using another host for images, why don't you keep the images with the html files and change the image URL to the name of jpg. Not sure if that would work, but you can give it a shot.
Click to expand...
Click to collapse
You know what, I don't know why I didn't do that from the start. What a stupid mistake. You are right. The site loads now on all browsers. Thank you mohit1234 for pointing out my ridiculous error haha.
Now, how do I mark this thread as solved / closed? I'm new here this was my first post. And should I do anything else to help myself out of the "beginner" level? I have "Thanked" everyone for their responses.
odessadenial said:
You know what, I don't know why I didn't do that from the start. What a stupid mistake. You are right. The site loads now on all browsers. Thank you mohit1234 for pointing out my ridiculous error haha.
Click to expand...
Click to collapse
No problem! Glad it worked out
odessadenial said:
Now, how do I mark this thread as solved / closed? I'm new here this was my first post. And should I do anything else to help myself out of the "beginner" level? I have "Thanked" everyone for their responses.
Click to expand...
Click to collapse
You can't exactly close the thread, only MODs/Admins can do that.
But just edit the first post and add the word "SOLVED" to the end of the title.
And if you want, you can add the solution in the first post.
mohit1234 said:
No problem! Glad it worked out
You can't exactly close the thread, only MODs/Admins can do that.
But just edit the first post and add the word "SOLVED" to the end of the title.
And if you want, you can add the solution in the first post.
Click to expand...
Click to collapse
Cool, will do. Thank you again.
Guys, I've been working on building this site for the last month or so:
http://www.websitetoapp.net
To summarize what my website does: This is a simple Andoroid App Builder from any content, in literally 1 click.
You don't have to know a single line of coding.
It's enough that you have some content to share. For example your website, or your blog or your twitter account ( twitter com/ your user name) or Facebook pages are good examples.
Trick: Even your favorite website is a good idea to make an app!
I hear you're asking "Ok but how do I monetize it?"
Monetizing you apps are as easy as one click. (You will only enter your AdMob ID while building your app.. As easy as copy and pasting). So that you can get 100% of the ad revenue.
So please check it your self!
Would be glad if you could leave your feedbacks.
Thanks
henihazbay said:
Guys, I've been working on building this site for the last month or so:
http://www.websitetoapp.net
To summarize what my website does: This is a simple Andoroid App Builder from any content, in literally 1 click.
You don't have to know a single line of coding.
It's enough that you have some content to share. For example your website, or your blog or your twitter account ( twitter com/ your user name) or Facebook pages are good examples.
Trick: Even your favorite website is a good idea to make an app!
I hear you're asking "Ok but how do I monetize it?"
Monetizing you apps are as easy as one click. (You will only enter your AdMob ID while building your app.. As easy as copy and pasting). So that you can get 100% of the ad revenue.
So please check it your self!
Would be glad if you could leave your feedbacks.
Thanks
Click to expand...
Click to collapse
well i just saw the web, and i use preview but i guess what actually you do its use a "webview" from a website? thats all? im lazy to make the app so im wondering its all?
zen kun said:
well i just saw the web, and i use preview but i guess what actually you do its use a "webview" from a website? thats all? im lazy to make the app so im wondering its all?
Click to expand...
Click to collapse
yes that's correct. It's a webview.
henihazbay said:
yes that's correct. It's a webview.
Click to expand...
Click to collapse
oh right, thanks, i guess its a good start for people who are starting, would be nice "force" or something to be mobile or try render like HTC anyways good luck