November 12th, 2024414039
In this tutorial I will show you how to compress images before upload to server, usually we don't compress images and upload them directly to server and then compress them in this tutorial you will learn how to compress images on client side and when user upload it will take less time (if slow internet) and space on server.
Suppose...
November 12th, 202431881In PHP, there are a variety of ways in which you can sanitize the user input, depending on your needs. The htmlspecialchars function allows you to transform every special character in HTML into text so that the user cannot enter code in his input. It is good to use the function when you want to show a user input, stored or coming from...
November 12th, 202405817I have found a good mobile based swipe tab here and really loved it so now I am sharing it with you. Its very simple and very useful tutorial you can use these tabs in your mobile based website or hybrid mobile apps.
DEMO
index.html file contain all the tabs scripting:
<div class="swipegory">
<nav>
...
November 12th, 202443930
In this tutorial, I will show you how to create form wizard and validation in jQuery, its a simple snippet created with Bootstrap and jquery to make a simple long from in steps to improve data collection process and beautify webpage....
November 12th, 20240735In PHP, there are a range of built-in functions which you can call to check variable types. They return a Boolean value - true if the variable is of that type and false if it is not.
November 12th, 202422176
In this post I will show you some very interesting and useful software/apps you can install in minutes with complete CRM for online food ordering companies. There is lot of restaurants want to go online and they want mobile app for Android and iOS (most used mobile OS) and Web solution. So this post will solve your most of the...
November 11th, 202411353In this article we will teach you some PHP Basics like Data types, Mathematical operators, Comparison operators, Comments, Conditional Statements, Loops, Global functions and Functions.
November 11th, 20242881Laravel is one of the best PHP Framework so we are going to show you some cool functions and methods in this article I hope you like it.
November 11th, 202411083Learning programming is fun and easy, but writing down a good quality code can be a little bit daunting task. In several cases, developers find themselves scratching their heads trying to understand or break down the previously written spaghetti code just to make some minor changes in the setup.