
Please make the nonsensical PHP hate stop. : webdev
- Sakshi
- February 5, 2022
I have a friend who wants to get into software development, and asked me (as a dev) what languages I’d recommend learning. I suggested JS, PHP and SQL to start, and later he came back to me and said everyone else he asked (mostly at his Bootcamp) said to stay far away from PHP as […]
Read More
HTTP: The Protocol Every Web Developer Must Know – Part 1
- Sakshi
- February 3, 2022
* box-sizing: border-box; body margin: 0;*box-sizing:border-box;bodymargin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; Learning the fundamentals of the World Wide Web is crucial, especially if you are planning to build web apps. And, HTTP is at the heart of any web application you could build. HTTP stands for Hypertext Transfer Protocol. It’s a stateless, application-layer protocol for communicating between distributed systems, and […]
Read MoreUsing SVG in WordPress (2 Helpful Plugin Recommendations) | CSS-Tricks
- Sakshi
- February 1, 2022
There is a little legwork to do if you plan on using SVG in WordPress. For fair-enough reasons, WordPress doesn’t allow SVG out of the box. SVG is a markup syntax that has lots of power, including the ability to load other resources and run JavaScript. So, if WordPress were to blanket-ly allow SVG by […]
Read More
Collective #694
- Sakshi
- January 30, 2022
Inspirational Website of the Week: Pinch A clean design with beautiful micro-animations and some lovely typography art. Get inspired Our Sponsor Instant websites for your clients with Divi Layout Packs With the Divi Layout Packs you’ll get world-class designs ready to be used for your client projects. Check it out Vanta.js A fantastic generator for […]
Read MoreAdd Days to a Date With PHP DateInterval
- Sakshi
- January 28, 2022
* box-sizing: border-box; body margin: 0;*box-sizing:border-box;bodymargin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; PHP has a lot of methods and functions to help you manipulate dates in a variety of ways. In this quick tip, I will show you how to add days to a date in PHP using the DateInterval class. We will begin with an overview of DateInterval and then […]
Read More
What the Heck Are npm Commands? | CSS-Tricks
- Sakshi
- January 26, 2022
npm is, as you now know, a package manager. But like similar, earlier tools that run tasks in the command line, such as Grunt and Gulp, npm can also run tasks—which is perfect for us because now that we installed the Sass package in the previous chapter, we can starting using it! Guide chapters Who […]
Read More
Pixel Distortion Effect with Three.js
- Sakshi
- January 24, 2022
From our sponsor: Looking for an intuitive whiteboard style project management tool? Give Shortcut a try for free. The creative coder’s dream is to rule pixels on their screen. To arrange them in beautiful patterns and do whatever you want with them. Well, this is exactly what we are going to do with this demo. […]
Read MorePHP Magic Methods Cheatsheet
- Sakshi
- January 22, 2022
* box-sizing: border-box; body margin: 0;*box-sizing:border-box;bodymargin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; In this post, I’ll give you a cheatsheet quick reference to all the magic methods available in PHP. Whether you are a seasoned PHP developer or a novice in PHP development, if you’ve worked with OOP in PHP, then you’re using at least a couple of PHP magic methods […]
Read MoreUsing the CSS Me Not Bookmarklet | CSS-Tricks
- Sakshi
- January 20, 2022
Stoyan is absolutely correct. As much as we all love CSS, it’s still an important player in how websites load and using less of it is a good thing. He has a neat new bookmarklet called CSS Me Not to help diagnose unnecessary CSS files, but we’ll get to that in a moment. The [problem] […]
Read More
10 Best WordPress Themes to Use in 2022
- Sakshi
- January 18, 2022
The online world is increasing exponentially, or so it seems, as roughly one thousand new websites come online every hour of the day. No matter the size of your business niche, your competition is only going to increase with time. An attractive website won’t be as productive the future as it may have been in […]
Read More