Firefox 3 Beta 1
You can download it here.
I grabbed it just for testing to see what has changed, hopefully it doesn’t break to much.
You can download it here.
I grabbed it just for testing to see what has changed, hopefully it doesn’t break to much.
On giant leap for integrating with the worst documented POS messaging service ever, Groupwise Messenger.
After much research and finally just breaking down and fumbling through the Kopete Source (which was 100 times easier to read then the GAIM source) I finally figured out that all they were doing was using HTTP to send things. Not very complex at all but really a waste.
So I now have officially logged in through PHP (which I could tell cause it logged me off GAIM) which made me very happy. After doing that I tested if it was using TLS or not which it isn’t which gives me a reasonable shot at actually integrating it straight with Flex instead of needing PHP as a middleman. Not saying there couldn’t be some cool uses for bot and running fake users through PHP, or even just using that for a simple AJAX chat script. Next is the step of actually creating functions out of what I did to make it a lot simpler to create.
But seeing it work makes me a VERY happy person. If anyone has a want to play with a GW Messenger client let me know and I’ll share with you what I have. And once I have it actually all nice and functionalized I’ll let it out there for others to play with.
Resizable Textarea by Javascript
This is a pretty nice system to look at for a great use of Javascript that can be very practical.
The code is very clean and an excellent example of what you should look to achieve.