Geographical position based features are now being a popular trends for Web Application developer cause you can make the taste of your apps differently for different local people and it’s really interesting. In Bangladesh there is no web apps which is implementing this high tech features. But we should. In Bangladesh most of the web sites are built using one of the popular open sources CMS and most of their investor’s idea are business oriented. That’s why new and high …
Blog Posts
Geographical position based features are now being a popular trends for Web Application developer cause you can make the taste of your apps differently for different local people and it’s really interesting. In Bangladesh there is no web apps which is implementing this high tech features. But we should. In Bangladesh most of the web sites are built using one of the popular open sources CMS and most of their investor’s idea are business oriented. That’s why new and high …
If you have ever made any PHP Classes for your work. Then it’s pretty easy to add those classes inside your CakePHP driven application. You need to follow the below steps. Steps 1: You first have to place a class file inside a directory Steps 2: Then open App/Config/bootstrap.php from your CakePHP application directory and write the following codes. //mydir is another directory placed outside of cakephp directory App::build(array( 'GlobalUsers' => array(dirname(CAKE_CORE_INCLUDE_PATH).DS.'mydir'.DS) ), App::REGISTER); It will just add the location …
Why Programmers should use Mind Map? Since few years I am using various kinds of Concept modelling tools like Mind Map, UML, etc.. But always I found a common question that is why programmers should use Mind Map. My answer is so much straight forward and that is “I prefer Mind Map than any other modelling tools because Mind Map is too much informal than others. It’s perfect for randomized ideas.” As a web programmer basically I need to design …
Since few years I am using various kinds of Concept modelling tools like Mind Map, UML, etc.. But always I found a common question that is why programmers should use Mind Map. My answer is so much straight forward and that is “I prefer Mind Map than any other modelling tools because Mind Map is too much informal than others. It’s perfect for randomized ideas.” As a web programmer basically I need to design concept visually and also I need …