What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Java or PHP.. or JScript

Pages: (3): « First « 1 [ 2 ] 3 » Last »
Java or PHP.. or JScript
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Java or PHP.. or JScript
quote:
Originally posted by Volv

Scripts use JScript, not Javascript.

Yes I know that, but it looks like Napbree thinks he's talking about a  javascript script that runs in your browser. And not about msgplus scripts.
[Image: 1-0.png]
             
07-31-2007 02:12 PM
Profile PM Web Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
O.P. RE: RE: Java or PHP.. or JScript
Thanks for the replys

quote:
Originally posted by matty
2D Animated Charts - The Code Project - Fonts & GDI

Check the C++ Source code, they will show how to create a graph using Gdip, then all you need to do is save the image based on its handle using GdipSaveImage.


I'll give it a look, thanks:)
Best Regards,
Joćo Godinho
07-31-2007 02:46 PM
Profile E-Mail PM Find Quote Report
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: RE: Java or PHP.. or JScript
quote:
Originally posted by Ezra
quote:
Originally posted by Volv

Scripts use JScript, not Javascript.

Yes I know that, but it looks like Napbree thinks he's talking about a  javascript script that runs in your browser. And not about msgplus scripts.

But he is. At least that's what I've understood about the thread, since he's comparing PHP and Javascript (both strongly - if not entirely - related to browsers).

This post was edited on 08-01-2007 at 08:36 AM by Volv.
08-01-2007 08:36 AM
Profile PM Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
O.P. RE: RE: RE: Java or PHP.. or JScript
quote:
Originally posted by Volv
quote:
Originally posted by Ezra
quote:
Originally posted by Volv

Scripts use JScript, not Javascript.

Yes I know that, but it looks like Napbree thinks he's talking about a  javascript script that runs in your browser. And not about msgplus scripts.

But he is. At least that's what I've understood about the thread, since he's comparing PHP and Javascript (both strongly - if not entirely - related to browsers).


He got it wrong...:) happens;)


I've got another question, and I think there's no need to open a new thread, so...

Does anyone knows if there's a ActiveXObject reference or something?
Best Regards,
Joćo Godinho
08-01-2007 10:46 AM
Profile E-Mail PM Find Quote Report
mag56pi3
New Member
*


Posts: 1
Joined: Aug 2007
RE: Java or PHP.. or JScript
I'm not completely sure about what exactly it is that youre looking for but have you thought of checking out a script directory to find something that may already exist to do what youre looking to accomplish?  I used to use scripts.com but recently got hooked on www.codango.com for web programming related stuff.


Anyway, I think you may find something somewhat relevant in the graphics area...theres some categories of image editors and stuff too, i'm not entirely sure what you want but if it exists you may find it here...

http://codango.com/php/dir/components/graphics/

From my understanding of what you want to do - PHP is probably the best bet as anyone visiting your site will be able to properly view the charts with no other little worries.  It stinks to have to buy some hosting space, but on the brightside PHP hosting is cheap and even better - your users should all view it problem free than :)

Good luck!
08-01-2007 01:14 PM
Profile E-Mail PM Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
O.P. RE: RE: Java or PHP.. or JScript
quote:
Originally posted by mag56pi3
I'm not completely sure about what exactly it is that youre looking for but have you thought of checking out a script directory to find something that may already exist to do what youre looking to accomplish?  I used to use scripts.com but recently got hooked on www.codango.com for web programming related stuff.


Anyway, I think you may find something somewhat relevant in the graphics area...theres some categories of image editors and stuff too, i'm not entirely sure what you want but if it exists you may find it here...

http://codango.com/php/dir/components/graphics/

From my understanding of what you want to do - PHP is probably the best bet as anyone visiting your site will be able to properly view the charts with no other little worries.  It stinks to have to buy some hosting space, but on the brightside PHP hosting is cheap and even better - your users should all view it problem free than :)

Good luck!



I have, that's why I'm asking, because I see people using I wanted use with ActiveXObject and I get myself thinking where they got it. So far I've been always lucky to find a script that has what I was looking...


I'm thinking a lot about using PHP on the script, even if I make the graphic in PHP then save it has an image and show on a window. And I also have the database feature...

Thanks :)

About the host, it doesn't worry me much.
Best Regards,
Joćo Godinho
08-01-2007 01:22 PM
Profile E-Mail PM Find Quote Report
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: Java or PHP.. or JScript
If you're using a web browser to display the image, you could use VML I think.

I used it recently to create a pie chart from different MySQL queries whilst on work experience. I was using asp.net and vb.net as well as jscript  though. I'm not sure if it's what you want but thought I'd give my 2 cents =p
[Image: jumbled.png]
08-01-2007 02:12 PM
Profile PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Java or PHP.. or JScript
Isn't it better to use SVG then, instead of VML?

Or that funky script that patchou used for the personalized heat maps.

This post was edited on 08-01-2007 at 02:21 PM by Ezra.
[Image: 1-0.png]
             
08-01-2007 02:21 PM
Profile PM Web Find Quote Report
LifelesS
Full Member
***


Posts: 115
Reputation: 4
31 / Male / Flag
Joined: Dec 2006
O.P. RE: RE: Java or PHP.. or JScript
I'm thinking of following the example on the link that mag56pi3 posted.

quote:
Originally posted by Ezra
Or that funky script that patchou used for the personalized heat maps.


which script?
Best Regards,
Joćo Godinho
08-01-2007 06:31 PM
Profile E-Mail PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Java or PHP.. or JScript
Lucky for you the 'temporary' heat map page still exists so...

See my attachment :)

.txt File Attachment: javascript_draw.txt (38.45 KB)
This file has been downloaded 163 time(s).

This post was edited on 08-01-2007 at 11:44 PM by Ezra.
[Image: 1-0.png]
             
08-01-2007 11:43 PM
Profile PM Web Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On