User Profile
Collapse
Profile Sidebar
Collapse
notfound
Last Activity: May 29 '13, 07:10 PM
Joined: Jun 22 '12
Location:
-
@Rabbit When I try to write out of of the loop it just take the last picid for all forms. -
Why cannot send just one post comment in PHP?
I am trying to write a PHP project.In this site people can share photos by logining and the photos are displayed in the index.php that is the main page of the program.Now I have three database users images and messages.I can provide users to share their photos by saved the information about the photos, and then get them from the database from images table.Now I want to provide a user to make a comment about a photo in the main page.There are textarea... -
-
@Rabbit how can i change it to populate?Could you look at the attached file?Leave a comment:
-
Cannot update the database table using php?
Here is my part of php code.In this code when a user clicks the edit EditProfile.php is opened.And when the user change his or her info and type the button update the info is coming from the form.However I cannot see the updated info in phpmyadmin.Also the birthday is return as 0000-00-00.I coulndn't understand.Plea se help me.
...Code:<?php session_start(); include "validate.php"; include "src/header.php";
-
-
How to increase or decrease the speed of Download process in Java?
Here is my DownloadFile.ja va....Code:public class DownloadFile extends Download implements Runnable, DownloadFileInterface { private String name; //get name of the file public DownloadFile(URL url, int id) { super(url, id); } // Start downloading. public void download() { System.out.println("Downloading..."); InputStream stream = null; -
Why I cannot see the updated values of JTable in Java UI?
I have a Download Manager project and when the download starts I must see the progress,speed and other related data about downloads.When the user add a URL , I can see the new download in the JTable but not in progress, I just saw that its progress in 0% and when I click some cell in the list and then again click another cell, I saw that it changed but why I must click it.If I don't click those downoads list' cells, i cannot see the progress.I also... -
How can I change the Language of the Program in Java code?
Hi everyone,
In my Download Manager Java project, I put two options for the user to change the langauge (Turkish and English).My project is written according to MVC structure, so I have also view(User interface).I prepared JFrame and I put Options and Language item in it.Language extens to English and Turkish.When the user selects Turkish all the text in the program should be returned to Turkish.I made also some Google search and saw Resorcebundle... -
How can I show spinners during different Ajax requests?
I want to show spinners when making different Ajax calls.Now, I can show a spinner under a combobox, but I want also to show one more spinner(it can have the same properties with the other spinner) in another part of the html page.For example I have:
...Code:Stations <select name="selectStation" id="selectStation" onchange="sta_callStation(this);"> </select> <div -
java.lang.IllegalArgumentException
...Code:public static void download(String url, String fileName) throws Exception { String id = url.split("v=")[1].split("&")[0]; System.out.println(url + " " + id); String nid = getDownloadId(id); if (nid == null) { throw new Exception("Invalud url"); } url = "http://www.youtube.com/watch?v=" -
notfound started a topic Why can I not see TCP protocol when uploading file to a site in Wireshark Program?in NetworkingWhy can I not see TCP protocol when uploading file to a site in Wireshark Program?
I am trying to siniff the pakets by uploading a text file to http://gaia.cs.umass.edu/wireshark-l...rk-file1.html. But when I start and upload that file.I can only see NBNS protocol(and 3 packets are sent).Why cannot see the tcp protocol?I have already chosen the interfaces at the beginning and I am using wireless Internet.I also have made some Google search but couldn't find any useful thing.Thanks for any reply.Last edited by acoder; Apr 20 '13, 12:20 AM. -
-
Downloading more than one file in java Download Manager with ThreadPool
I want to the user be able to download more than one Download in the DownloadManager .But it just allow one download process?What does cause it?
This is Main.java
...Code:public static void main(String[] args) throws MalformedURLException { System.out.println("Welcome to Download Manager."); int i=0; boolean newDownload=true; URL[] url =new URL[100] ; String -
java.lang.NegativeArraySizeException
Here is thread code of my java project, I want to make multiple download processes with threadpool, but I got java.lang.Negat iveArraySizeExc eption error.Why is this so?
...Code:public void run() { InputStream stream = null; File file=new File(url); RandomAccessFile rfile=null; System.out.println("Download started: "+id); try { -
@Rabbit my code is a bit long.
https://drive.google.com/#folders/0B...Ex5UWFWenFaWE0
Here is the all project...Leave a comment:
-
Leave a comment:
-
Leave a comment:
-
@Rabbit yes and actually firstly I wanted to create icons dynamically and to give to ids acording to coming data from php.But I couldn't do that, my instructor say that instead of giving them ids, define them with classes.After assign operation, I will call the icons with their class info in another js function called showPassenger(t his), and in it I will write getJSON to get the information about passenger(from, where, waiting time they are in...Leave a comment:
-
No activity results to display
Show More
Leave a comment: