Display Sub-terms In Drupal Term Page
After working with Drupal in the last two months I’ve really got used to searching for modules for every problem I face and installing them. While I was working on iCommunity website, I was creating taxonomy terms to categorize the files using them. I created terms with sub terms. The problem was that when browsing [...]
Simple AJAX Comment Preview in Drupal 6
As I said in my previous post, I’m working on upgrading Computer Science in Syria website to Drupal 6. I wanted also to have AJAX comment preview in nodes, but I wanted it to be simple without lots of JavaScript loaded. So as usual I got pissed off and decided to create my own code [...]
Simple AJAX Quote in Drupal 6
I’ve been upgrading the forum of Computer Science in Syria for a week now. The forum uses Drupal, and it ran a beta version of Drupal 4, and I upgraded it to the latest Drupal version now. I wanted to have AJAX quoting in the forum, but I wanted it to be simple without lots [...]
Notepad++ Plugin To Run Python Scripts
I use Python everyday, it has become my first tool to use when I need to do anything. In Arabic (in Shami Arabic specifically) I’d say that Python has become my hand and leg Yesterday I was writing a small Python script to read the YACC file and generate a list of all the specified [...]
Brainfuck Python Interpreter
What is brainfuck? Brainfuck is a programming language This is the definition from Wikipedia: The brainfuck programming language is an esoteric programming language noted for its extreme minimalism. It is a Turing tarpit, designed to challenge and amuse programmers, and is not suitable for practical use. Its name has been variously bowdlerized. The name of [...]
