Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts
Use SystemJS to convert React App to Micro frontend
Setup project if you don't have a pre-existing app Mother App Setup Do create projects create-react-app my-org- mother create-react-app my-org- child1 Eject the configuration file cd my -org-mother npm run …A keyhole view on CSS Frameworks
Unlike JavaScript Framework, CSS Framework doesn't get the much-deserved attention from developers. The base reason is the pay scale. However, the essence of the web architecture of responsivene…Wordpress + GIT + Docker SDLC Process for Professionals
WordPress is messy but when you consider the market share and community, it rather cannot be ignored. WordPress is special because of its community. I have seen people working on WordPress with thei…Basic offline mode service worker on GitHub Pages
The given example is with reference from https://googlechrome.github.io/samples/service-worker/basic/. This is a simple guide to get start with service worker for your GitHub profile page. What does…Developer's insight into UI and UX
User Experience (UX) and User Interface (UI) concepts comes into designers turf. The turf becomes grey when cost effectiveness comes in play for a project. In general, it is recommended for all fron…Equilateral Triangle using SCSS
Simple Demo to create an Equilateral Triangle of Selective Size and Color See the Pen yeMvWw by Gaurav Panchal ( @grvpanchal ) on CodePen .jTable to edit and process MySQL table using CodeIgnitor : Part 2
Previously in Part 1, we generated table using Datatables. However, part 1 tutorial was only to display data from database. To create, update and delete rows, it's better to use jTable as its fr…DataTables to display MySQL table using CodeIgnitor : Part 1
This blog is 2 part tutorial to help you to display MySQL data using Codeignitor. Previously, before MVC, I use to write loops and pagination of tables from scratch. I use to do that on java in 11t…MySQL insert with HTML Form using CodeIgnitor
Using Core PHP, you can submit form and insert row in MySQL table using a single file. However, the method can be insecure. Using MVC model of CodeIgnitor, you can create a secure method. I can thin…
Subscribe to:
Posts (Atom)