Recent Posts

Knowledge Sharing

Knowledge Sharing

Return To Blog Listing

share knowledge to everyone especially in IT (programming, design, java, php, web, xhtml, css)

Search This Blog's Tags For:

Recent Posts Tagged With 'programming'

  • IF Construct in One Line Using PHP

    Posted on Sunday September 13th, 2009 at 22:49 in php, programming, script, code, condition, IF, construct

    The if construct is one of the most important features of many languages, PHP included. It allows for conditional execution of code fragments. PHP features an if structure that is similar to that of C: if (expr) statement The general forma...

  • Free Adobe Flex Builder 3 Professional for Education

    Posted on Wednesday September 9th, 2009 at 17:56 in education, programming, flex, flex builder

    Flex is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems. While Flex applications can be built using only the free...

  • How To Install Java in Linux Ubuntu

    Posted on Tuesday April 14th, 2009 at 23:53 in programming, java, ubuntu, operating systems

    Java is one of the most popular programming languages. I learned Java a few years ago. I learned it in Windows OS. Now I need to install it in Ubuntu. Here are the steps: 1) You need to update Ubuntu Repository. Type this command: sudo apt-get update...

  • Load PHP Extension

    Posted on Monday November 10th, 2008 at 10:19 in php, programming, tutorial

    A few CMSs need PHP library which is not activated as default. For example, in installation an e-commerce named magento (www.magentocommerce.com), needs a few PHP extensions. Usually, a good CMS checks system requirements before installation begins. ...