Archive for the ‘Programming’ Category

How to convert msword/powerpoint into pdf using php?

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?

How do I get the mac Terminal to recognize the most recent version of Python?

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 ...

Using Perl how can I read from a file word by word and then convert offsets from a string to hex?

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

What is the best software to learn between PHP and SAS?

Monday, April 16th, 2012

I mean Data Analytics &SAS9 is better career than PHP?

How do I install PHP if I just want PHP script to work on my computer, not on a server?

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 ...

How to program a game in Python for kids?

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?

Why cant I delete my Pokemon Ruby file?

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?

How can i learn free PHP ? actually i want to learn PHP free of cost in the online, is this possible?

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?

How to create a blog using php and mysql?

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

How to create a blog using php and mysql?

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

Would Perl be good for me if I wanted to learn how to program?

Friday, April 13th, 2012



How do you put text onto a screen when using python and pygame?

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.

How do I learn PHP and SQL without the server?

Thursday, April 12th, 2012

Want to learn PHP but can't because We3Schools wants me to have a server for their tutorials.

How to setup java runtime enviroment with Eclipse?

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!

How to install an python on pfsense?

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

Can someone please explain me this perl code line?

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

How can I find the smallest number in a list using a for or while loop in Python?

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.

What level java do I need to start coding minecraft mod?

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?

What is the quickest way to learn Python?

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 ...

How to get a "next-page" button in a dynamic php website?

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 ...