Search Results

Showing results 1 to 35 of 35
Search took 0.01 seconds.
Search: Posts Made By: SergioQ
Forum: Legacy and Other Languages 7 Days Ago
Replies: 6
Views: 987
Posted By SergioQ
Project > Edit Project Settings

Then under BASE SDK FOR ALL CONFIGURATIONS:

Set it to iPhone Device 3.0

And that was that
Forum: Legacy and Other Languages Sep 9th, 2009
Replies: 6
Views: 987
Posted By SergioQ
Thanks freshfitz,

Got my Mac, iPhone, and paid the $99.

Since you seem versed in this arena I had to ask a follow up question if I might. Much as I tried, can't seem to find a decent XCode...
Forum: Legacy and Other Languages Aug 8th, 2009
Replies: 6
Views: 987
Posted By SergioQ
(Admin, sorry but I can't find what I would think the proper forum is. Please feel free to move this)
Hello All,

I am an old time developer. By old time I mean have been programming since...
Forum: C Jul 7th, 2009
Replies: 1
Views: 272
Posted By SergioQ
So I work in C with the Win SDK, or Platform SDK now adays. I don't want the specific answers but need to create TWO printing solutions.

1 - Which printers on speciality printers (i.e. a Brother...
Forum: Monitors, Displays and Video Cards Jun 1st, 2009
Replies: 1
Views: 273
Posted By SergioQ
Hi all, this might be a strange question, but I have to try:

I want to build a dynamic billboard for a local tavern. Essentially I can make the software that will allow them to create slides on a...
Forum: RSS, Web Services and SOAP Feb 16th, 2009
Replies: 10
Views: 3,179
Posted By SergioQ
I couldn't find the one you mentioned, but Geo came back. BUt it leads me to a follow up:

I have found 2 or 3 locators. At the same time they show different places. And I don't mean different...
Forum: RSS, Web Services and SOAP Feb 16th, 2009
Replies: 10
Views: 3,179
Posted By SergioQ
Does anyone know of a decent Geo Ip Tool locator?

I used to use GEOIPTOOL.com. It appears to no longer work.

Have tried some others, but nothing was as close as the one above.

Not even...
Forum: Perl Dec 2nd, 2008
Replies: 3
Views: 675
Posted By SergioQ
Sorry, I was vague. I meant a site that better documents how to connect the two.

i.e. Everyday at 3am send all people who subscribed to the app a Facebook notification of X,
Forum: Perl Dec 2nd, 2008
Replies: 3
Views: 675
Posted By SergioQ
So I've been trying to see if I can write a Facebook app, that uses Perl on my side, and interfaces with people who install the app on their Facebook page.

But it's so hard to see if this exists! ...
Forum: C Feb 27th, 2008
Replies: 0
Views: 433
Posted By SergioQ
The code below is taken from my DLL which is injected into a third party app
via a hook. What I am trying to do is read another apps Tree structure.

Going by the the first line below, the...
Forum: C Feb 25th, 2008
Replies: 7
Views: 27,812
Posted By SergioQ
Why not run your code via the debugger and when you get to the printf function step into the function. If on your machine your compiler has the full source code for the libraries (i.e. Win SDK), ...
Forum: C Feb 25th, 2008
Replies: 1
Views: 416
Posted By SergioQ
I have a C DLL (WIndows) and within it I hook some specific threads. But truth be told I would like to hook one enteire PROCESS. Is this possible?
Forum: Perl Feb 13th, 2008
Replies: 3
Views: 2,140
Posted By SergioQ
Well I don't know the data coming in (this is for use with Paypal's IPN).

And the worst part is this SHOULD work! Yes, every page I have Googled says this is the way, and NOTHING!

If you...
Forum: Perl Feb 13th, 2008
Replies: 3
Views: 2,140
Posted By SergioQ
Dying here people! I am have basically confirmed that I my script is getting a POST and that it has some length to it, etc.:

$ENV{REQUEST_METHOD}
$ENV{'CONTENT_LENGTH'}

But this line here:
...
Forum: HTML and CSS Feb 5th, 2008
Replies: 3
Views: 650
Posted By SergioQ
Am making my website with a BGCOLOR of #FFFFCC in the body element. Then my icons are transparent GIFs using the same color value as a the matte.

Here is my question, as I am not too familiar...
Forum: Perl Jan 28th, 2008
Replies: 5
Views: 1,859
Posted By SergioQ
Wow, looks nice, but $300 for something that am not sure I am going to use? I dunno. Anything out there in Perl module land? Anything not so pricey?

Don't get me wrong, I appreciate the heads...
Forum: Perl Jan 28th, 2008
Replies: 5
Views: 1,859
Posted By SergioQ
Forum: Perl Jan 28th, 2008
Replies: 2
Views: 856
Posted By SergioQ
Can't say I know of any good books, but in terms of which way to go, that depends on YOU:

From a programmer's point of view, writing one separate page per function is definitely easier.

But...
Forum: Perl Jan 28th, 2008
Replies: 5
Views: 1,859
Posted By SergioQ
I've seen this on a few sites, though I can't think of one right now. I would like my server to be able to get a URL, then take a screenshot (picture) of it.

I really hope there is a Perl module...
Forum: Perl Jan 24th, 2008
Replies: 1
Views: 1,515
Posted By SergioQ
In the end I used Scale only after realizing that Resize was wrong. Sorry
Forum: Perl Jan 24th, 2008
Replies: 2
Views: 867
Posted By SergioQ
Thanks, I slowly worked out the headaches, and did mark this thread solved (althoguh I forgot to mark the other one).

But yes, a beast it is....
Forum: Perl Jan 23rd, 2008
Replies: 2
Views: 867
Posted By SergioQ
So am using Perl, and I need the user to upload an image (multiple formats) and then have been playing around with Image::Magick.

I have to tell you that I am not that impressed with it. I've...
Forum: Perl Jan 23rd, 2008
Replies: 1
Views: 1,515
Posted By SergioQ
Curious if anyone here has any experience with Image::Magick for Perl? The code in red does create a GIF file in the new dimensions, but it is blank, or should I say black. I know the $src handle...
Forum: HTML and CSS Jan 22nd, 2008
Replies: 2
Views: 6,140
Posted By SergioQ
Thank you for the solution. Don't have enough wokring knowledge of forms to realize that solution was possible. Obviously I should study more.
Forum: HTML and CSS Jan 21st, 2008
Replies: 2
Views: 6,140
Posted By SergioQ
So I am trying to do some sizing formating with my HTML code, and I did something that works but I need to make sure I didn't do anything bad that will come up and bite me later.

I essentially am...
Forum: MySQL Dec 31st, 2007
Replies: 3
Views: 995
Posted By SergioQ
Before anyone responds, looks like I wasn't running the proper version of MySQL. Will know in a bit if that's the problem.
Forum: MySQL Dec 30th, 2007
Replies: 3
Views: 995
Posted By SergioQ
Ok, ran into some problems in one of the newsgroups so thought here would be an excellent place to turn. Actually have only posted once or twice here and was real surprised at the pleasantness of...
Forum: HTML and CSS Dec 19th, 2007
Replies: 4
Views: 1,910
Posted By SergioQ
No, seriously, the values themselves are full URL links, and that's why the value shows up....so doing it another way.
Forum: HTML and CSS Dec 19th, 2007
Replies: 4
Views: 1,910
Posted By SergioQ
It seems to be because the VALUE is a full reference that this is happening.

So am guessing I need to consolidate all my links into a master array and make the value of each radio the element...
Forum: HTML and CSS Dec 19th, 2007
Replies: 4
Views: 1,910
Posted By SergioQ
So am using Perl to dynamically generate a form with radio buttons. And no, this is not a Perl question. Essentially the form allows the user to specificy which links to use for Line 1, 2, 3, etc. ...
Forum: Perl Dec 19th, 2007
Replies: 2
Views: 1,405
Posted By SergioQ
Forum: Perl Dec 19th, 2007
Replies: 2
Views: 1,405
Posted By SergioQ
Hi, I am still an novice Perl programmer, but I am a programmer.

Here's my dilema: I need to be able to take someone else's website and read in the site as HTML. My program will then parse out...
Forum: IT Professionals' Lounge Nov 13th, 2007
Replies: 1
Views: 654
Posted By SergioQ
Hello all,

I need to write a very quick Firefox extension. Not a Firefox programmer, not even sure what language would be used, but since I just need it to do one basic task, I thought if...
Forum: Perl Nov 12th, 2007
Replies: 3
Views: 1,784
Posted By SergioQ
I really thought about it, but most of my pages work on that machine...these particular two do not. ANd it's just on THAT machine!!!!!!

I realize that my post just had no info to really answer...
Forum: Perl Nov 12th, 2007
Replies: 3
Views: 1,784
Posted By SergioQ
Well, am new here, so I really hope I am in the correct forum.

My question is both simple and confusing at the same time, but please humor me. It goes like this:

My website is mostly Perl and...
Showing results 1 to 35 of 35

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC