Author: Anmar Jarjees

  • Post 22: CodeIgniter (Removing index.php file)

    When using CI (PHP Framework), you will notice that CI includes index.php in the URL for any link to any file.  When you search for this issue by typing: “ci remove index.php from url”, you will see the link to Ellislab user guide  that describes how to fix or solve it as shown in the…

  • Post 21: Remote SQL Connection

    When we start creating a database driven website using PHP, the first thing we do is testing our application using the local host package like: WAMP for windows, MAMP for mac, or XXAMP for both. In the early stages of development workflow we might need to create a local database with simple tables using PHPMyAdmin…

  • Post 20: Safe Your Surf

    Based on the requirement for this semester, is to create a blog about any topic. in this post for today, I would like to share with you the post that I am going to put in our blog website: www.SafeYourSurf.com. My blog is not dedicated for advanced or IT users, it is mainly written for…

  • Post 19: PHP Project

    In my previous post, I talked about the main requirement for the last semester in the program which is to create a web project using any framework. Among the many PHP frameworks, I chose CodeIgniter (CI) for some reasons that were already mentioned before. The project that I am willing to build is to create…

  • Post 18: PHP Frameworks:

    Hello again, we started the last semester for the Web Development program last week. In this semester we have to create our final web project using any framework. Since I liked to create my project using PHP, I had to make my decision to choose one of the many available PHP frameworks. Last week I spent…

  • Post 17: PHP and ASP.NET

    Time is running fast and we have to submit our team projects for both PHP and ASP subjects. This week, we will be concentrating on finishing our features to have two CMS websites at the end. Although the program’s name is Web Development but I think if they rename it to ASP.NET Development should be…

  • Post 16: My Job Experience

    In this post, I am going to break the rules, as I am supposed to write about my own experience and progress at Humber College, Web Development Program, as I usually do, but this time I would like to share my success and experience in my job as a computer instructor at COSTI Immigrant Services.…

  • Post 15: XML Project (Toronto Open Data) and Quality Assurance (Qunit):

    I don’t have a lot to say in this post, I am still thinking about finishing my features for each project PHP and ASP.NET. Now we had to make a new project for XML by choosing one of the open course articles that are available as open data (Toronto): For more information visit open data Wikipedia  and Open…

  • Post 14: My learning process, career connections, and quality assurance assignment

    The program is getting harder and harder and sometimes I feel bored, sad or too stressed, two years program is shrunk to become 10 months! I am not that satisfied with my achievements this semester especially my midterm compared with the first one, I do believe that this is not me and I can do…

  • Post13: XML, Quality Assurance

    In XML class, subjects became more complicated but more useful and important at the same time, after finishing connecting XML with ASP.NET we had to work on XML with PHP this time. We run through many advanced topics in processing XML with PHP using: • Simple API for XML (SAX) • Document Object Model (DOM)…