Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #4K
~28.7K People Reached
Favorite Tags

68 Posted Topics

Member Avatar for tanha

Hi, I have been reviewing and reading the docs for the VLCJ but unfortunately could not come to a conclusion of configuring and running it correctly. It is appreciated if someone placing an example, snippet or tutorial of that.

Member Avatar for tanha
0
2K
Member Avatar for tanha

Hi, I have a png image wihtout background and want this png to be my JFrame where the transparent section must be transparent; I have tried different ways I used the setOpaque(), setOpacity(), ImageIO but no clue. I want only my transparent png as JFrame. Any idea and solution will …

Member Avatar for tanha
0
2K
Member Avatar for tanha

I developed a web application system using ASP.NET VB code with SQL Server Database. Now I need to deploy them on a real server. I never used windows host and therefore, need and look for your valuable comments and feedback for the followings: [LIST] [*]Which host is better? [*]What kind …

0
139
Member Avatar for tanha

Hello everyone, I am creating UDF using CREATE FUNCTION statement. The question is how can I make them globally accessible to all the databases, rather than specific database? Regards,

Member Avatar for smantscheff
0
146
Member Avatar for tanha

Hi, I want to create Arabic to English dictionary with having pronunciation feature for the English words. How it is possible to implement using PHP and MySQL? Thank you,

Member Avatar for diafol
0
101
Member Avatar for tanha

I came again across "http://www.mysqludf.org/lib_mysqludf_str/index.php" and found the library useful but I could not figured out how to install and use them on WAMP Server version 2.0 with MySQL version 5.1.36 on Windows 7. I did followings steps but did not get the work done: 1. Created a directory named …

Member Avatar for tanha
0
884
Member Avatar for tanha

Hi, I would like to track students activities by the teacher and this is visible by the students parents "dependents" and therefore the parents could give comments to the activity issued by the teacher and the teacher could respond to parents comment too. So I designed the ER Diagram, but …

Member Avatar for tanha
0
152
Member Avatar for baheer

in order to print the field name or to use them anywhere else u have to use the following syntax: [CODE] $result = mysql_query("select * from table"); for ($i = 0; $i < mysql_num_fields($result); $i++) { print "<th>".mysql_field_name($result, $i)."</th>\n"; } [/CODE]

Member Avatar for tanha
0
140
Member Avatar for tanha

Hello everybody, firstly I am new in PHP, and I use the WAMP5 tools which has the following features: i) Apache 2.2.4 (SERVER) ii) PHP 5.2.3 + PECL iii) SQLitemanager iv) MySQL 5.0.41 v) Phpmyadmin I have a table named 'tblStudent' with four fields as follow properties: 1. stID int …

Member Avatar for JimiTster
-1
191
Member Avatar for tanha

Hi. I don't know what is wrong with the following attachment, actually I have two drop down list on my html form, and which is one retrieving the value from MySQL table, and the second is dependent to the first one, and that one also gets its value from another …

Member Avatar for cavalry
0
2K
Member Avatar for tanha

Hi everyone, I am using Ubuntu 7.10, and I have Java and MySQL installed with the command line as follow: 1. sudo apt-get install sun-java6-jdk 2. sudo apt-get install mysql-server and my JAVA and MySQL are working well, but now I want create connection between JAVA application and MySQL using …

Member Avatar for peter_budo
0
224
Member Avatar for tanha

Hi, I designed a page with CSS which has the following sections: [LIST] [*]Header and Logo [*]Left Navigation [*]Main Content [*]Footer [/LIST] Also I have another CSS file for the print of the page, where it hides the following sections: [LIST] [*]Header and Logo [*]Left Navigation [*]Footer [/LIST] It works …

Member Avatar for tanha
0
80
Member Avatar for tanha

Hi, When I click the X button of the window, the FormClosing is working as a charm, BUT when I kill the application, or restart the computer the application also closes but the FormClosing does not work. Why? and what should I do to execute a piece of code on …

Member Avatar for tanha
0
303
Member Avatar for tanha

Hi, 1. I have an application, which just display the user login time and and a welcome message on all my clients 2. I have another separate application, which is for monitoring purpose on the server, and display list of logged user. I would like to select an user and …

0
67
Member Avatar for tanha

Hi. Using the following Software: --- Visual C# Express 2008 --- MySQL --- Windows Operating System I am supposed to work on a Monitoring Application for an IT Center, so the requirement is: [LIST] [*]Users will be registered into the database and they will have an expiration_datetime; which means that …

Member Avatar for ddanbe
0
137
Member Avatar for tanha

Hi everyone, I have a registration form for the book, which has two many to many relationships with Author and Category, So I don't know what is the best way to implement and to be user friendly. If there is an example, please let me know and also share your …

Member Avatar for tanha
0
1K
Member Avatar for tanha

Hi. Suppose I have a list box, which is filled out from mysql, and I have a text box and a submit button. I want to add the text box data into list box and at the same time I want to have the text box data into mysql as …

Member Avatar for tanha
0
261
Member Avatar for tanha

Hi, I have a Book Registration Form, in which one book may have more than one authors and can belong to more than one category, therefore on the registration form, I have a textbox for the category, in order the category is not in the dropdown, I want to add …

Member Avatar for tanha
0
116
Member Avatar for tanha

Hello everybody, I have this text file, and when I import them into mysql through phpMyAdmin, everything is ok, but the persian (Farsi) not shown correctly, also I use ' utf8_persian_ci ' collation, can anyone kindly plz convert this file into MySQL that farsi data shows correctly too? NOTE: farsi …

Member Avatar for BzzBee
0
107
Member Avatar for tanha

Hi. I want to add new ROW, which includes three TD as follow: 1. <td> caption </td> 2. <td> textfield </td> 3. <td> button </td> that should be mentioned that each textfield should have different id, and name started from one and go on. I figured out something, but two …

Member Avatar for madristaa
0
525
Member Avatar for tanha

Hi. I want to know how it is possible to export data through php to an already available template excel and word, and then how to read from those template? regards,

Member Avatar for ikinothman
0
90
Member Avatar for tanha

Hi everybody, I want to have a login form in Java, which comparing the username and password, according to MySQL database data, so I have the following code, just don't know where to add the select statement and how verify the username and password from MySQL with the JTextfield of …

Member Avatar for peter_budo
0
3K
Member Avatar for tanha

Hi. I want ot use the TinyMCE editor in my jsf code, but unfortunately there is error in using the init function, and also in eclipse when I copy the folder of the tinyMCE, there is warning sign on the folder. can any one help me through this issue ??? …

Member Avatar for ~s.o.s~
0
235
Member Avatar for tanha

Hi. I don't know whether this is the right place asking this question or no. I want to know, is it possible to use PHP code into JAVA code? if yes how?

Member Avatar for digital-ether
0
87
Member Avatar for tanha

Hi, We are a group and want to make a forum using the j2ee technology, and I need your guide through the following: 1. Should we use any FrameWorks ? if yes. which one is better and simpe ? 2. If not using any Framework, then what you suggest ? …

Member Avatar for abheinav
0
113
Member Avatar for praveeny

you can use the format on the Date Like dd = 12 ddd = sun dddd = sunday and the same for the month and year

Member Avatar for stephen84s
0
96
Member Avatar for tanha

Hi. I want to know the best method of making auto installer for our application, like a page appears and asking for the mysql server information such as username and password and also database and so on, and also default account for the application? something similar to moodle and etc …

Member Avatar for tanha
0
213
Member Avatar for zamzianwar

I think, it is good to post a simple example of that, or at least guide in detail how to do that. I am also interested in this topic

Member Avatar for R0bb0b
0
97
Member Avatar for tanha

Hi. I am using netBeans 6.1 on windows XP, and when I create a java class and I create a frame inside that class? why I can not see the design of that class? I mean why I can not see the frame and also the control like buttons, text, …

Member Avatar for tanha
0
117
Member Avatar for tanha
Member Avatar for tanha

Hi. I am using windows, and NetBeans version 6.1 I create a JSP project: and then I create an index.jsp in web folder and then I created a LoginAuthentication class in a package named connection. BUT I dont know why when I click the singin button of the index.jsp, an …

Member Avatar for Ravindra_Nikam
0
120
Member Avatar for tanha

Hi. I have a LoginForm.java, and then when the user enter the right username and password, then another file called "DictionaryForm.java" opens and the LoginForm.java, closes. How can I do that ??? see the LoginForm.java: [URL="http://www.daniweb.com/forums/thread119702-2.html"]http://www.daniweb.com/forums/thread119702-2.html[/URL]

Member Avatar for stultuske
0
1K
Member Avatar for tanha

Hi. I am using windows XP apache 2.2.9 on port 8080 tomcat 5.527 on port 8000 and everything OK. but when I add this line in the httpd.conf file: [CODE]LoadModule jk2_module modules/mod_jk2.so[/CODE] then I can not start apache again. what should I do?

Member Avatar for peter_budo
0
93
Member Avatar for tanha

Hi. I have a form for book registration, so by default I have a text field with a button besides that for the author name, but when the user click the button I need the another text box with another button besides that created, and if again it click another …

Member Avatar for buddylee17
0
211
Member Avatar for tanha

Hi. I am using Visual Studio 2008, and Sql Server 2000, and I have the following code: [CODE] 'Load connection module connection() cmd = con.CreateCommand cmd.CommandText = "SELECT * FROM tblUser WHERE username = 'xxx' " da.SelectCommand = cmd da.Fill(ds, "tblUser") dt = ds.Tables("tblUser") MsgBox(dt.Rows.Count) [/CODE] I don't know why …

Member Avatar for anoopkh
0
7K
Member Avatar for tanha

I had installed php 5... and then I installed the IIS on windows XP and it works well with ASP, BUT not for PHP, see BELOW: Now when I drop a php file in C:\Inetpub\wwwroot and open in browser nothing happens just a blank page, it seems the php is …

0
54
Member Avatar for praveen_dusari

Hi. I think you posted one of the dumped table of the MySQL, where are the other tables like [B]tbl_categories[/B]. thanks

Member Avatar for mexabet
0
458
Member Avatar for Shanti C

it is working well, BUT the problem is that if I have for example four pictures in images, in thumbnail I see all those four, but i click on one of them and goes to disp_image.php, then I see just the second and the fourth, it means I can not …

Member Avatar for tanha
0
526
Member Avatar for ditty

Hi. Thanks for the code, Just it is working, and the mail sends with the attachment, but i have the following errors while sending: Warning: fread(): supplied argument is not a valid stream resource in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\email\email.php on line 11 Warning: fclose(): supplied argument is not a valid …

Member Avatar for tanha
0
140
Member Avatar for tanha

Hi. I have two forms with the following names and properties: 1. register.php --- ----- action="register-exec.php" --- method="POST" 2. register-exec.php --- action="register-exec.php" --- method="POST" After submitting the register.php, I used session in register-exec.php to store the value of the register.php for later use as follow: [CODE]session_start(); $_SESSION['bookTitle'] = $_POST['txtBookTitle']; $_SESSION['bookInfo'] …

Member Avatar for tanha
0
117
Member Avatar for tanha

Hi. I am using WAMP which including the following: PHP 5... MySQL 5... Apache 2... I want to create [B]IP-Based VirtualHost[/B], therefore I did the following: 1. add "[B]Microsoft Loopback Adapter[/B]", and I assign two IP on that. 2. Create two folders named ([B]host1, host2[/B]) in my root directory which …

Member Avatar for atlex2
0
300
Member Avatar for tanha

Hi. Want to create web service on my local computer, that converts a given date of Gregorian calendar to a date in Persian calendar or vice versa. or Converting Celsius to Fahrenheit and vice versa. need your guide and idea ...

0
46
Member Avatar for tanha

Hello everybody, In the faculty we are told, to develop a project for Faculty Library with more functionalities and facilities. [B]Who roles:[/B] Administrator Librarian Lecturers Faculty Students Others faculty students has different Access level [B]Criteria:[/B] Store Book Information Store Users Information Store information on lending books Achieve information on returned …

Member Avatar for tanha
0
139
Member Avatar for tanha

Hi everyone, I have a table with 7 fields, and I have a search page, which has seven text fields and one submit button, and according to the criteria entry the result will be displayed on the same page, below the text fields. I need this on many of my …

Member Avatar for petr.pavel
0
77
Member Avatar for tanha

Hi. I know this is MySQl forum, but maybe some one help me through the below issue: I don't know which file I should download to install postgreSQL, could nayone please guide me which I should download ??? [URL="http://www.postgresql.org/ftp/source/v8.3.1/"]http://www.postgresql.org/ftp/source/v8.3.1/[/URL] I am using Windows OS.

Member Avatar for tanha
0
100
Member Avatar for tanha

Hi. I want to know how it is possible to write your own function "UDF" in MySQL? and how use that UDF in MySQL?

Member Avatar for tanha
0
150
Member Avatar for Vity

Mr. suomedia, I am using windows with WAMP with includes the follwing: 1. PHP 5 ... 2. MySQL ... 3. Apache2 ... I myself interested in this issue, so I decided to know this problem too, so I did everything what you mentioned in the previous posts, and I don't …

Member Avatar for Vity
0
448
Member Avatar for tanha

Hi, I wan to know where the MySQL variables stored? when I execute the [CODE]show variables; show status; [/CODE] I see many more variables, so I want to know the place they are stored in? and the file name too?

Member Avatar for mwasif
0
92
Member Avatar for tanha

Hi. what is wrong with the following query, which can not be executed: [CODE] $query = "SELECT id, firstName, lastName, username, password FROM users WHERE username = '' OR '1' AND password = '' OR '1' ; DELETE FROM users WHERE 1 or username = ' ' "; $result = …

Member Avatar for Ole Raptor
0
74
Member Avatar for ztwalsh

[URL="http://www.daniweb.com/forums/thread126188.html"]http://www.daniweb.com/forums/thread126188.html[/URL]

Member Avatar for tanha
0
73

The End.