- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
25 Posted Topics
Re: for responsive design twitter bootstrap will be pretty nice | |
Re: Following link shows how to set cookie using javascript: http://webdesign.about.com/od/cookies/a/aa083198.htm | |
Hi, I have always wondered about the architecture of social networking websites like twitter,facebook,google plus. Just out of curiosity i want to know, how do they manage all those long and short posts(including images,web links,etc) with comments on them. Do they store them in database or in xml files or … | |
Re: i guess wrapping input elements in div with input-prepend class as shown in link provided by you will do the needful. | |
Hi, I am luking for a way to make persistent connection to a ftp server and put multiple files to it, where second file will be put depending on the response of first file. Any help would be greatful. | |
Hello, I want to develop an email system (preferably through java but any other language will also do), say mymail.com, exactly like gmail, yahoo, hotmail or any other mailing system where users can send and receive a mail. I would like to know where can i start from. Thanks in … | |
Hi, I have created the following code to get connection object to Database(MySql in my case) using a static method. I wanna know whether it is a good practice or not? Will there be any problem like concurrent access? Any information will be helpful. public static Connection connection(){ Connection conn … | |
Hi, I am luking for a Collection library much like what we get in java and c# and in my hunt i came across few names like bucket, coffeeblack, js_cols. Which would be most compatible with jQuery? As i got a nice library from sourceforge.net but it is not compatible … | |
Hello, I was looking for a way to post multipart/form data to a servlet using java standalone application. Any information would be helpful. | |
Re: I think the best thing will be to get a download manager like dap or idm. | |
Hi, I am planning to develop a bluetooth application and i would like to know whether it is possible to connect more than 2 bluetooth devices, say 3,4,5,6,and even 10,at the same time without losing any connection between them. Bluetooth devices can be laptops or mobile with java support. Any … | |
Re: [QUOTE=poison_bubbles;1320201]Hi im zee and i'm new to javascript.. The javascript function below..examines if a string value contains only numbers.. My problem is..I can't figure out why it doesn't continue with the 2nd loop and iterate j..please help.! [CODE]<script language="javascript"> <!-- value = "23e"; isNumber(value); function isNumber(value){ document.write('I'm inside the function … | |
I installed flycryptor software on my system to lock certain files and folders. Now the problem is that those files are encrypted and my friend have uninstalled the software .Those files appear somewhat scary to look at and are not opening properly. So is there any way by which i … | |
i m currently using windows vista home basic.... i think my registry files are corrupt and i am unable to fix this problem...... | |
Re: Hi guys i want to make a project in which i am planning to create a full functional shell. But i don't know how and where to start from. Please anybody reply if you have any knowledge regarding this. Any website ,any starter information will be greatly informatively for us. | |
Hi guys i want to make a project in which i am planning to create a fully functional shell. But i don't know how and where to start from. Please anybody reply if you have any knowledge regarding this. Any website ,any starter information will be greatly informatively for us. | |
[b]Split from - [url]http://www.daniweb.com/forums/thread231732.html[/url] [/b] Hi guys i want to make a project in which i am planning to create a full functional shell. But i don't know how and where to start from. Please anybody reply if you have any knowledge regarding this. Any website ,any starter information will … | |
Re: the whole concept of synchronization comes when we know that the data is going to be shared by multiple users . synchronization of block is different from synchronization of function because a sync. block can come under a function ....means one should use sync block when he wants to sync … | |
Re: i think your approach is wrong in writing on the panel because system.out.....is used when we have to write something on the console screen. for u'r problem must add components on the panel like textfield, textarea to write something on it.. | |
Re: to accomplish your task instead of extending your class to Applet go for Frame(in PackMan.java).... this will do ..... | |
Re: try this for statement for(int i=0;i<array.length;i++) | |
Re: to see the parameters required use javap command with the class file whose method u r looking for...... for this particular problem see the link [url]http://java.sun.com/j2se/1.4.2/docs/api/java/awt/geom/Arc2D.Float.html[/url] | |
I have windows vista home basic installed on my system. Now i need to format and reinstall vista. The problem is that along with vista i have Ubuntu linux installed inside windows (on other partition). So i am afraid that on reinstalling vista ,there would be a problem with the … | |
Re: have u scanned ur system with a nice antivirus(like quick heal)? if not then do that first ...coz it seems that there is a virus which is not allowing the system to shutdown also give some more info ....nything strange happened before that? were u connected to net when camera … | |
Re: [QUOTE=farhan.foxtrot;822179]Using the live CD boot Ubuntu and go to desktop. Then open terminal(from accessories) and type following: // Spaces are crucial be careful about them where they are and where they are not. sudo grub find /boot/grub/stage1 ( u'll get something like "(hd0, 11)" ) root (hd0,11) here the number … |
The End.