Using FreeType2 without having to suffer GD Hi, is there a FreeType extension that doesn't rely on not-calling-freetype-in-the-slightest through GD? GD is lacking lots of function wrappers for things that are part of the standard FreeType2 API, like the super basic "get char index" function, which are essential for any kind of intelligent text rendering, ... 14 Mar 2010 15:26
natural text / human text analysis Hi.. I'm building a newsscraper -> portal. Fetching, parsing and storing many links to news items per hour was not much of a problem. Translations between languages can be done via google, so that wont be much of a problem either i suspect. I dont want to reveal too much of my business idea, but i do need to ... 13 Mar 2010 18:42
I need a fresh look at storing variables in MySQL Hi gang: I just completed writing a survey that has approximately 180 questions in it and I need a fresh look at how to store the results so I can use them later. The survey requires the responder to identify themselves via an authorization script. After which, the responder is permitted to take the surve... 18 Mar 2010 11:43
Re[2]: [PHP] Re: PHP Sessions On Sat, 2010-03-13 at 12:49 +0200, Andre Polykanine wrote: Hello Ashley, And if the site is full of that code?)) I think it's worth to learn what's really the reason of the fact that it doesn't work. Besides that, it's more readable for me. And the right thing that was said here is the following: c... 13 Mar 2010 06:28
database credentials with ini_set() question? I know that phpinfo() will show the pass and username as plain text, but other than that what are the security reasons for not using ini_set() for database credentials? ... 12 Mar 2010 21:49
CodeBubbles -- the coolest IDE innovation since since syntaxhighlighting and intellisense I'd settle for Intellisense/code completion working consistently and reliably in Eclipse PDT in the first place. I don't remember the last time it did. --Larry Garfield On 3/12/10 2:43 PM, Daevid Vincent wrote: Wow. Maybe the coolest IDE innovation I've seen since syntax highlighting and intellisense.... 14 Mar 2010 15:26
CodeBubbles -- the coolest IDE innovation since since syntax highlighting and intellisense Wow. Maybe the coolest IDE innovation I've seen since syntax highlighting and intellisense. <http://www.cs.brown.edu/people/acb/codebubbles_site.htm> http://www.cs.brown.edu/people/acb/codebubbles_site.htm http://www.cs.brown.edu/people/acb/codebubbles_beta_signup.htm Code Bubbles is built on top of Eclips... 12 Mar 2010 19:35
Object Oriented Programming question On Tue, Jan 19, 2010 at 7:11 AM, Ben Stones <b3ns93(a)googlemail.com> wrote: Hi, I've been learning about object oriented programming for the past few weeks and I've understood it pretty well, but I have one question. Usually with PHP scripts I make, all the functionality for a specific page is in the a... 12 Mar 2010 18:27
mysqli procedural calls and manual entries ? On Fri, Mar 12, 2010 at 02:49, Per Jessen <per(a)computer.org> wrote: I run a local mirror of the PHP manual, and I most often go straight to the "Search for" box to look up the format of a function. With the mysqli functions, I've found than many of them simply aren't "available" that way. E.g. mysqli_conn... 15 Mar 2010 13:30
headers help Hello all, I must confess I know the very basics on this language and have even less knowledge about http headers. I wish you could help me out on this: I have a form that sends html e-mails and an optional file as attachment. The issue is that, if the file is NOT send, the e-mail receives two times the same c... 12 Mar 2010 18:27 |