Skip to main content

Posts

PHP guide- Everything about PHP

🔥 PHP GUIDE 🔥 ✨What is PHP❓ PHP is an acronym for "PHP: Hypertext Preprocessor". It is a widely-used, open source scripting language.PHP scripts are executed on the server And it is free to download and use.. ✨What is a PHP File❓ PHP files can contain text, HTML, CSS, JavaScript, and PHP code .PHP code is executed on the server, and the result is returned to the browser as plain HTML .PHP files have extension ".php" ✨What Can PHP Do❓ 💢PHP can generate dynamic page content 💢PHP can create, open, read, write, delete, and close files on the server 💢PHP can collect form data 💢PHP can send and receive cookies 💢PHP can add, delete, modify data in your database 💢PHP can be used to control user-access 💢PHP can encrypt data 💢With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML. ✨Why PHP❓ 💢PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, et...

10 Best Frameworks for Web Development

10 Best Frameworks for Web Development Best Backend Frameworks 1. Express 2. Django 3. Rails 4. Laravel 5. Spring Frontend Javascript Frameworks 6. Angular 7. React 8. Vue 9. Ember 10. Backbone 1. Express Express is quickly becoming one of the most trending frameworks nowadays. It provides some core framework functionalities without obscuring the features of Node and leverages the robust performance of the asynchronous Node.js. Web: https://t.co/yLBXZSGQyi 2. Django Django is a Model-View-Template framework that uses Python for web development. It follows the Convention Over Configuration pattern and the DRY pattern as well. Web: https://t.co/tYMdyHMZMY 3. Rails Rails is a Model-View-Controller framework that uses Ruby. Rails is considered a beginner-friendly framework, and the fact pros and cons are debated, helps beginners get started with web development quite quickly. Web: https://t.co/QnqOL7FRnT 4. Laravel Laravel is a Model-View-Controller framework that uses PHP, whi...

What is zip attack? Safety tips!!

What is Zip Attack ?       ⚠️ This post is only for Knwldg &     Educational Purpose only.we are not responsible for any misuse 🔸Zip bombs are very small files, that when unzipped, can expand from some few kilo bytes to thousands of terabytes, they are  usually used to take out antivirus software. Zip bombs of course has a single base, a text file containing only 0s Usually that text file is 4GB, written in either notepad or wordpad, how you make a Zip File is explained  🔸 Steps :- 👉Open notepad or word pad and write in 1000 zeros and then you should have a text file of about 1Kb 👉Now use the CTR+A, CTR+C, CTR+V buttons on your keyboard to select all, copy the selected and then paste it(respectively) 👉Repeat step 2 until your text file becomes 4GB 👉Now save the text file under any name with of course a .txt extension, so now you have a 4GB text file containing only of zeros 👉Now Compress this text file into a ...

Quantum computers:-Need , Working and Advantages

 Quantum computers:- In simple terms ( IBM quantum computer) Three Factors Of Quantum Computing:- 1. The Need? Integrated circuit (IC) chips are becoming small and small every year. Nowadays, Transistors are of size of 14 nm and that is smaller than the size of red blood cells. As things get small the regular rule of general  physics doesn't apply. At atomic level quantum physics work. 2. Difference? Ordinary computers use bits to represent data and carry out processes. Bits are like switches ; they can be either 1 or 0, just like "ON" or "OFF". Just like bits, quantum computers have "qubits". Which are basic unit of Quantum information. 3. Working? Classic state- Quantum state Instead of 1 and 0, quantum computers use electron spins. The spins can be in the state of positive (1) or negative (0) or both! This is called superposition. Quantum computers use superposition principles; they can ha...

SHODAN: A Search engine for hackers

    SHODAN: A Search engine for hackers Note:- This article is only for educational purposes , we are not promoting any kind of hacking. Stay away from these sites and stay safe 🌀 Shodan is a search engine that lets the user find specific types of computers (web cams, routers, servers, etc.) connected to the internet using a variety of filters. 🌀 Shodan provides the simple and powerful searching and it provides it with ease. 🌀 If you have a basic account then it provides you only the limited number of results. 🌀 So, if you want to access it more then you have to upgrade it. 🌀 The premium features of Shodan includes plotting the host locations on maps, accessing the full search listings etc. 🌀 It also gives you a feature to search using filters. It makes your search even more easier. They have there bases in 7 countries from where they do this.  Shodan have information about all IoT devices around the world. When they purchased fro...

What is Bitcoin? Future of digital currency

🔰 What is BitCoin❓ 🔰  ◽️ BitCoin is a global digital currency trading platform used by Crypto Currency.  Bit Coin is the first decentralized currency or system that is not controlled by one person.   In this system, exchanges are peer to peer, that is, when we exchange money in the formal or non-digital system, banks intervene to implement the exchange.  In this system, however, it is possible to exchange without any intervention, which is expected to change the banking system.   This exchange is verified using network nodes using cryptographic technology .  It is then registered with a public distributed ledger or block chain. ◾️ Who and how was it created❓❓  So Bit Coin was released as an Open Source Software by an unidentified person named Satoshi Nakomoto in 2009 G.C. Bitcoin was originally available as a reward in the mining process.  In 2015, 100,000 merchants received it as payment.   According to ...

DIFFERENCES BETWEEN HTML AND HTML5

DIFFERENCES BETWEEN HTML AND HTML5 History of HTML The man behind HTML, Tim BernersLee Was putting together his first elementary browsing and authoring system for the web and created a quick little hypertext language that would serve his purpose. Comparison between HTML & HTML5 Now let's have a look at all the new elements thta were added in HTML5 and factors that make it better than HTML. Video & Audio  Thr first factor in HTML vs HTML5 is the introduction of audio and video in HTML5. There is no such concept of media  in case of HTML. But it is one of the integral part of the 5th version. Storage  The second factor of comparison in HTML vs HTML5 is Storage. In case of HTML, we can use the browser cache as the temporary storage whereas in case HTML5, application cache, web SQL database and web storage is used. Vector Graphics Vector Graphics was used in HTML with the help of various technologies such as ...

7 Tips for perfect Icons !!!

            7 Tips for perfect Icons !!!                01. SIMPLICITY A icon is a stylized representation. Don't worry that it's realistic, eliminate unnecessary details , use basic shapes and leave only the essentials that the icon is easily understandable. Sometimes the  icons have a more illustrative and therefore more detailed style. It's a matter of style!! 02. CONSISTENCY  It's essential that all the icons in your system have the same style to ensure perfect harmony (same strokes , fill, shapes , style , thickness , size) Define grid, principles and style to follow.   When you can, design them from scratch , otherwise don't mix icons from different sets with different styles. 03. CLARITY  Design "pixel perfect" icons, especially when they are very small. In this way they are always sharp and without blurred borders, beware of half pixels and avoid decimals...