Archive for June, 2011
Thursday, June 30th, 2011
I've created a perl script to redirect to a confirmation page (written into the perl file) after filling in a form (which resides in a .htm file). If the form is filled in and submitted, I get the email with all the details no problem, but there is no confirmation ...
Posted in perl | 1 Comment »
Thursday, June 30th, 2011
I downloaded Limewire recently and in the process I had to download Java as well. When I did, I tried going on youtube but the videos didn't work. Is there a way I can have both Java and youtube working at the same time?
Posted in java | 1 Comment »
Thursday, June 30th, 2011
i just recently set up a website with apache that i run from my computer... but i cannot edit it from wherever i want
i have a java based ftp uploader that i can display on my website... so i was wondering if it is possible if i can create an ...
Posted in Apache | 2 Comments »
Thursday, June 30th, 2011
I am looking for one application that can play any format of video and audio for my Fedora system. What application can do that?
Posted in Fedora | 1 Comment »
Thursday, June 30th, 2011
Can somebody give me a list of all the graphics/video cards that can support the Ubuntu 3d desktop and effects.
Posted in Linux | 2 Comments »
Thursday, June 30th, 2011
When testing out Ubuntu i pressed the install button by accident. I've been experimenting but i cannot find a definete way to uninstall Ubuntu and go back to Windows 7. I installed Ubuntu as a dual loader but how do i switch back to Windows 7?
Oh and i do not ...
Posted in Linux | 3 Comments »
Thursday, June 30th, 2011
Hi I need to do process with excel(.xls) files.I found some examples on web.But they are using
use script
use Spreadsheet::WriteExcel kind of perl modules(PM files).
I don't have those. I am not able to download from net.
If any one have plz mail to me.
Any other way to read or ...
Posted in perl | 4 Comments »
Thursday, June 30th, 2011
How to create exe file from java class file? What software will I need for it?
Posted in java | 3 Comments »
Thursday, June 30th, 2011
How to get random number in java? I want to fetch 5 random numbers using loop can anyone help me with this?
Posted in java | 3 Comments »
Thursday, June 30th, 2011
ok here is my problem: I have multiple pages with the same information on them. i want to be able to put a java script on the page that will be pointing to another java script page so i can change all the information at once. Also im wanting to ...
Posted in java | 3 Comments »
Thursday, June 30th, 2011
I would like to learn how to create apps for phones. Java ME is sort of the gateway. Is it a must you learn java first or you can get an ebook focussing on teaching you java but with emphasis on Java ME?
Also, please suggest me a good book ...
Posted in java | 3 Comments »
Thursday, June 30th, 2011
hey all i want to know is if i have two numbers (variables in this case)
and i divide them how to I tell python to check if its a whole integer or
a decimal value
here is my current way of trying
if maxNumber/divider == int():
it doesn't return an error it ...
Posted in python | 2 Comments »
Thursday, June 30th, 2011
Hi all, I need some more details about the difference between SOAP and Web Services. What does it mean to an apache server? How do I need to upgrade a plain apache to do either this or that (or both)?
Posted in Apache | 2 Comments »
Thursday, June 30th, 2011
The new version of Fedora (v 5) removed the open terminal option from the right key on the desktop, and I have not been able to find the menu.
Posted in Fedora | 1 Comment »
Thursday, June 30th, 2011
I am new to programming and have heard of so many different programming languages they're making my head spin. The ones I've heard are HTML, Java, Python, Ruby, C++, Php, Perl, BASIC, and Pascal. I was wondering the following about these codes:
1. Which languages are used for web design and ...
Posted in ruby | 5 Comments »
Thursday, June 30th, 2011
I have to write a program where I change all of the blue pixels to red using python, but I cannot figure out how. All I can do is change the color of the entire picture, not just the blue pixels. How do I do this?
Posted in python | 1 Comment »
Thursday, June 30th, 2011
What does this mean in PERL?
s/[\r\n]+//g;
my @fields = split /\|/;
I have a basic understanding that when this program reads in this file, it is creating an array and parsing each line based on a | symbol. But I don't know what the characters mean (/ \ \r ...
Posted in perl | 2 Comments »
Thursday, June 30th, 2011
I'm really new to java. I don't like Eclipse because I want to work with bare stuff like just compiling with command prompt, so... Would I just type something like javac class1.java class2.java. And would it link them together?
Posted in java | 3 Comments »
Wednesday, June 29th, 2011
loaning out my laptop and don't want linux/ubuntu downloaded. How can I prevent this?
Posted in Linux | 2 Comments »
Wednesday, June 29th, 2011
Why I cann't open "Supporting materials.doc" file name with space ?
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have ...
Posted in perl | 2 Comments »