Author: EXEIdeas

Create-A-Simple-Responsive-HTML-Table-Using-Pure-CSS

Create A Simple Responsive HTML Table Using Pure CSS

Tables are a nice way to display tabular information – like finance reports. Unfortunately, they are structured and designed with this in mind and come with some severe limitations in terms of what one can do with their layout. Still, large tables aren’t always a great experience on mobile s...
Why-Your-Business-Needs-A-(New)-Website-INFOGRAPHICS

Why Your Business Needs A (New) Website INFOGRAPHICS

Various businesses take the opportunity to create their websites to continue attracting the attention of their customers and even entice a broader audience. Having an online presence can have a significant impact on a business’s success. However, some companies miss the opportunity to showcase...
Count-All-Lines-Of-Codes,-Characters,-Words-In-A-Directory-Recursively-On-Windows

Count All Lines Of Codes, Characters, Words In A Directory Recursively On Windows

I’d like a quick way to determine the number of lines in all of the files in a directory tree, for files of a given extension. Is there any good out of the box way to do this? There are many built-in commands in Linux, Bash, Unix but what’s in Windows? We are sure that […]...
Top-5-Free-PDF-Generation-Libraries-For-PHP

Top 5 Free PDF Generation Libraries For PHP

Creating a dynamic PDF is the need for any project to fulfill your client’s need, It helps in the reporting section of your project. User can see all reports and also can download reports in PDF format or generate invoice in PDF and sent to Client directly, For these need dynamic PDF generatio...
How-To-Customize-Your-WordPress-Theme

How To Customize Your WordPress Theme?

If you are in the blogging scene, or someone with their own website, you know what WordPress is. For those who have no idea what we are talking about, let us fill you in. WordPress is a powerful tool through which you can create your own website. It is free and offers tools that can […]...
How-To-Import-CSV-Files-Using-PHP-To-MySQL

How To Import CSV Files Using PHP To MySQL?

After knowing How To Export MySQL Database Tables To CSV Format Using PHP? its time to know about How To Import CSV Files Using PHP To MySQL?. The import and export of data to and from databases are a common enough procedure in PHP development. Another important activity is the backup and transfer o...
How-To-Export-MySQL-Database-Tables-To-SQL-Format-Using-PHP

How To Export MySQL Database Tables To SQL Format Using PHP?

The database backup is the most important task for every web developer. Regular database backup prevents the risk to lose the data and it helps to restore the database if any issue occurred. So, Export MySQL Database Tables whenever possible is a good idea. It is always good practice to take a regul...