Recent Posts
Knowledge Sharing
Return To Blog Listing
share knowledge to everyone especially in IT (programming, design, java, php, web, xhtml, css)
Recent Posts Tagged With 'programming'
IF Construct in One Line Using PHP
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
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
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
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. ...
