Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
75% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
~12.2K People Reached
Favorite Tags
Member Avatar for Hakoo

0 down vote favorite I am trying send Newsletter with images, I am able to send email but not getting images, I tried to search lots of solution but its not working.Please check this link for [Simple Newsletter](http://www.shooters.com.au/newsletter/newsletter.html) When I am trying to email this newsletter, I am getting newsletter …

Member Avatar for geniusvishal
0
387
Member Avatar for Hakoo

I am developing app where I need to capture an Information from Webpage after giving credentials automatically. Some how I managed to do Automatic login and redirection of page. Here is my code : HttpWebRequest req = (HttpWebRequest)WebRequest.Create("https://abcd.com.au/categories/A_dfn/sdf"); HttpWebResponse res = req.GetResponse() as HttpWebResponse; StringBuilder sb = new StringBuilder(); byte[] …

Member Avatar for Hakoo
0
510
Member Avatar for Hakoo

Hello, I am facing this difficulty here : First I'll give code public class Game extends JFrame { private JPanel contentPane; //private JPanel settingPane; protected JLabel lblPlayerName2; // I am using this one for my testing JLabel[] lbls = new JLabel[9]; private final ButtonGroup buttonGroup = new ButtonGroup(); public static …

Member Avatar for Hakoo
0
286
Member Avatar for Hakoo

Hello All, I want to create new pop window like this site have while login. How can I do this? Thanking you, Hakoo Desai.

Member Avatar for sunnivasa
0
606
Member Avatar for Hakoo

Hello All, I am devolping one desktop application for myself, in that I am using dataGridview. In that, I have 2 Columns which represent time. I created one custom control which represents hh:mm format. Now my problem is I want to integrate my custom control to those 2 columns. How …

Member Avatar for bhagawatshinde
0
134
Member Avatar for Hakoo

Hello All, I just want to know how Can I disable button for some conditions? Say, if I have session- Val. If its -1 then button must be disabled otherwise Enable.. Thanks, Hakoo Desai...

Member Avatar for code739
0
138
Member Avatar for Hakoo

Hello all, I am trying to validate my ASP.NET page in W3C validator. I am getting following errors. Can anyone help with this? No DOCTYPE found! Checking XML syntax only. The DOCTYPE Declaration was not recognized or is missing. This probably means that the Formal Public Identifier contains a spelling …

Member Avatar for mikev2
0
232
Member Avatar for Hakoo

Hello, I am developing e-store in asp.net. I would like to develop it in industrial standards. So, how can I do it? Should I use MVC framework? If yes, Can I integrate it with Visual Studio 2008? Thanks, Hakoo Desai.

Member Avatar for kvprajapati
0
196
Member Avatar for happygeek

[ATTACH=RIGHT]21961[/ATTACH]OK, so Apple has successfully [URL="http://www.daniweb.com/hardware-and-software/netbooks-tablets-and-mobile-devices/news/376700/1621471"]persuaded a German court to ban the sale of the Galaxy Tab Android tablet[/URL] on the grounds that Samsung has copied the design of the iPad. The legalities of which revolve around [URL="http://www.scribd.com/doc/61944044/Community-Design-000181607-0001"]certificate of registration number 000181607[/URL] in the Community Designs Register that protects the …

Member Avatar for Hakoo
1
2K
Member Avatar for Hakoo

Hello guys, I am new in Web Site Designing, before I've worked on Web Application Development. I am wondering with how to maintain layout of page when browser resized. I am attaching here snapshots. [ATTACH]22106[/ATTACH] [ATTACH]22107[/ATTACH] Any information regarding Web Designing is welcomed. Thanking You, Hakoo

Member Avatar for almostbob
0
149
Member Avatar for Hakoo

Hello All, I have 1 TB External Hard Disk. So, I have Partitioned it into 3 Drives. For this, I have used this Approach : Using fdisk, I made two Partition, and then using 2nd Partition, I divided them. By doing this, All Partitions are PRIMARY PARTITIONS. Now, In all …

Member Avatar for Cross213
0
180
Member Avatar for Hakoo

Hello All, I am very new to Android. I installed only "SDK Platform Android 3.1, API12, Revision 2" and related to their stuffs. I am getting this error after creating new project: [CODE][2011-06-26 14:43:38 - Dex Loader] Unable to execute dex: wrapper was not properly loaded first [2011-06-26 14:43:38 - …

Member Avatar for Hakoo
0
128
Member Avatar for jrosh

I have being tryn to send and recieve sms from j2me emulator. I cameup with following code inorder to send the sms [CODE] String mno=toWhom.getString(); // mno= massage number String msg=message.getString(); try { clientConn=(MessageConnection)Connector.open("sms://"+mno); //MessageConnection clientConn; } catch(Exception e) { alert = new Alert("Alert"); alert.setString("Unable to connect to Station because …

Member Avatar for Hakoo
0
153
Member Avatar for lsvife

I am new to J2ME Programming so i am stuck with the keylisteners.. I am writing a simple J2ME app in which there are 2 textfields. As soon as the user types a char in first textfield the result must be displayed in second. I want to handle the events …

Member Avatar for Hakoo
0
138
Member Avatar for jrosh

I want to synchronize the data in the record store in mobile phone with mysql database. I connected them through a web service. How can i sync them. What is the way?? i looked in at syncML. Didn't found how to use it properly. Is there any other ways?? please …

Member Avatar for jrosh
0
96
Member Avatar for Hakoo

Hello Friends, I have 6 to 7 threads which are running parallely. Thing is I have to put Thread.Sleep() between each threads. How Can I optimize it? [CODE]else if (__selectedString.equals("Master DataInput")) { try { if (RecordStore.listRecordStores() != null) { System.out.println("IT FOUND RECORDSTORE ......"); RecordStore.deleteRecordStore("Company"); RecordStore.deleteRecordStore("Product"); RecordStore.deleteRecordStore("Model"); RecordStore.deleteRecordStore("Customer"); RecordStore.deleteRecordStore("Sales"); System.out.println("Delete All …

Member Avatar for Hakoo
0
144
Member Avatar for ankurmawanda

i want to create a moblie application that consits of a form which user can fill and it can be submitted to a online postgres sql database it must be for s40 phones i am using netbeans mobility can some one tell me how should i proceed and it possible …

Member Avatar for Hakoo
0
104
Member Avatar for martosio

hi there, I'm currently creating my first mobile app, a drinking game (I know, alcohol and technology don't mix. But alcohol and manual calculations are even worse!). All my data is stored in an 2-dimensional array. the number of users may vary from game to game (=number of rows) but …

Member Avatar for Hakoo
0
143
Member Avatar for Hakoo

Hello Friends, I have created application which can be work In Online Mode(GPRS) and Offline Store(Recordstore). Its working fine in default configuration and touch configuration. But its not working on QWERTYDevice(In emulator as well as On real Mobile Device(Nokia X2-01)). In Emulator I am getting This Error : [CODE=text] java.lang.NegativeArraySizeException …

Member Avatar for Hakoo
0
159
Member Avatar for Hakoo

Hello Friends, I have checkbox which is generated dynamically. Here the code is : [CODE] <?php $i=0; while($row1 = mysql_fetch_array($result)) {?> <label><?php echo $i++ ?><input type="checkbox" name="chk_list[]" value="<?php echo $row1['Veh_id'];?>" class="txt" onClick=""><?php echo $row1['Veh_nm']; ?></input></label></br> <?php } ?> [/CODE] Now, I want to insert IDs and related information which checkboxes …

Member Avatar for vibhaJ
0
207
Member Avatar for Hakoo

Hello All, My external hard disk(WD) of 1TB was fell down from the desk. Now the thing is, when I tried to connect it, I asked for formatting, So, I denied it. Afterward again when I tried to connect it, its getting detected, the white light on HD was blinking, …

Member Avatar for usahomegoods
0
141
Member Avatar for Hakoo

Hello Friends, I am working in JME. Now, I have situation in which, I suppose to connect with Database which has been used with PHP. So, How can I access to Mysql? As usual same as to connect mysql with JDBC? Is Mysql and Mysql in WAMP Server different? Please …

Member Avatar for diafol
0
199
Member Avatar for Hakoo

Hello Friends, I am working in JME. Now, I have situation in which, I suppose to connect with Database which has been used with PHP. So, How can I access to Mysql? As usual same as to connect mysql with JDBC? Is Mysql and Mysql in WAMP Server different? Please …

Member Avatar for smantscheff
0
199
Member Avatar for Hakoo

Hello Friends, I have one problem that, I am passing query string from Mobile to Server. Now problem is Spaces and some symbols are not allowed in URL. So,I encoded somehow before sending it. Now the problem, how to decode(I know to decode by using URLDecoder.decode(Request.getQueryString)) and retrieve the values? …

0
99
Member Avatar for Hakoo

Hello all, I have three table name with same data structure. So, I want to insert my data through store procedure by passing table name as variable with my data. Is it possible? Thanking You. Hakoo Desai.

Member Avatar for Hakoo
0
162
Member Avatar for Hakoo

Hello all, I have taken CheckBox List and elements are , [LIST] [*]Insert [*]Edit [*]Delete [*]View [*]All [/LIST] Now, I want functionality like if I select "All", rest of 4 should be selected and if I deselect it all rest should be deselected. For this I have used this code …

0
67
Member Avatar for Hakoo

Hello all, We have developed two independent applications on individual systems. But both are developed in NetBeans 6.9 using Visual Midlet(VMD). Now problem is to merge those applications into one. Is this possible? How can I do this? Thanking You, Hakoo Desai.

Member Avatar for peter_budo
0
134
Member Avatar for Hakoo

Hello all, I have developed one application which import all databases into recordstore. This executes successfully, but the problem comes when I try to Filter my records. here the code is : [CODE]public void itemStateChanged(Item item) { if (item == choiceGroup_ProductCompany) { RecordFilter filter = new RecordFilter() { public boolean …

Member Avatar for Hakoo
0
148
Member Avatar for jrosh

I want to create a j2me app with some pleasing UI. I tried polish but I didn't worked well, what are the other options I have? I am looking for SVG. But I am not comfortable with xml. please help me with this. than you

Member Avatar for jrosh
0
159
Member Avatar for Hakoo

Hello All, I had installed MySQL 5.1. But due to instance problem I deleted some registries from REGEDIT. Now, I cannot run setup files of MySQL as well MySQL GUI tools.I am getting this error "Configuration data for this product is corrupt. Consult the Administrative Personnel". I tried to restore …

Member Avatar for rch1231
0
132