Igor Galic


Home
Short biography
Gallery
Projects
Additional skills
Fields of interest
Contact
Guest Book
MyForum
Chat
Links
 
Visitor counter :
 

webmaster Igor Galic

My additional skills:
 
Platforms:
Windows Windows 98/ME/2000/XP
Microsoft
  Linux - Fedora Fedora 4, 5, 6
Linux - Mandrake Mandrake 9.1 / 10.0
Linux - Red Hat Red Hat 8.2
Linux - Knoppix Knoppix 3.2
by Klaus Knopper
  APOXI APOXI 2.10-2.18
by Comneon
  Symbian

Symbian 8.2, 9.1 SDK
by Nokia


Development:
C++:
Visual C++ Visual Studio complete package for software development is supports various number of programming languages. It is IDE for Visual Basic, Visual Fox, Visual C++, C# and others. Visual C++ concept is based upon specific class libraries (for Windows only) so this is not my choice for developing applications. Besides this IDE is commercial, so I think there is better solutions available.
MFC Microsoft Foundation Library (MFC) is Microsoft library for Visual C++ support that includes various class implementation that should make C++ friendlier. Great disadvantage is that this class library makes Visual C++ programs unporable.
C++ Builder This is similar solution like Visual Studio. There is also predefined set of library that is used for software development. But this solution is slightly better designed (class library is better), also this IDE is very similar to Delphi, so it is easier for the programmer to switch to Delphi programming if needed. This is also commercial IDE.
K Develop 3.0 This is my favorite IDE for C++. First it is under GPL license, text editor is much better then Visual Studio's for example (it is user friendlier) It is easy configurable, and it makes no assumptions like VS are. Also it has many visual tools for support (for example QT designer) so even it is free it can stand side by side with any IDE for C++. Also it can be mentioned that KDevelop can be used as IDE for other languages (for example PHP)
Qt Designer Great tool for Form design, it is very simple and efficient. So GUI design is made easier, it can be used like plugin in KDevelop. It is free for non-commercial usage.
FOX (GUI library) This is free GUI library for C++, it does not have easy to use graphical support (like QT for example), but with little practice it can be used to make nice GUI applications, it is written in C++ standard so it is portable on other platforms. This is great choice if you want to make portable GUI applications.
HTML/ XML/ JavaScript
Front Page This is microsoft HTML editor. It is very easy to use, it is commercial. Great disadvantage of this editor is that it adds a lot of "garbage" code in the code, also making assumptions that the user would use IE as a browser. This code often has troubles to use with other browsers (Opera, FireFox, Konqueor ...)
HTML Kit Easy to use HTML editor, it has great options!
HTML Builder This is also great tool for HTML editing.
Top Style Great CSS editor!
Scream  
Quanta plus This is free HTML editor, available for Linux platform, it is very good editor with great help for easy HTML code writing and editing.
Mozilla Composer This is part of FireFox Mozilla software package. This editor has very good capabilities for code editing in text mode or in object mode.
JAVA:



Eclipse This is great IDE for JAVA (and most popular one) it is free with great editor, with great plugin support. There is various plugins that makes writing and editing of JAVA code very easy. Eclipse can be also as IDE for other programming languages, C++, PHP ...
JDeveloper Oracle has made excellent Java IDE. JDeveloper is only part of the huge software package called Oracle Developer Suite. This software package has countless helper tools for software development. It really represents "all the developer needs" in one single package. JDeveloper has great support for graphical (form) editing, great database interface and perfect code editor. This Java IDE is surely must to have tool for Java programming.
InteliIdea  
JEdit  
Forte for Java  
Kawa  
PHP/My SQL:



Maguma Studio This is best IDE for PHP that I have ever used. It has great editor, it is user friendly IDE and most important it has external previewer so you can see how your page is going to be displayed on server. It comes in two packages free and commercial versions. Let me just say that free version is excellent, imagine the commercial version ...
PHP Coder Pro  
Blue Fish This free tool is available in Linux and Windows OS. It has on click development designer.
PHP My Admin Great web tool for MySQL database management, it is well tested tool with lot of MySQL functionality. It is nice to have tool during testing phase

Other:
3D Studio Max Great graphical tool for creating 3D images and video.
Corel Draw Corel Draw package is must to have graphical tool needed for necessary graphical adjustments in every day PC usage. This package consists of many different graphical applications, specialized for different use cases.
The GIMP This is my favorite in graphic editing. It is free to use tool with all features that can be founded in any commercial program of this kind.
CVS Concurrent Version Control is widely spread version control tool. Actually it consists of server and client application. Server installation is simple. There is many CVS client applications available, so usage of this version control tool is easy. Another important advantage is that many IDE's (Integrated development Environments) has built in CVS support. This tool is free to use.