Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Member Avatar for neclark2

Does anyone know if there's a function in php that will allow me to convert a string into an image?

Member Avatar for cereal
0
738
Member Avatar for neclark2

I'm having difficulty loading images via Ajax on a site that I've been working on. I'm performing the ajax by using the Request.HTML object of the MooTools framework. Basically, I'm just passing some parameters to a php script which outputs some image tags and then I insert that HTML into …

Member Avatar for essential
0
80
Member Avatar for neclark2

Does anybody know of some sort of web service that would allow you to query with a country name and have it return a link to an icon of that country's flag? This would be a nice touch on a page I'm building, but I don't really feel like building …

Member Avatar for almostbob
0
79
Member Avatar for neclark2

Hi, I've got a webpage that hides divs using the off left method whereby hidden divs float 4000 pixels to the left of the screen, instead of actually being hidden. I was unable to take the approach of using display:none because this page has embedded google maps within the hidden …

Member Avatar for neclark2
0
113
Member Avatar for neclark2

Hi, I need help building a very simple excel macro that iterates through all cells of the table, checks if they are not a particular color and if so changes to another color. So if the two colors are called BLANK and FILLED respectively, then the psedocode would look like: …

Member Avatar for cguan_77
0
91
Member Avatar for neclark2

Hi, So apparently every copy of windows comes pre-installed with a command-line ftp client that can be started by running 'ftp'. However, on the computer I actually need to use this command on, I seem to be missing the client because when I try to do this I receive an …

Member Avatar for eggi
0
80
Member Avatar for neclark2

Hi, As the title suggests, I am completely clueless when it comes to shell scripts. However, I am in a position where I need to write one so I thought would ask for some help. What I need to do is dump every database in my instance of mysql into …

Member Avatar for JeoSaurus
0
151
Member Avatar for neclark2

I'm currently working on a simple feature to extend a dynamically generated html table (from a database) by giving an option to view it as an excel document. This has not been a problem as it is very simple to just set the content-type to application/msexcel so that the table …

Member Avatar for R0bb0b
0
66
Member Avatar for neclark2

I've never coded in c before but have to for a class that I'm taking. I'm using miracle c as my compiler but am having a strange error when I try to execute a program. The program executes, but the command window instantly closes so I can't even tell if …

Member Avatar for DangerDev
0
113
Member Avatar for neclark2

For a school project I am doing we are required to take character input through the command line and convert the character to its ascii value. I would think, therefore, that the line of code: printf("%d",(int)argv[1]); would print out 97(ascii for a) if i were to type 'a' as the …

Member Avatar for Aia
0
73