Binding NetBeans with Flex
In my faculty – Informatics Engineering, Damascus University -, in the 4th year of Software Engineering Department, we have to build a compiler . I like using NetBeans for developing applications, it supports lots of languages and tools; like C, C++, Java, Python, Ruby and more. The compiler would be implemented in C++. The first [...]
Get Online Users in Django
I was upgrading my Django Bookmarks site, and I wanted to list the online users. I searched the internet and I found a simple method, but it doesn’t work properly. So I developed my own method. Why the simple method didn’t work? The problem with it is that it depends on the last login date [...]
I'm Learning Python part 10 (last one)
I'm Learning Python part 10 (last one) Back to blogging As usual, I will apologize for not blogging for a long time. I have been very busy, university exams, university projects, job projects, teaching and learning. Python Course At Damascus University, in the faculty of informatics we managed to create free courses to students, and [...]
Bring Down IE6
I have copied the following post from this site. Discover the mission The premise is simple: Internet Explorer 6 is antiquated, doesn’t support key web standards, and should be phased out. This isn’t about being anti-Microsoft, it’s about Microsoft’s lack of development in the browser market. With IE7/8 not available for Windows 2000, IE6 accounts [...]
I'm Learning Python part 9
I’m Learning Python part 9 Classes In Python As I told you before, Python is a powerful programming language, and powerful it won’t be without Object Oriented design. Python supports both Pure Object Oriented Programming (Every thing must be in a class) and Structural Programming (You can type code everywhere). It supports also other programming [...]
