Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~16.0K People Reached
About Me

Student

25 Posted Topics

Member Avatar for ghfeyn
Member Avatar for yassar

Hi, I have a simple page created by Microsoft Word 2007. It consists of an htm file and a folder which includes images. Firefox cannot load the images while other browsers can. Do you have any idea about the problem? Thanks, Yassar

Member Avatar for yassar
0
100
Member Avatar for yassar

I cannot find the mistake in the below code, I receive "statement ignored error" at the last line of the first select clause part of the code:[CODE]SELECT * BULK COLLECT INTO l_employees FROM employees;[/CODE] But I am not sure if thats the real problem. Here is my full code [CODE]declare …

Member Avatar for yassar
0
4K
Member Avatar for Ghost

From the documentation public class NoClassDefFoundError extends LinkageError Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of …

Member Avatar for stultuske
0
2K
Member Avatar for yassar

Hi, I recently removed the "New Folder.exe" virus which makes your folders executables with nod32 (I don't know if you heard about this but anyway..). My folders are seen to be deleted (they aren't hidden either), but when i create a folder with the same name system asks me if …

Member Avatar for Biker920
0
110
Member Avatar for sam1

Maybe you can work on some kind of simulation things such as traffic simulation with intelligent drivers, pedestrians... or air control simulation. Also a modeling kind of thing might be interesting too, maybe a web based human nerve system modeling for doctors maybe so that they can try any new …

Member Avatar for Ezzaral
0
443
Member Avatar for yassar

Hi, I am building a web application in c#using visual studio 2008. I want to embed a calendar in a combobox, so that when combobox is clicked a calendar will pop up and user will be able to select a date.

Member Avatar for yassar
0
146
Member Avatar for yassar

Hi, I am an XP user and trying to find out which service or process uses which file. Is there any cmd command or other way to learn this.

Member Avatar for yassar
0
188
Member Avatar for yassar

Hi, I am modifying a software in delphi, The software is in Turkish, but it cannot show special Turkish characters properly. Can anyone help me solve this problem.

Member Avatar for yassar
0
184
Member Avatar for yassar

Hi, I cannot connect to internet using internet explorer. I can browse web pages with any other browser. When I type a web page and click enter in internet explorer, explorer just waits and indicates that it is connecting to some ip on the left below corner. I think it …

Member Avatar for yassar
0
125
Member Avatar for yassar

Hi, I am trying to create a playlist using JCarousel. I am trying to create playlists changing with tabs. When the page loads for the first time playlist works correctly, but when I click on a tab and change the contents of the playlist when i scroll playlist goes out …

0
76
Member Avatar for yassar

Hi, I have an on board cam on my notebook, but i want to install another one. I installed some so called driver software on the CD that came with the webcam but the software sees the on-board cam, not the one it should. Thanks in advance for your help.

Member Avatar for caperjack
0
68
Member Avatar for yassar

Hi, I am making an asp website using visual c#. I am working on visual studio 2008. I have a problem with selecting data source from the database for UI components. For example, i added a "dropdownlist", clicked to select data source appeared on the right. I entered my hostname, …

Member Avatar for ertugrul
0
249
Member Avatar for yassar

Hi, I get the following exception when i try to run the following code segment. [code=JAVA] stmt = (Statement) conn.createStatement(); rs = stmt.executeQuery( "SHOW TABLES"); if(rs.first()) { stmt.execute( "DROP TABLE " + rs.getString(1)); while (rs.next()){ stmt.execute( "DROP TABLE " + rs.getString(1)); } } [/code] And the exception i get is: …

Member Avatar for Ezzaral
0
151
Member Avatar for yassar

Hi, I am working on a database related project for a course. I have decided to use mysql as a database but I cannot decide which web programming language to use. I am trying to decide between asp.net and php, because these are the only two web programming languages i …

Member Avatar for Fungus1487
0
144
Member Avatar for yassar

I am trying to read source code of a webpage in C++. I haven't gone too much of a way. Can I read it as a text File??

Member Avatar for vijayan121
0
214
Member Avatar for yassar

Hi, I am very new at web development, and i am trying to run my own web page. I installed an apache server on my system and it works fine. I also both a domain name for myself. But I don't know how to direct that domain name to my …

Member Avatar for alienlinux
0
143
Member Avatar for yassar

Hi, I want to start learning how to create a web page from beginning, I know a little java and still working on it. But generally I am clueless about web development :o :sad: :o I am looking at some html tutorials on the web but I think some advice …

Member Avatar for Killswitch
0
241
Member Avatar for Kennedy_f
Member Avatar for yassar

I formatted my computer today, now I can't compile the files from command prompt, but I can run the compiled ones. How can I solve this problem :o :o :o Thanks

Member Avatar for server_crash
0
193
Member Avatar for missdiva
Member Avatar for dummy00

Try out this code, maybe you can use some parts of it [CODE]class Convert { public static void main(String args[]) { Scanner keyboard = new Scanner( System.in); String Num, ContCase = "y"; int Base1, Base2; while(ContCase.equalsIgnoreCase("y")) { System.out.println("Enter your numbers base: "); Base1 = keyboard.readInt(); if(Base1 > 10) { System.out.println("----------"); …

Member Avatar for server_crash
0
229
Member Avatar for callow

You can define one of tthose frames as an inner class under another one with private access (Actually you can't make an inner class public). THen you can use [U]D1[/U] in both of them. And you can use the constructor of the public one to instantiate the inner frame class. …

Member Avatar for callow
0
220
Member Avatar for sydneyrustle

Maybe you should use ArrayList class rather than using arrays. You do not need to specify a maximum element number. Also ArrayList class does the shifting things itself when you remove an element or add an element to a specific index. Also if you use j2se 1.5.0 you can define …

Member Avatar for yassar
0
119
Member Avatar for apcxpc

Hi, I have problems with showing the menu items. I wrote a kind of calculator program. When I open the file menu the first open item can be seen on the text field but the other ones I think goes under the panel and they can't be seen. :evil: :evil: …

Member Avatar for jwenting
0
392

The End.