Posts by Saruque Ahamed Mollick

Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.

How to Count The Sub String from a .txt file using PHP

By Saruque Ahamed Mollick

Hello everyone, here I am again with a small piece of PHP code. If you are looking for the PHP code to Count Sub-string from a text file using PHP you are at the right place. This .... Read More

How To Get or Detect The Local IP Address in PHP

By Saruque Ahamed Mollick

Hello developers, today I am here to provide you with what you are exactly looking for. In maximum cases developers need to find out the IP address of a user, But if you are develo.... Read More

How To Add Browser Notification Using JavaScript

By Saruque Ahamed Mollick

There is a lot of methods to enable a popup notification for a certain event on the browser. But all of that notifications will be in your webpage. The user will see the notificati.... Read More

Simple Static Layout Page Using HTML and CSS

By Saruque Ahamed Mollick

In this post, You are going to see the making of a very simple static layout web page using pure CSS and HTML. This tutorial will help beginners to learn CSS Layout. You can modify.... Read More

PHP Program to Protect Part Or Content Of A Web Page

By Saruque Ahamed Mollick

There are some ways to make a particular content of a webpage password protected with PHP. Even we can use JavaScript to do that. But that is not secure enough because that is a cl.... Read More

PHP Program To Insert Data Into MySQL Table Using HTML Form

By Saruque Ahamed Mollick

This post gonna be very useful for those people who are interested to learn how to create a database connection using PHP with MySQL as well as how to Insert Data into MySQL Table .... Read More

Removing Element From LinkedList for Integer Type and String Type

By Saruque Ahamed Mollick

In this post, We are going to know an interesting fact of remove() method used in a LinkedList object. at the end of this lesson, we will learn how to remove an element without kno.... Read More

Working With LinkedList (Adding,Removing and Retrieving Elements) in Java

By Saruque Ahamed Mollick

In Java, LinkedList implements the list interface as well as Queue interface. Thus LinkedList is not same as ArrayList in Java as ArrayList implements the list interface only. In t.... Read More

Related Posts