5,031 Posted Topics

Member Avatar for Lie To Me

Something like this [url]http://www.adobe.com/devnet/flash/articles/flashmx_php.html[/url] and this looks interesting too [url]http://friendsofed.infopop.net/4/OpenTopic?a=tpc&s=989094322&f=5293053165&m=9481008051[/url]

Member Avatar for peter_budo
0
31
Member Avatar for anonymous_cutie

If you just trying show-casing on different pc make sure that it has installed Java, Tomcat server, MySQL server and that you transferred your little database to the MySQL server PS: Lol beaten by ~s.o.s~ for speed of posting

Member Avatar for anonymous_cutie
0
117
Member Avatar for Abdul G.

Ohh, my mistake I should just move the post to [URL="http://www.daniweb.com/forums/forum55.html"]Website Reviews[/URL]. If you want to get review on the site just create new post in that section

Member Avatar for Abdul G.
0
119
Member Avatar for peter_budo

After spending some time on JSP section of this forum as many before me, I come to the conclusion that we are in need of "proper" tutorial on this topic. This tutorial is not intended to teach you everything from top to bottom, it is just a starting point to …

16
7K
Member Avatar for rubz_rav
Member Avatar for acejames1

[QUOTE=sittas87;670628]wouldve been so cool though but im good with that.[/QUOTE] No it wouldn't be cool, I'm software developer and I do not feel OK with somebody using my months of work for free if I did not decided to give it for free. Secondly I have to work in order …

Member Avatar for Alex Edwards
0
215
Member Avatar for ronghel

Welcome to daniweb inthan12 If you have problem with your code you better post it and point as to your problematic areas. Unfortunately nobody will do it for you asap. Some more info can be found on [URL="http://www.daniweb.com/forums/announcement8-2.html"]homework[/URL] announcement.

Member Avatar for somedude3488
-1
986
Member Avatar for Stefano Mtangoo

[QUOTE=evstevemd;594350] I have also failed to run my script offline my firefox through abyss. Help please!! Steve:([/QUOTE] Steve do you have Apache server installed on your machine with PHP setup?

Member Avatar for Stefano Mtangoo
0
167
Member Avatar for shijunair
Member Avatar for manish250
Re: date

The simplest version of calendar can be based on example provided with Tomcat installation JSP Examples->JSP 1.2 Examples->Calendar. Downfall is that you work across multiple pages from -current month with year you can either[LIST] [*]select next/previous month view [*]select a day of the month[LIST] [*]you can go next/previous day [*]select …

Member Avatar for peter_budo
0
92
Member Avatar for andr3a

[QUOTE=stultuske;673811]realizing Java and JavaScript are not the same would be a nice start ...[/QUOTE] How many times moderators have to repeat same thing? If you see post in wrong section hit the "Flag Bad Post" link and type short message such as "Wrong forum" instead of trolling on people about …

Member Avatar for peter_budo
0
91
Member Avatar for Venks
Member Avatar for ~s.o.s~
0
99
Member Avatar for palavi

[URL="http://www.netbeans.org/kb/trails/web.html"]Java Web Application Learning Trail[/URL], read and quickly learn before they find out you don't know

Member Avatar for peter_budo
0
118
Member Avatar for love_dude1984

Beside you not using [noparse][code][/code][/noparse], there is obviously your attempt to connect to DB from JSP instead from servlet/bean and wrong coding for DB connectivity. Read tutorial on [URL="http://java.sun.com/docs/books/tutorial/jdbc/basics/index.html"]JDBC Access [/URL]for basic background

Member Avatar for jwenting
0
141
Member Avatar for wheidler

You looking for JavaScript not Java, These two are very distinct technologies with similar names. And yes such thing can be done with JavaScript, simple search from google got me all [URL="http://www.google.com/search?hl=en&q=JavaScript+get+screen+resolution&btnG=Google+Search"]these[/URL]

Member Avatar for wheidler
0
86
Member Avatar for anuj_sharma
Member Avatar for bigq270

Welcome to daniweb. Drop your question in [URL="http://www.daniweb.com/forums/forum120.html"]Linux[/URL] section, they will be able to advice on this. I know it is for beginners, but you are beginner in servers ;)

Member Avatar for sittas87
0
166
Member Avatar for vibhashin

It is always better to search forum before asking this sort of trivial questions. More likely they been already answer as in your case this sticky post answers most of it [url]http://www.daniweb.com/forums/thread99132.html[/url]

Member Avatar for vigneswara
0
80
Member Avatar for Salem

[QUOTE=zandiago;659759]I think people have drifted away from religion, because of all the reports (theft, sexual abuse, ect...). As a matter of fact, there was a report recently about some churches being sold / converted for other purposes.[/QUOTE] Man, you should visit London for excursion on church conversions... I know at …

Member Avatar for sneekula
0
155
Member Avatar for amoon108

Similar problem already discussed in this post if you actually bother to search our forum [url]http://www.daniweb.com/forums/thread139651.html[/url]

Member Avatar for peter_budo
0
84
Member Avatar for royonline
Member Avatar for twgood

missing comma between getBasePrice(), getProductYear() [code]public String toString() { return String.format( "%s\nProduct#: %f\nQTY#:%.0f\nPrice: $%.2f, %f\nYear# ", getProductName(), getProductNumber(), getBaseAmount(), getBasePrice()[COLOR="Red"],[/COLOR] getProductYear() ); } // end method toString[/code] missing closing brackets }); [code]previousButton.addActionListener(new ActionListener() { //rest of the code [COLOR="Red"]}); [/COLOR][/code] extra brackets on record.getProductYear()() [code]public void addRecords() { //rest of …

Member Avatar for peter_budo
0
135
Member Avatar for Jaco Olivier

[URL="http://www.daniweb.com/forums/forum92.html"]Windows Software[/URL] section is the place to post your question

Member Avatar for sittas87
0
194
Member Avatar for Dancealot
Member Avatar for Dancealot
0
178
Member Avatar for Shanti C

Reputation is "a way" everybody can see what members think of you and the answers you provide. Gray rep - (not black) is from new members, if I'm correct below post count of 10 (correct me if I'm wrong) Green rep - from these above 10 posts that agree/are happy …

Member Avatar for William Hemsworth
0
86
Member Avatar for PalomoBlanco

I see you already found correct forum section, nice I like active members :)

Member Avatar for zandiago
0
29
Member Avatar for rapperhuj

Internet is full of such basic tutorials. Why don't you do search like [URL="http://www.google.co.uk/search?hl=en&q=java+read+dat+file+tutorial&btnG=Search&meta="]this one[/URL]?

Member Avatar for peter_budo
0
102
Member Avatar for love_dude1984

In your installation of Tomcat under TOMCAT_HOME_DIRECTORY/webapps you can create new folders for your projects. Just don't forget to create WEB-INF folder with web.xml document. More on directory structure [URL="http://tomcat.apache.org/tomcat-5.5-doc/appdev/index.html"]here[/URL]

Member Avatar for peter_budo
0
119
Member Avatar for 4th&3wood

Or see this [URL="http://www.daniweb.com/forums/showgroups.php?"]page[/URL]

Member Avatar for Dave Sinkula
0
174
Member Avatar for turingmachine

Aren't [URL="http://jcp.org/en/jsr/detail?id=120"]JSR-120[/URL] and [URL="http://jcp.org/en/jsr/detail?id=205"]JSR-205[/URL] good enough for you?

Member Avatar for peter_budo
0
98
Member Avatar for OmniX

Something like [URL="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15069"]this [/URL] ;)

Member Avatar for OmniX
0
54
Member Avatar for ban143

You need scripting language for think like this as you need to run sort of loop cycle, I would say PHP would be your best solution, JavaScript may be to complex. However all depends on your experiences

Member Avatar for gaurish.patil
0
84
Member Avatar for Chaster

With installation of MySQL server by default you get these databases [I]mysql[/I] and [I]information_schema[/I] (as long admin did not remove them). Simply use them in connection string and then execute create database command like in this [URL="http://www.java2s.com/Code/Java/Database-SQL-JDBC/CreateDatabaseforMySQL.htm"]example[/URL]

Member Avatar for Chaster
0
137
Member Avatar for slw613

then you need to start with [URL="http://www.w3schools.com/"]w3schools.com[/URL] learning basics of HTML and after that CSS (Cascading Style Sheets)

Member Avatar for MidiMagic
0
97
Member Avatar for HLA91

The book is either to old or it is wrong reading, you do not want to add extra things to your Java home directory. If you need to add something you would normally set CLASSPATH to folder where the content is stored. The image you want to use need to …

Member Avatar for HLA91
0
120
Member Avatar for Dancealot

This website has some interesting resources on [URL="http://www.jsr82.com/jsr-82-basics/"]Bluetooth[/URL], plus as always I would recommend to read [URL="http://kickbutt.jonathanknudsen.com/"]Kicking Butt with MIDP and MSA[/URL] from Jonathan Knudsen

Member Avatar for peter_budo
0
263
Member Avatar for ++C LOVER

Salem is right that you should choose platform by your language preferences. For example I'm comfortable in Java and J2ME is was far easier to use for me then Symbian C++ (even though I got no less then 75% for all assignments) Be aware C++ for mobile device so often …

Member Avatar for peter_budo
0
149
Member Avatar for willy taufik

You already got answer for this in your previous post [url]http://www.daniweb.com/forums/post666290.html[/url] ! ! !

Member Avatar for peter_budo
0
46
Member Avatar for Petrena

Hi and welcome. There is no need to be afraid and ask questions. If you think you may have some "nasties" on your computer you should check out [URL="http://www.daniweb.com/forums/forum64.html"]Viruses, Spyware and other Nasties [/URL] section of our forum. They just love it to mess with such things over there ;)

Member Avatar for sittas87
0
158
Member Avatar for santosh jujgar

Welcome to Daniweb. I will say that this forum is more of issues solving then brain storming, besides you did not mention how much time you have allocated and nothing of your IT background (software and hardware knowledge)

Member Avatar for sittas87
0
188
Member Avatar for anuj_sharma

[URL="http://www.apachefriends.org/en/faq-xampp.html"]XAMPP documentation[/URL] is first place that you should check if you have problems with basics

Member Avatar for Shanti C
0
71
Member Avatar for welbyobeng

[code=sql] SELECT email, COUNT(email) AS NumOccurrences FROM users GROUP BY email HAVING ( COUNT(email) > 1 ) [/code]

Member Avatar for welbyobeng
0
113
Member Avatar for JRM

onMouseover is JavaScript action. Do you want to move this post to JavaScript section?

Member Avatar for essential
0
193
Member Avatar for anuj_sharma

[list][*]Right click on any php document [*]Select Open With [*]Choose Program [*]In recommended programs you will see Notepad and you need to unchecked the option to always open PHP with it Notepad and press OK [/list] Other option would be do it through Windows Explorer>Tools>Folder Options>Tab File Types>Find PHP and …

Member Avatar for peter_budo
0
62
Member Avatar for heni_pro

[QUOTE=heni_pro;666506] i've got the problem in php codes... [/QUOTE] Post your code and somebody can have look at it

Member Avatar for peter_budo
0
71
Member Avatar for mridatrix

@mridatrix - your coding is wrong. Database connectivity in any programming language is always associated with[I] try[/I] & [I]catch[/I] block often accompanied by [I]final [/I]. Something similar to this example [code=c#] try { conn.Open(); cmd.ExecuteNonQuery(); } catch (SqlException ex) { errorMessage(); } finally { conn.Close(); // Just simple notification DialogResult …

Member Avatar for peter_budo
0
100
Member Avatar for willy taufik

[URL="http://www.forum.nokia.com/devices/3500_classic"]Nokia 3500[/URL] is S40 3rd Edition, therefore it will included in this SDK [URL="http://www.forum.nokia.com/info/sw.nokia.com/id/cc48f9a1-f5cf-447b-bdba-c4d41b3d05ce/Series_40_Platform_SDKs.html"]download[/URL] PS: You need to register with them in order to be able to download

Member Avatar for peter_budo
0
230
Member Avatar for dharam_05
Member Avatar for AllieK
0
144
Member Avatar for Sharaiha

I have no idea what you trying to achieve with above code, but that is one hell of example on inappropriate use of JSP. Putting servlet logic into JSP OUCHHHHHHH

Member Avatar for peter_budo
0
116
Member Avatar for Bonnie Thunders

You received warm welcome, so I do not see reason for all the rants in above 3 posts. As to above accusation I can not comment on that, I'm mod only since beginning of this year. As for staying or leaving it is partially up to you as in worst …

Member Avatar for zandiago
0
274

The End.