Friday, November 03 2017
In this post explains about how to install angularjs 4 app in your machine. There are a few different ways to get started with Angular 4 app.
See our demo video on Youtube:
Sunday, October 29 2017
After long time we are publishing a new article about calendar events and multiple recurrence with mysql. So many free open source scripts are available for integrating calendar events. In this post explains how to integrate iCalendar event calendar script in PHP with MYSQL. Lets see database design things are
Wednesday, May 31 2017
In this post explains, how to implement CRUD operations in CakepPHP 2.x version. we are using Cakephp 2.9.3v. First download the cakephp 2.9.3v source files from Github here. Its useful for a beginner to start cakephp.
We aren’t implement jquery validations and datatable too. We use only default cakephp libraries to validate the user’s input with bootstrap 3. We use most of form fields and cover all possible cases to validate it.
See our demo video on Youtube:
Friday, May 05 2017
After long time we have posted article about installing theme of AdminLTE for backend in Yii2 Framework. Adminlte theme integration in Yii2 useful for beginners.
If you don’t have composer in your machine, download composer from Composer-Setup.exe. for Windows users.
For linux or Mac osx users please do following commands
curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer
Thursday, March 16 2017
In this post we have explained about how to build an Ionic 2 App for both android and IOS. Ionic 2 is a free open source. Ionic 2 used to develop hybrid mobile applications.
See our demo video on Youtube:
Thursday, February 23 2017
In this post we have explained about how to create a RESTful API with HapiJS and NodeJS and MYSQL. Many web applications they provide API to access their data via RESTful. This process is called as web services. We have implemented RESTFUL API using NodeJS with MYSQL Database using Hapi JS web services.
Sunday, February 19 2017
In this post we have explained about how to change blogger native language. Blogger has support to update or change the blog language with easy steps. Please do the following steps and implement to your blog.
See our demo video on Youtube:
Sunday, February 19 2017
In this post we have explained about how to customize the blogger template. Blogger is a most powerful platform to expose your ideas. I would prefer blogger for beginners to startup their blog.
See our demo video on Youtube:
Sunday, December 25 2016
In this post we have explained about the how to setup the vitual host on xampp for our windows.
We can able to create more than one virtual host on our machine.
Why we are for create virtual host, to optimize the home page URL for all projects.
Step 1:
Point your directory on F:\xampp\apache\conf\extra\httpd-vhosts.conf.
httpd-vhosts.conf
with a text editor.# NameVirtualHost *:80
and uncomment or remove the hash.<VirtualHost *:80> DocumentRoot "F:/xampp/htdocs" ServerName localhost </VirtualHost> <VirtualHost *:80> DocumentRoot "F:/xampp/htdocs/devel/laravel/public" ServerName laravel.dev <Directory "F:/xampp/htdocs/devel/laravel/public"> Options Indexes FollowSymLinks ExecCGI Includes Order allow,deny Allow from all </Directory> </VirtualHost>
Thursday, December 15 2016
In this post explain about laravel installation steps. Now we see the laravel versions and their prerequisites.
Version 5.3 | Version 5.2, 5.1, 5.0 | Version 4.2 |
|
|
|
See our demo video on Youtube: