peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Hai, if i decide on creating a forum, how will the questions, suggestions, and answers be stored and displayed dynamically ??

In database with use of technologies such as PHP/ASP(ASP.NET)/JASP/AJAX, storing such info in XMLs would be mistake

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Hello,
Please do not be stupid.A content CMS is a CMS.Have use any "persuasive" language?For your info,you may need to do further research,Drupal is the best content management because of it's diversified features and strong code that surppasses those joomla,phpnuke,xoops,.Wordpress is blog and not a content management system.So stop thinking and talk facts.Drupal has a larger community than joomla.It is clear,you were interested in contributing in the forum but fall short of what to say.Next time read a topic well before you try to add what you and stop saying;I think,I think.Talk facts that can help someone if not people and stop trying to accuse to an individual.Do you not know this is a business forum or think Daniweb is a Charity?Good Luck mate

If you have materials or any resources to support your opinion/belief we are vary happy to see them, read & learn. However if it is only your word, then your defence is very thin.
In the future please avoid any attack on other forum members. This is not tolerated on the forum. For clear understanding have look at FAQ

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Difficult to judge as I never compared performance of these two approaches. Also description of the problem is not the strongest

For those who dont remember, I am making a program for a family friend that requires 'prolly in the millions' of calculation to occur and then produce someoutput.

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Hi and welcome :)

hi there, i'm newbie, it's gud to be part of this wonderful forum..

:) ... nice to meet you all

-------------------
Background Check Report | Free Background Checks | Sex Offenders

Dani say hello and doesn't remove fake signature, bad-bad girl ;)

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

If you found solution, would you so kind to share with others?

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Check out warez sites

Recommending warez website as solution to the problem is unwelcome!

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

This is country depended. Each country has different certification, however certification from Adobe and others will be internationally accepted

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I presumed you wanted to run this as web service, which would require Tomcat server to run JSP and servlets.
However, if you intending to create just simple Java application only JRE is required to run this application (JDK for development off course)

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I would recommend to use Java with Tomcat server. I'm not sure what will be reaction of PHP community. Would be Apache able to handle such requests from PHP?

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

If you have a windows Installation CD, the personal web server comes with it for free. If it is not already installed, go to the control panel (Start->Control Panel), double click on "Add Remove Programs", click on Add/Remove Windows components and in the windows components wizard that pops up, check the IIS option. Remember, you will need a windows installation CD for this.

You can also google for "free asp web hosting" and it would come up with a few free asp hosting services.

This does not apply to Windows XP Home Edition and some of Vista editions too (can't remember which one on Vista). So check IIS installation requirements before you attempt anything!

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

However, this will be an Ecommerce site, so I am unfamiliar with the following:

"Software Required: Hosting with PHP5x and MySQL5x; Apache only (on Unix/Freebsd/Linux/Windows); osCommerce runs on most server specific configurations ranging from dedicated servers to shared servers that utilize different PHP configurations such as register_globals (should be ON) and safe_mode restrictions"

What does this mean?

Above is set of recommended technologies to use, I think you picked up in some book or article
PHP - is scripting language (there are others too)
MySQL - is database
Apache - is server that supports/enables you to run the above technologies

I'm not sure how much time you wish to spend on learning and developing the site, but you would need to learn a lot about PHP & MySQL

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

overall of this nobody should boast in his skills, you'll just bringing down your self, don't compare if your not perfect.

Nobody is perfect, and if you happened to be perfect just make sure you not standing behind glass in the museum as their exposition ;)

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Please don't post "spam" or "Thank you" posts in this thread since this is meant to be used as a guide for all beginners and I am sure we would like it to be on topic. I hope you understand this.

For these of you who would like to learn more or start with Java Microedition - JME (also known as J2ME) here are few tips

What you need for development (download links) Your favourite IDE and Sun Java Wireless Toolkit 2.5.2 for CLDC Download (the latest available version as 13/07/2008)
NetBeans with integrated Mobility
IntelliJ IDEA, Eclipse ( setup )or any other IDE with support of JME
Custom Wireless Toolkit (to download one you have to register on the forum) Sony Ericsson ( Sony Ericsson SDK 2.5.0.2 for the Java(TM) ME Platform )
Nokia Java tools
Motorola ( MOTODEV SDK for Java ME v1.4 )

Recommended books by me :*

To start with JME Beginning J2ME: From Novice to Professional 3rd Edition
Kicking Butt with MIDP and MSA (newer version from same author with latest technology offers)

Advance topics: Mobile 3D Graphics
Mobile 3D Graphics with OpenGL ES and M3G
Pro J2ME Polish: Open Source Wireless Java Tools Suite
Pro Java ME MMAPI: Mobile Media API for Java Micro Edition
Mobile Web Services

Additional resources …

iamthwee commented: Good links, I intend to check them out. +15
~s.o.s~ commented: Nice contribution :-) +23
Hakoo commented: Peter Budo is great +0
kvprajapati commented: Great! Nice collection of links. +14
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I don't think that is possible if you wish to it as web document (maybe saving created document File>Save Page As>Wep page, complite and try it to send somebody for viewing, but not sure of the outcome). Only option is to send as PDF but I'm not sure if this is what you looking for

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Some Java-Oracle examples

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Did you check/set up PATH?

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

I did not get such problem, but this could be caused by the fact that you do not have closing sorted out. So when you press X in right top corner to shut down the window, the window will visually disappear but resources are still in use and that may do lot of strange things.
Add this line to JFrame declaration this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); .

One small advice, try to keep the whole element declaration together (example button-name, size, position, visibility, listeners) it will save you time searching for errors in the logic

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Please post your code so we may have look at it

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

EERM = Extended Entity Relationship Model

I would say auto increment column as if you want to keep track of next item number to be used you need to run extra query to get current number. Plus there are other thing you would have to take care from coding point of view

@tesuji, please drop that joke about "id-iots"

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Would be better if you attached source file (raw flash file not final swf) in zip or rar format so people may look at it if you do not mind.
Check on your server that flash file is saved in folder Flash as new.swf, keep in mind that it have to be with capital "F", lower wouldn't work (unix servers are sensitive with this)
As for reducing size, you may want to use external library where you store your resources, this will reduce the file size, however downside of this is longer time for loading

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

The code and error message would be nice to see them. Reading from crystal ball is complex in these days

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

JButton.setVissible(boolean); the function is inherited from JComponent

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Then SQL Server Management Studio Express is your solution. Simply create back up of DB1, then create DB2 and restore data from DB1 there

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Of course it will, you declares connections as

Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/mynewdatabase","root", "root123");

but you trying to call it as

st=connection.createStatement();

You should seriously look into some materials on Java web development Java EE5 Tutorial and JDBC Database Access may help you too. As I said previously accessing database from JSP is bad thing to do

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

To run JSP you need Tomcat server

PS: In the future please provide better description of the problem

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

If you did it in Java, then this task should be simple for you.

  1. Get location of excel file from user in JSP
  2. Pass file location from JSP to servlet
  3. Servlet is in general a Java class so you should have no problem to proceed from here
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Ehmm you trying to get data from MySQL to Microsoft SQL Server 2005?

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

What DB you will be using MySQL, MS SQL, Oracle?

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Are you planning to do this once in while or this is non-stop requirement

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

The interface is the simple thing done in HTML, however it is the server side scripting that does all data manipulation what you need to learn. Either JSP/PHP/ASP

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Google my friend is what you should do, like this

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
  1. Accessing database from JSP is wrong thing to do, you should access DB only from servlet
  2. The PreparedStatement.executeUpdate(); should be st.executeUpdate();
  3. Closing connection on the end would be nice
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

In my office...

A real helpful answer :@
It really let me know what browser you using.
Well consider this, your network admin may disabled some stuff so "busy" employees can not access it (for example email at yahoo, google, shopping at amazon, ebay etc). If your work require extensive search of internet ask your admin or your boss to lower security level for your account.

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Its not working on my computer...
Tel me whats the wrong???

Would be helpful if you provide your some pc specs so we do know what you use and this can also help Kkeith29 fix the issue if any there.
Beside I would be interested too, as in many posts you saying this or that does not work for you where others obviously have no problem at all. Are you trying to access these things from home/work/school/ public library/internet pub?

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

You are on discussion forum! Observe, learn and develop own forum based on your observation...

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster


Daniweb where is your responsetime within 3 hours!!
:icon_cheesygrin:

Who told you there is 3h respond time? Everybody here has his/her own life beside dani who is here 24/7 ;)

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Hi,

If you got the solution, Please mark the thread as solved and give the reputation. Thanks.

Begging for reputation? Where this world going :?: :S

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

How do I transfer to my website or should I link to Dreamweaver.

Copy & paste created photo gallery to your website folder on your disk (the one declared by you in Dreamweaver) and check if all functionality works (some software packages love to create absolute path to created content instead of relative path)

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

One more thing to add, setting up connection with database from JSP is bad thing to do. Learn to use servlets and then do JSF

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Here is tutorial how to set up Tomcat on Windows machine

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

News letter can be done in the simplest form with HTML using all available resources have look at w3schools website for basic of HTML and have to add multimedia for start

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

You should commence your self to better internet search. Since 2005 Microsoft provide free version of they development tools that also include Visual Web Developer and they also have large database of topics/tutorials related to ASP

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Simple copy&paste of the class to project folder (PROJECT_DIRECTORY/PROJECT_NAME/src) in Window Explorer with refresh of Netbeans should do the trick

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Yes, they have to be in same directory

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

If you use import EasyIn.*; then this class must be in same directory as class in which one you wish to use EasyIn

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Ehmm, it would be much better if you provided some explanation why you marked post as solved and maybe provide solution then just simple mark the post as solved without explanation...

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

Java is generally considered slower, but it's the common alternative... but it's not open source (yet?)

I'm sorry so far I found Java to be much faster then doggy ASP servers, no offense...

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

first install dreamweaver in your system,
it will easy to edit image mapping

Dreamweaver is not all, secondly is not for free and installing trial version for such banality is silly

Code is OK, however you should swap name attribute for id attribute in start of map tag <map name="map"> , as id attribute is required where name is just optional. Do not forget to add links to locations where to go after mouse click as these are currently not set href="http://TBA" . If you not sure what you doing you can have look at w3schools example on this topic

peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster

But it's my first time programming for mobile devices, and I don't really have a clue of where to start, I am looking for a tutorial to begin, so if you know a good link please send, because I couldn't find anything good by googling...

I understand what I have to do, I just need the classes and methods names to do it...

No offense but you did not really check google properly for tutorials as you did not found neatbeans mobile guide as mentioned in post above plus missed such resource as java2s.com any many others. There are some books from Jonathan Knudsen that are great source of knowledge and place to start with Java mobile development, like his latest book Kicking Butt with MIDP and MSA and his previous works