|It is currently Thu Mar 28, 2024 7:14 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka


Blog Links

Blog Stats
4Total Entries
3Total Comments

Search Blogs


Category Blogs 
General Articles

General blog articles related to forums area or in general things.

1

Programming

Articles related programming (java,c++,csharp,dotNet)

1


 [ 24 blog entries ]  1, 2, 3, 4, 5  Next
Feed Random Blog Entries
jsp doubt by ganeshyogi on Fri Apr 20, 2012 12:19 pm
i want to insert the combo box values from jsp page to the mysql database i need code please help me thanks in advance...

Benefits from a Professional Web Design Company by quinnwd on Mon Nov 14, 2011 11:11 am
All business owners want their business to be recognized by the world. Who does want to be brush aside? Definitely, no one! Isn’t it? In business, it is not easy to acquired success and become a top seller.

It is not enough to have a good staff, products and service in order to be victorious. In business world, competition is not only banality and arduous but also formidable and intense. So, business should not be merely contented on media and print advertising. It is not enough tools to attract customers and have a high market.

Consequently, it also needs online promotional and advertising. Thus, it can only get through Web Design Company that will not only make your own business visible online but also thoroughly promote your business.

However, you might think what are the benefits will you get at web Design Company? Well, you will only get greater flexibility in your business, improved your business aesthetic and technical expertise, integrate your market and last but definitely n...

[ Continued ]

NEED HELP FOR MY PROJECT IN RECONFIGURABLE ARCHITECTURE by arunrocky88 on Tue Sep 04, 2012 6:17 pm
HI
I AM ARUN, CURRENTLY DOING MY PROJECT IN RECONFIGURABLE ARCHITECTURE I NEED HELP FROM U GUYS .I NEED SOME CODE RELATED TO THIS PROJECT.HOW TO CONVERT THE INSTRUCTION INTO JAVA.PLEASE GIVE ME SOME SUGGESTIONS.

Common Techniques used by Enterprises to Secure Data by extendcode on Fri Sep 07, 2012 1:58 pm
In today’s digital age information is power and all critical information is currently stored on protected servers operated by companies themselves or by 3rd party operators. If a company cannot protect its data from access by unauthorized individuals, the result can be devastating for the company itself as well as all vendors and stakeholders involved with the company. Such critical data which are usually protected using leading information security services can be used by unauthorized individuals to commit crimes such as insider trading, tender fixing etc. Countries all over the world have laws to prevent such unauthorized data access and non-compliance with the guidelines is cognizable offence with the companies paying hefty fines to the government, if the data security measures are breached. However, a common question that arises is how to companies ensure that their data stays protected from access by unauthorized individuals. Some of the security solutions designed to ensure proper d...

[ Continued ]

Just need to complete my program for snake game by behumanizer on Wed Aug 17, 2011 8:17 am
Program below is working i just don't know what to do for the algorithm on keyevents for right,left,up and down
The code like y+=10; is just my assumption for the snake movement.....
I believe below the path.reset() code has to be change since stack is being use...
Can anyone help me program to run correctly?


/***
* PROVIDE THE MISSING CODE in the keyPressed() method
* in order to move the 'snake' around the interface
* by pressing:
*
* --> cursor keys
* --> CTRL-Z to 'undo' last move
* --> CTRL-Y to 'redo' past/last move
*/

package midterms;

import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import javax.swing.*;
import java.util.*;
import javax.swing.border.*;



public class Snakes extends JPanel implements KeyListener {
final static long serialVersionUID = 1;
final private int WIDTH = 600;
final private int HEIGHT = 400;

LinkedList<Point> snake = new LinkedList<Point>();
Stack<Point> undo = new...

[ Continued ]

 [ 24 blog entries ]  1, 2, 3, 4, 5  Next

All times are UTC [ DST ]


cron






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com