February 17, 2012

C Language Integrated Production System

C Language Integrated Production System Commands (exit) Arithmetic Add: (+ 2 4) = 6 Subtract: (- 2 4) = -4 Multiply: (* 2 4) = 8 Divide: (/ 2 4) = 0.5 deftemplate (deftemplate templateName “Relation relationName”(slot slotName1) (slot slotName2) ) assert (assert ( templateName ( slotName1 “slot1”) (slotName2 “slot2”) ) ) (facts 1 10) […]

February 15, 2012

Why Projects Face Lack of Security in Important Modules

Whenever we plan a project so mostly focus on few important modules which we feel like heart of that project but gradually when we work on such project so those modules remain much behind and we realize that there plenty of modules other than those important modules which need equal attention in project. Here the […]

February 10, 2012

How to check SSL working or not?

http://www.sslshopper.com/ssl-checker.html#hostname=www.websitedesignwebsitedevelopment.com By changing domain name you can check that ssl is installed and working correctly or not?

February 7, 2012

Content clean function – In Process

Content clean function is reviewed and corrected. I have tested it with “ctr+a” copy of whole webpage and then pasted in story editor. Nothing will disturb our website layout but a little thing is pending, please have a look: What is implemented now? In fact the two contrast functions were available, 1- A function which […]

February 1, 2012

Implementation of AI in Web Applications

PDF Attached Toward a New Generation of Semantic Web Applications(Implementation of AI in Web Applications)   Fahad Mahmood, mc100200752, MCS, Semester-4, fahad.mahmood.8@gmail.com, 00923218868224   Abstract— Implementation of AI in Web Applications is an idea which is implemented already but not properly as it can be. It is partially implemented by few software companies. In this […]

Codeigniter .htaccess issue on PHP-CGI, WebHero Hosting

Codeigniter .htaccess issue on PHP-CGI, WebHero Hosting .htaccess part will be: RewriteEngine On RewriteBase / RewriteCond %{ENV:REDIRECT_APP_PATH} !^$ RewriteRule ^(.*)$ – [E=APP_PATH:%{ENV:REDIRECT_APP_PATH}] RewriteCond %{ENV:APP_PATH} ^$ RewriteRule ^(.*)$ – [E=APP_PATH:/$1] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [L] Codgienter Part (config.php): $config[‘uri_protocol’]    = “APP_PATH”;//’REQUEST_URI’;