No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
49 Posted Topics
how assign a none static var to a static var in Java/Android? String top5=scoreSaveReturn2(this.x); public static String totalPoints3;//=top5; CannonGame.totalPoints3=top5; // gives error here In a Canvas game if we have a class like: public class CannonView extends SurfaceView implements SurfaceHolder.Callback how transfer from this a var value to this public … | |
how in a canvas HTML5 I can add more than one image,... is any stack order? how many images overlap and seem all or part of them, can have in canvas? canvas or an image can saved in localStorage html5? | |
I have Samsung Note 2.3.6 Android phone ... I installed Drop box and, choose sychr camera photos with drop box on wifi... well, the last 5 images repeatly uploaded on every wifi connection, i shot another 2-3 photos but shows 5 images to get upload on every wifi connection again, … | |
A)is used for 1) Inheritance in js(JavaScript)? Is this the ONLY way of Inheritance in js? derivedObj.prototype = new BaseObj(); or 2)adding properties/methods to an object, that added to Contractor of this obj? in this case old objects that already instantiated will have as null this property? B)prototype property used … | |
I developed an Android FlagGuessEnRu game, but I want upon success flag guess go to Google Maps(browser or MapView) for that flag/country, with appropriate scaling of the Map per country, well i get countries from wikipedia, what url to use for google map for a particular country, how from country … | |
Android intents Qs: Phonebook app, on view particular contact...facebook call works, skype is like not press, email shows not supported, and phone call gives error 2.3.3/2.2 ... well? all from menu button menu... can you debug... private void call(int i) { // TODO Auto-generated method stub switch (i) { case … | |
I have in Android/Java/Eclipse a Flag Guess Game: appear a name of country and below 3 or 6 or 9 flags (depend on settings) in 1 or 2 or 3 rows respecively to, choose the flag for the country name...well something wrong exist and flags appear some very big and … | |
How get all image names of files in an image folder in php5? after will use php to eject html to view all images of the folder in a web page... | |
to license my Android app, must use google api(in Project Built) even not use maps etc??? | |
android eclipse environment... values-ru/string.xml appear error, that can NOT fix...well? > [2012-09-07 19:10:54 - mobi.androidprogramming.apps.SplashActivity] 'default' is not a best match for any device/locale combination. [2012-09-07 19:10:54 - mobi.androidprogramming.apps.SplashActivity] Displaying it with 'Locale Language ___Region __, sw320dp, w320dp, h533dp, Normal Screen, Long screen aspect ratio, Portrait Orientation, High Density, Finger-based … | |
"ubuntu for android".... future killer Android App, should come preinstalled on new phones only or should run on old dual-core models as well? | |
ANDROID TTS tts text to speech can read Russian, ...? I make it read English SUCCESS, but Russian spell "slash" and numbers arbitrarily...? yes can read Ru... / No can not read Ru... | |
trying develop a Russian/English Flag game, given the flag image you choose in Russian or in English modes... Since English country names get from country file image names, can have a Java generic Map key=englishCountryName & value=inRussianEquivalent.... to do the Russian part??? Or exist other way? if you think this … | |
phone: global samsung Note N7000 Android 2.3.6 Phone when has 3G or GSM/GPRS signal, this signal get lost(I can not receive/accept calls_phone needs reboot to find signal) when wifi get activated/deactivated... well? I tried clear caches from all Apps, and problem gone. But 1 or 2 times a month still … | |
I have a web site(and a url) but by error fwd this url permanently to another url, but now bring it back...normal operation... I had and google sitemap.xml linked. This had consequence get lost all my rankings to search engines... **What to do to recover my rankings in no time?** | |
Android DEV a. WAKE_LOCK in an App results affect all the Apps currently running including App initialise it? In other words has symptoms in other Apps? b. If **forget to** disable GPS receive from an App then, generallly disable GPS on the phone, and re-enable it, this App should continue … | |
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 4 in /yyyyyyy/BID-REF-URL-No-account.php on line 21 what is this about , any relation with "index"? I lookup everything but not find the bug? | |
Eclipse-JavaScript IDE has embedded all JavaScript Libraries like jQuery, MooTools, etc so applies code completion, to what ever is implemented, along with plain JavaScript? ![]() | |
To play audio clips in an Applet either in browser or viewer, needed set any env var, or plugin to install? | |
I GUESS THIS IS ERROR - CAN YOU CONFIRM? "You can send an ImageIcon object as the Image argument that drawImage() expects." T/F "To start playing the AudioClip, you need to call the start() method on it." T/F // On the obj mean here? | |
I know to implement progress bars in Java, is it possible in JSP? | |
Do you know what error? how include rich text-area in jQuery and [url]http://tinymce.moxiecode.com/[/url] ? see attach... get ONLY text-area non rich text-area. [CODE]<html> <head> <script src="../jquery.min.js"></script> <script src="../tinymce/jscripts/tiny_mce/jquery.tinymce.js"></script> <script src="../tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> <script> $(document).ready(function(){ $('textarea.rte').each(function(){ TINYMCE.replace(this.name); }); }); </script> </head> <body> <form action="page2.php" method="post"> <table width="100%"> <tr> <th style="width:120px">Page Text</th> <td> <textarea … | |
return printLCS(i-1, j-1) + index(x, i); i found this in a recursive java program, well [B]that is being done is[/B] return index(x, i) (returns a character) and same time continue recursion? | |
In Distance Vector Algorithm (RIP) A row in routing table is itself a Distance vector, well, how large this Distance vector can be? As it’s direct links (neighbors=subnets) [B]only[/B]? | |
JavaFX and JSF Have any common/similarity? JSF May used together with Struts? | |
I want like [3 drop-down menus / picker] at: [url]http://www.russian4foreigners.com/node/298[/url] (end of page) implement mine at: [url]http://www.poliscarhire.com[/url] (left side of page) currently exist ONLY 3 drop down menus... I think above site used Drupal & jQuery (source code)... well, I want as you see in my site, a total of … | |
Tomcat to get installed in Control Panel-Plesk Deluxe[in a Virtual Dedicated Server], is free and easy? | |
A jar or exe file [Java App], may contain images etc files inside one file the file.jar or file.exe? In NetBeans and Eclipse, how do this one file [jar] or an file.exe containing All files of the IDE's wanted Project? | |
what is the trick, when a user go to an external link of my page an alert, or confirm box appear, or run some other code? ![]() | |
I have data in c:/ (vista installed) Documents, Downloads etc, and also I have data to D:/ second hdd, well is dangerous after update to SP2[AND FAILURE) lost data in D:/, so backup data of it, along c:/ disc's DATA, OR NO DANGER AND BACKUP ONLY C:/ data, well? I … | |
I use a PHP WS to get country by IP of visitors to my site, well is it needed save this country or, since is easiest save ONLY the IP and country for a particular IP never changes??? | |
Java Desktop DATABASE App SE (Like Phone Book App) I want extract data from a Database Table and, each output line has a radio button, to get edited/deleted the corresponding record by pressing corresponding button at end or results... well any sight/tip? Basically how dynamically to create radio buttons? What … | |
IP address of web visitors TO MY SITE change over time by country, I mean a Europe IP may become USA IP? So if it does [B]not [/B]change means: if you record IP you record indirectly the country, without having record directly country time first visited, since no change since … | |
cookies set by cfm may retrieved by php? if iframe have or not (other page)? In a cfm page may insert: <iframe src="country.php" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" width="120" height="14" style=" border:none"></iframe> where country.php: // to get ip I used $_COOKIE['countNumVisitor'] set by cfm, get by php, well seems default NULL … | |
how detect that a visit to my site is done by a search engine and not by human? the referenceUrl (visitor come from) is always null if search engine auto visit or...? I know to get server params like ip, reURL, etc | |
Exist way to convert page.jsp or page.cfm, (and server side code) to code lines, and append in javamail or cfmail to send this page as embedded to body of email but not attachched?? | |
is any way in CFML send cfmail not code but rather a page.cfm... one way is convert page.cfm (and server side code) to code lines and append in cfmail? if yes, how this? or any other way for first? | |
How in Java SE and EE(Web), I may program in a form, a drop down menu and same time itself be a textbox user can type in? | |
in JSP mail scripts may rather email a html code, email a file JSP, I mean NOT as attachment but itself embedded in message and show, eg pictures etc text from this file? | |
[B]<meta name="keywords" content="text" />[/B] text here may be UTF-8? If yes the: [B]<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />[/B]must come first after the keywords meta tag? | |
[code]<cfquery datasource="yyyyyy" name="getData1" > SELECT Category FROM Products WHERE Product_ID=#displayImg2# </cfquery> <cfset PosInCatOfImg= > // how learn position of this Product_ID in getData1 query result data of Products ?[/code] eg is the 13th row ??? | |
<textarea [B]wrap="hard"[/B] name="Questions" id="Questions" cols="32" rows="4"></textarea> wrap=attribute DO NOT pass w3c validator [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">[/CODE] well what is css equivalent? | |
I want to check if in a email textbox form field, [B]email has correct syntax, but for Mobile Browsers[/B], in desktop I used below, this will work foe Mobile Devices too? or better check this on server side(PHP)...(check second snippet)? [CODE]function checkFormtemplate() // javascript used success desktop browsers { if … | |
[url]http://portals.apache.org/jetspeed-2/[/url] how can help built my towns web-index? | |
PHP: If go to upload an image exist already and sometimes want replacement what code? if this is the default, please tell me for: if[B] not [/B]want replacement what code? | |
NETBEANS: I get none ouput - can you detect? I have a question about server side Ajax (Java) I think serverside error is, Can you find the bug in <div> I do NOT get sample xml data[bookrss.xml]... RSS Client/Server? I get xhrequest.readyState == 4 && xhrequest.status == 200 ... 4 … | |
how change default Java icon, in the upper left of java gui windows? may insert big icon eg 32x32 or 64x64 and java thumbnails it to smaller? must be PNG type? | |
When getting from database and appearing to JTable, how I modify particular cells just prior appearance(eg. Increase base salary(from db) by 10%), to JTable? below in BOLD are cells to modify... 25.6 Modify Exercise 25.5 to perform the following tasks: a) Increase base salary by 10% for all base-plus-commission employees. … | |
I think my jar to work needs mail.jar plus the others class files what to do? subject:javax.mail.Message I used jar cmf SMTPClient.mf SMTPClient.jar SMTPClient.class SMTPClient$SendAction.class SMTPClient$UpdateListener.class [B]mail.jar [/B]SMTPClient.java but gives (how include another jar in my jar and keep package structure?) [CODE] C:\Users\User\Documents\TextBooksDataFiles\Java Network Programming, 3rd Edition\jnp3examples\examples\19>jar cmf SMTPClient.mf SMTPClient.jar … |
The End.