Wednesday, June 25, 2008
FileSharer on GoogleCode
After receiving a long list of emails from FileSharer users asking for the source code, I decided to Open Source a Lite version of it.
If you want to add/improve something, please contact me by mail.
The code is here (currently only SVN access): http://filesharer.googlecode.com
If you want to add/improve something, please contact me by mail.
The code is here (currently only SVN access): http://filesharer.googlecode.com
Sunday, June 15, 2008
Ajax from ObjectPascal!
If you dreamed of creating Ajax/Web 2.0 applications using your favorite ObjectPascal compiler, and thought it's a difficult task because of JavaScript/CSS/DOM, and the lack of wrappers similar to those found in another languages. Now your dream come true thanks to ExtPascal, an Object Pascal wrapper to ExtJs.
ExtPascal allows to build Ajax applications pretty much the same way you program GUI based applications using Delphi, Lazarus or MseIde/MseGUI...not visually, but coding (trust me, it's very easy).
Some examples
To begin internalizing this concept, you can see some examples from the ExtPascal site, or going to ExtJs's samples site. So, if you liked what you saw, then start by reading this Getting Started tutorial and have fun!
ExtPascal allows to build Ajax applications pretty much the same way you program GUI based applications using Delphi, Lazarus or MseIde/MseGUI...not visually, but coding (trust me, it's very easy).
Some examples
To begin internalizing this concept, you can see some examples from the ExtPascal site, or going to ExtJs's samples site. So, if you liked what you saw, then start by reading this Getting Started tutorial and have fun!