본문 바로가기

전체 글

(233)
HOW TO MAKE DRAGDROP AND SORTABLE WIDGETS WITH JQUERY UI AND BOOTSTRAP In this article I will discuss about the jquery ui also similar to the previous article , but this time I will discuss using sortable that supports drag and drop . In this article I explain that how to make drag and drop and sortable commonly used on the blog site that supports drag Drog and sortable on widgets or on listview . To make this project that you need to get is a plugin jquery , jquer..
HOW TO MAKE MODAL (POPUP/DIALOG) USING JQUERY How to Make Modal (Popup/Dialog) Using jQuery-In this article I will discuss how to make modals popup using jquery, jquery to get the plugin, you can download on their official website. Create a new folder with a name up to you, but it is recommended to use the name of "modal". then copy the jquery plugins into the folder "modals". Next make a new file files with names such as index.html, style...
HOW TO CREATE A NAVIGATION MENU DROPDOWNS USING JQUERY You can experiment with the existing syntax above, you can also edit the syntax above your heart's content. How to Create a Navigation menu dropdowns using jQuery-In this article I will discuss how to create a dropdown menu using jquery and along with html and css. The dropdown menu navigation is very useful for people who design template website or blog either blogger or wordpress. In the dropd..
HOW TO MAKE AUTOCOMPLETE USING JQUERY UI AND BOOTSTRAP In this article I will discuss how to create an application using jquery ui and bootstrapping , the same as the previous article , but here I will discuss how to create jquery ui autocomplete using and bootstrap. It works like an application that I have discussed in previous articles , both using jquery ui same and bootstrap . To start the making of this project then you should prepare a plugin ..
HOW TO MAKE ACCORDION USING JQUERY UI AND BOOTSTRAP In this article I will discuss how to make accordion using jquery ui and bootstrap. Accordionis usually made on a widget or to the sidebar of a website and also used on the website administration. To make this project so that it takes is a plugin of jquery , jquery ui and bootstrap which you can download on their official website . Make a new folder with a name up to you , but it is advisable to..
CRUD (CREATE, READ, UPDATE, DELETE, PAGINATION) USING PHP PDO AND BOOTSTRAP In this article I will discuss how to create an application CRUD (Create, Read, Update, Delete and Pagination ) using pdo php and mysql as the database server. To make the applicationphp pdo we should not have to use mysql but we can use other dbms like postgresql or sqlite. In this tutorial I use the database from mysql because I 'm used to using mysql. If you are not using mysql then you just ..
LOGIN SESSIONS USING PHP PDO AND BOOTSTRAP Login Sessions Using PHP PDO and Bootstrap-This login is a login session that is running the server side using php mysqli or pdo php. Here I will discuss how to create a login session using php pdo and bootstrap. Bootstrap is a template design for a session login program. Then, create a new folder in the web root and place the template design of bootstrapping into the new folder. Next make the f..
HOW TO CREATE A LOGIN SESSION USING PHP MYSQLI AND BOOTSTRAP How to Create a Login Session Using PHP MySQLi and Bootstrap-In this article I will discuss how to create a login session using php mysqli and bootstrap . in building a login session , I hope you 've mastered making website theme with guide bootstrap . You can visit the official website of the bootstrap to download the plugin and learn bootstrap. After that, create a new folder on your web serve..