Search found 35 matches

by jayagopal
Fri Jun 04, 2010 10:47 am
Forum: General Discussion
Topic: how much should i pay who?
Replies: 6
Views: 2790

how much should i pay who?

hi everyone. i wasn't sure where to post this but... i live in india, my friend is in the U.S. right now and he's about to start raising money for a project we're working on. we need to make a budget but i really have no idea how much programmers expect to get paid. so this post has two parts:

(1 ...
by jayagopal
Mon Mar 22, 2010 6:07 pm
Forum: Coding Questions
Topic: Google Wave
Replies: 2
Views: 794

Re: Google Wave

yes. thank you. i had already read all of the tutorials and looked through the java scripts. but all the actual code is in the google wave sandBox, which isn't public yet. i think the problem is that it's too early still, and they will release the actual SDK or whatever later. that's what i want ...
by jayagopal
Mon Mar 22, 2010 11:04 am
Forum: Coding Questions
Topic: Google Wave
Replies: 2
Views: 794

Google Wave

Hi everyone. I love purebasic. i don't love java. i've been working on a purebasic project that involves chat/message-boarding, but now that Google Wave is going public, and since their API is open-source, my teammates and i decided to try using their API in our engine.

there are two ways that ...
by jayagopal
Wed Jun 03, 2009 5:45 pm
Forum: Windows
Topic: the online MSDN library seems to be down?!?
Replies: 21
Views: 6929

LOL.

:D

how old are you?
by jayagopal
Wed Jun 03, 2009 5:33 pm
Forum: Windows
Topic: the online MSDN library seems to be down?!?
Replies: 21
Views: 6929

LOL

yes, reformatting is always the best. my old college roommate used to reformat every week ?!

i wonder if we can port linux's DD to work on windows??

then you can make an exact hard-drive image of a clean install at whatever stage you want and just use that.

have any of you ever done anything ...
by jayagopal
Wed Jun 03, 2009 4:48 pm
Forum: Windows
Topic: the online MSDN library seems to be down?!?
Replies: 21
Views: 6929

yup, Symantec W32.Downadup Removal Tool 1.1.0.7 seemed to do the trick

thanks everyone :)
by jayagopal
Wed Jun 03, 2009 3:15 pm
Forum: Windows
Topic: the online MSDN library seems to be down?!?
Replies: 21
Views: 6929

that is so cool! thanks.

looks like i have A/B variant. i downloaded something on a friends computer... let's see if it removes conflicker.
by jayagopal
Wed Jun 03, 2009 2:50 pm
Forum: Windows
Topic: the online MSDN library seems to be down?!?
Replies: 21
Views: 6929

^^^
I think you're right

impressive virus. they block all microsoft sites and any site that posts a solution to the virus !!

if only these people could use their intelligence to solve global conflicts... OR MAYBE THEY THINK THAT'S WHAT THEY'RE DOING?!

anyway. thanks everyone. i'll see if i can ...
by jayagopal
Wed Jun 03, 2009 2:19 pm
Forum: Windows
Topic: the online MSDN library seems to be down?!?
Replies: 21
Views: 6929

no, i found out that others in my area can access the page just fine. it's a virus on my machine that prevents any microsoft webpage from loading

LOL

i'm trying to find the virus now... but haven't yet. has anyone else heard of this?
by jayagopal
Wed Jun 03, 2009 1:12 pm
Forum: Windows
Topic: the online MSDN library seems to be down?!?
Replies: 21
Views: 6929

^^^
Ya, awesome link

now i just need a link that reroutes the page for me.

something like:

http://www.ifitsjustdownforyouthenloadi ... orsite.com

:D
by jayagopal
Wed Jun 03, 2009 12:06 pm
Forum: Windows
Topic: the online MSDN library seems to be down?!?
Replies: 21
Views: 6929

Re: the online MSDN library seems to be down?!?

gnozal wrote:Seems to work here.
would you kindly share the URL you are using with me?

my internet is working fine... everything... only that site doesn't work for the last couple days.

i usually visit:



http://msdn.microsoft.com/en-us/library/default.aspx

thanks :)
by jayagopal
Wed Jun 03, 2009 7:26 am
Forum: Windows
Topic: the online MSDN library seems to be down?!?
Replies: 21
Views: 6929

the online MSDN library seems to be down?!?

does anyone know why the online MSDN library has been down for the last 2 days? or is it not down for everyone else?? :shock:
by jayagopal
Mon Jun 01, 2009 12:49 pm
Forum: Windows
Topic: WinXP Font Installation Help Needed
Replies: 7
Views: 3592

netmaestro,

sorry to bother you sir. do you know what i can change in your code to make it work with Type1 fonts (*.pfm & *.pfb pairs)?

:roll:
by jayagopal
Sun May 31, 2009 4:44 pm
Forum: Windows
Topic: WinXP Font Installation Help Needed
Replies: 7
Views: 3592

rsts wrote:This forum is an amazing resource.

cheers
HELL YA!

ya... netmaestro you rock!
by jayagopal
Sun May 17, 2009 5:31 pm
Forum: Tricks 'n' Tips
Topic: Directdraw Library - Antialiasing; Restore Background; etc..
Replies: 2
Views: 2207

an OPTIMIZATION strategy...

:)

there is a way to seriously optimize this... but i need help figuring out how to structure the screen pages to match the actual drawing buffer. then you can do a single memory copy of the whole page directly into the drawing buffer (right now i'm doing a byte at a time with poke).

the example ...