Jump to content
xisto Community

cse-icons

Members
  • Content Count

    356
  • Joined

  • Last visited

Everything posted by cse-icons

  1. hi Inspiron, though the name has "print" as subdomain, I feel what they mean is the printed media (which would definitely mean books ) Cheers.
  2. Which version of Acrobat reader are you using.. I have tried it with Acrobat Reader 5.0 Not sure about other versions. btw, it works fine coz.. if acrobat requires any plugin while loading and does not find it in the plugins folder it will check the optional folder for the same. (at least thats what I understood and actually thats what the whole idea should have been). but sometime you view pdfs over the internet which opens the file in the browser. I am not sure but it requires the EWH32.api (window handler api) to be in the plugins folder. If any of you face that problem of pdf not opening on the web, just move EWH32.api file to the plugins folder. It should work fine now. Cheers.
  3. hi friends, Google has another useful tool for us. You can search for titles of books and preview a few pages on this site. https://books.google.com/?hl=en If you have a safari account, link from here and read it online. There are links available to various sites where you can buy the book if you like.. but just like a lot of other google services.. it is still in BETA Cheers.
  4. hi friends,Do u get irritated when acrobat reader takes 5/10 seconds to load when you want to open a pdf document. There is a way to speed up the loading.1. Go to the installation folder of acrobat reader (C:\program files\adobe\acrobat\reader\.. whatever)2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy & paste). Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).Now your acrobat reader will load very fast and almost as good as notepad..Happy Reading,Cheers.
  5. hi kvarnerexpress,yeah you can use session in this case.When someone visits the page, use the session id to identify which session is requesting the page and put it in a hashmap with the count. and/or time. Now when the page is requested again. check whether it is from the same session, if it is, then compare the time of last visit and update the count if sufficient time has elapsed else just serve the page.You need to run a cleanup routine at regular intervals so that the sessions in the hashmap that have not been used for a long time are removed so as to free up the space..Cheers.
  6. Go to phpMysqlAdmin, select the database and go to export tab. Select all the tables and check complete insert statments, create table and other options. On clicking 'Go' it will create a script file which contains all the sql statments for creating the tables and inserting data. Run this script on the server that you want to copy and the data will be put into the new database.Hope this helps.Cheers.
  7. hi beeseven,Your code seems fine. I tried it out and the results came as expected i.e, with 2 decimal places(either rounded of if more decimal places exist or 0 appended if decimal places not sufficient).you also do not need to call form.toPattern() method. but that does not make a difference anyway.what is the data type of 'tot' that you are passing to format() method. That might be affecting the output. btw fyi I tried it out on JDK 1.4.2, if the issue is still not solved, could you post more of the code.Also check out if you are using the DecimalFormat class from the java.text package only. It might be the a class with the same name existing in some other package in your classpath has been accidentally imported. This happens in case you are using IDE and you have chosen the import from a drop down or something automatically.Cheers.
  8. hi kvarnerexpress,How are u constructing the string in the first place... u can use & and | operator to create the string and simultaneously write it to a file stream by opening it in binary mode.Though I have not worked on C for over 2 years now... the solution should work.. If u r still unable to solve it, reply back and I will program and post the code here.. But do try it out first..Cheers.
  9. Hi imran, From what I understand of ur problem, u can use the com.oreilly.servlet package at http://www.servlets.com/ for file upload. It is probably the most used for that purpose. You can find the latest version of the com.oreilly.servlet package at http://www.servlets.com/ Cheers.
  10. hi, Though Steve Jobs might have ruled out he possibility of having video playback on an Ipod, the idea of using Ipod for storing and playing video is taking form... Nyko is developing a movee player that uses a plugged in Ipod and plays video on a "3.6, 4:3 (standard) aspect ratio LCD screen with approximately 640x480 resolution, 65,000 colors".. The pricing and release date has not yet been announced... For more details : http://forums.xisto.com/no_longer_exists/ Cheers.
  11. hi kvarnerexpress,In Java one application runs the ServerSocket on a particular port and waits for clients to connect to it.The clients establish a connection with the server socket using Socket object with ip address and port as parameter. After this connection is established, two streams(an input and an output) are available for the connection(some method like sc.getInputStream() /sc.getOutputStream()... where sc is the socket object) These streams are then used for connection communication by writing to the output stream and reading from the input stream. These can be wrapped over with a Reader/BufferedReader or Writer/BufferedWriter class.The reading part is not event triggered but process controlled i.e, you need to read explicitly when you are expecting something on the connection... A way out is to start a separate thread which would maintain the connection and continuously read from the stream. When it gets something on the stream it would set a static variable which can be used as a flag variable to poll once in a while and determine if the event has occurred.I have written this with an idea that you have more than basic idea of Java and a little knowledge of network communication. If I have not been clear in any part, do post your question...You can even find sample Client/Server program on the net. Execute both on your system and put in debug statements all over to get the idea of the flow of control.. Play around and you will learn a lot more...Cheers.
  12. hi,It can be done in XP as mentioned above. For other versions of windows, generally there are tweaking freeware/shareware available like TweakXP for XP.Or else if you are comfortable with changing the registry.. there are tweaks available over the internet (just use google) to do quite a few interesting things. before you make the change make sure you backup that folder and its entries using export. To revert back just double click the backup file(.reg) and the entries would be back in...Meddle with registry at ur own risk.There is a tweak which prevents the logged in users from shutting down the system. i.e., when he presses the shut down button.. it shows a message that 'you do not have sufficient privileges, please contact your administrator'. I had fun with this tweak long time back.. would post it here if I remember it / find it....Cheers.
  13. hi, Here is the article on the latest news.. source : http://in.rediff.com/news/2005/jul/07blast.htm The entire train transport network of the city of London has come to a halt. The cause of the blast is still unknown but it is being pointed out that it may be due to power surges.. ??? I am not in or from London but can understand the situation when a public transport system goes off for a day... Also hope there is no casualty in the incident. Cheers.
  14. hi, For a start Ipod has merged its Ipod photo series with its original Ipod.. i.e, now all Ipods have color screen and photo viewing capability. http://forums.xisto.com/topic/23960-apple-merges-ipod-lines-ipod-20-gb-in-color-now/ As for the 5th generation...a few things I wud like are: 1. Playing Videos.. a little larger screen ofcourse. 2. Bluetooth 3. FM Radio 4. longer battery life... may be asking for too much... but lets c what plans Apple has... Cheers.
  15. thanks rejected & fffanatics, that was one good useful piece of info... I knew that we need not register but just say copyright and it would be ours.. but other details were nice.Cheers.
  16. hi, here are a few I like:: http://forums.xisto.com/no_longer_exists/ http://www.bored.com/ http://mil-millington.com/ The last link was posted somewhere in Xisto only.. but cool to read... though the author claims that it is not funny and he is writing without bias but really well written and I do find it fun to read... Cheers.
  17. yeah, It wud be useful only if there is a large community coding and using it. As for extra features... I am not sure it is just adding libraries. For example it does not support multiple inheritance... and may be a few others.. moreover.. not all language specifications become popular but such starts do give better idea as to the direction in which they would evolve, what features are desired and so on and so forth... Java. as u know is developed thru the Java Community Process.. actually even u can contribute to Java development. They have laid down process which takes in contributions from developers, fits that in and releases it if it is real good.. So the whole process is not done by an individual but as a group... These discussions are good even for the sake of understanding and sharing ideas... Cheers.
  18. that is cool... but I like a few google services and they are more fund as a whole individually and not small parts here and there.. like the news top3/4 ..... naah....and mailbox.. i wud prefer it whole.. but nice one for a change...Cheers.
  19. hi friends, surprised... was that a type???? It is not a type... I know this is a C/C++ programming language forum.. Just wanted to share something I came across today... A new programming language based on C and C++ is being developed.. It would have all the power of C/C++, in other words as the spec says "retains the ability to write high performance code and interface directly with the operating system API's and with hardware." The specification of the language and alpha phase compilers are available at http://www.digitalmars.com/ I just browsed throught the spec and felt that it would be informative. I have not read it completely yet nor have I downloaded the compiler. But would love to do that soon... If anyone has time and interest, please do so and share ur views. Also, someone from the Xisto forum could link this thread there.. just for info in case it has not been discussed there... Cheers.
  20. hi friends, Good news for those planning to get an Ipod... Apple has merged its Ipod series and the Ipod photo series... yeah, Apple has done away with the Ipod photo series. Now all Ipods of 20 GB and above will be able to store and display photos and slideshows. Hey and the screens on all these models is now color... so u now get the Ipod at the same price with color screen and photo viewing capability... Ipod always comes up with good ideas.. but one thing.. though the new Ipod is at the same price, they have removed the Firewire cable that used to be bundled with it.. http://www.apple.com/ipod/ Cheers.
  21. yeah, as far as pwd storage is concerned they are stored in encrypted form. so you cannot retrieve the plaintext. Moreover in mysql, the databases, tables info and users are stored in a separate database which has admin rights. I dont think we have access to browse that database. yeah, I got it now.. I found a config.php file which included two other files from the include directory. In that there was another config file.All this while I was looking at the config file in the root directory of my installation. Now I got the password. Thanks Also thanks everyone for the help.. Cheers.
  22. Fantastico has created a new user and so the cpanel password would not work. I also tried giving permission to mambo user and using the same username for the coppermine mod but it is giving an error.Also I donno much php.. that adds to the problem. I did not get you, what query would give me the password to a user in the mysql database? Cheers.
  23. hi,I have installed Coppermine Gallery using fantastico. I want to bridge it with mambo. and for that configuration, I need the password for the database Coppermine uses. Can anyone tell me how to find out the database password in this case? I tried the coppermine admin panel but could not find it there.Does anyone know which config file does coppermine use to store database password.I can create another user with the same permissions and use it but there must be a way to determine the password set for the databases created by fantastico?? any help would be appreciated.Cheers.
  24. hi,yeah, I agree with cragllo... you should be worried about your paypal bit.and I doubt what use are you planning to put the webspace to when you say that you want an url that says."paypal.login"??????(assuming your username is your subdomain).If this is not the case.. buying a domain add adding it to point to Xisto servers.Cheers.
  25. hi Johnny,you just spoke my heart.... totally agree to all the points...lets c what is the reaction of the gals around here.... anyone listening..(oops.. i mean reading...).Cheers.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.