Archive for the ‘Programming’ Category
Tuesday, April 17th, 2012
hi anyway know how to convert msword/powerpoint into pdf? using php? or a javascript? can u give me a sample code pls?
Posted in PHP | 4 Comments »
Tuesday, April 17th, 2012
My mac has python 2.5 already installed on it, and I just downloaded the python 3.2 and for some reason when I type "python" into terminal, it is still using version 2.5.
I have already tried to run the update shell profile command and terminal still says it is running ...
Posted in python | 1 Comment »
Monday, April 16th, 2012
Here is what is in the file:
File Name TestProduct offset:
d692 fe1a cccc cccc 0000
0000 0000 0000 cccc cccc
cccc 0000 5800 9dab
0000 0000 0000 0044
0000 0000 0000
Posted in perl | 1 Comment »
Monday, April 16th, 2012
I mean Data Analytics &SAS9 is better career than PHP?
Posted in PHP | 1 Comment »
Sunday, April 15th, 2012
I am making my own website which I keep in a folder. I am doing all the code in Notepad++. I have made a .php page with some script (an example from the internet) and when I input the information on my html pages, only the code (html) from the ...
Posted in PHP | 6 Comments »
Saturday, April 14th, 2012
My friend and I (11 years old) are trying to program a game.
Any suggestions?
I know the basics of python
I'm just trying to make a simple game.
Does anyone have a tutorial?
Posted in python | 2 Comments »
Saturday, April 14th, 2012
So, I just bought a used copy of pokemon ruby. I tried to delete the original save file called AAAAAA, and it wont let me.It says "Loading the save file" and then it says "The save file can be played"
I've deleted this twice now, how do I fix this?
Posted in ruby | 2 Comments »
Saturday, April 14th, 2012
Hi, i want to learn PHP web develop, but i don't know the basic of PHP. But i know HTML, so any body can help me to guide about this?
Posted in PHP | 6 Comments »
Friday, April 13th, 2012
I am trying to make a blog and I am wondering if there is a place where I can find out where I can make a blog in php
Posted in PHP | 3 Comments »
Friday, April 13th, 2012
I am trying to make a blog and I am wondering if there is a place where I can find out where I can make a blog in php
Posted in PHP | 3 Comments »
Friday, April 13th, 2012
Posted in perl | 3 Comments »
Thursday, April 12th, 2012
I'm learning python and i can draw lines and stuff but i can't get text to work. Every time i try to use it an error pops up saying that Font or font wasn't dfined or something when i'm using font.render. So if you can help me please do.
Posted in python | 1 Comment »
Thursday, April 12th, 2012
Want to learn PHP but can't because We3Schools wants me to have a server for their tutorials.
Posted in PHP | 3 Comments »
Tuesday, April 10th, 2012
I am new to Java and trying to learn it. I downloaded the program Eclipse which edits and makes java applications. When i try to open eclipse a message comes up and says eclipse needs java runtime enviroment to run. How do you fix this? Thanks in advance!
Posted in java | 1 Comment »
Tuesday, April 10th, 2012
How to install python on pfsense?
According to detail python can be install through ssh. I down know what is ssh and where i find ssh in pfsense.
Please if you know explain me full detail
Posted in python | 1 Comment »
Monday, April 9th, 2012
$|=1;
srand(time());
$p = "";
for ($k=0;$k<1300;$k++) {
$p .= ",5-$k";
I want to know esp in regard to this initialization
$p .= ",5-$k";
What does (.) means is p not replaced every-time the for loop is incremented.
Thanks
Posted in perl | 1 Comment »
Monday, April 9th, 2012
I have a list of numbers entered by the user (there is no limit to how small or big the numbers can be) and I need to find the smallest one in the list by using a for or while loop. Any suggestions? Thanks.
Posted in python | 2 Comments »
Sunday, April 8th, 2012
I want to learn java do I can code minecraft mods. And I just want to know what I need and how to learn minecraft code?
Posted in java | 1 Comment »
Sunday, April 8th, 2012
I would like to learn the Python programming language a soon as possible. Right now; I am about to start reading "Python for the Absolute Beginner Part 2." The problem was the part one wasn't at my local bookstore, and I don't think I have enough time to read the ...
Posted in python | 2 Comments »
Saturday, April 7th, 2012
I'm working on a dynamic website, where I use php and sql. The page is basically a picture bank containing multiple galleries. When I chose the photo in the gallery I can't change image fast. So what I want is a "next-button" on the page. I don't know how to ...
Posted in PHP | 4 Comments »