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.
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
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
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
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
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
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
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
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