I usually use Git log commands to check changes in my plugins and themes. While some app like SourceTree does…
Tools
Best Contact Forms For Static Websites
A curated list of best contact form generators and tools for static websites. No coding required. Just copy and paste the code to your website and done!
How to show only file names in Git log
To show only file names in Git log, use this command: git log –name-status –graph –oneline The key parameter here…
10 Best PowerPoint Templates for Online Marketing Presentations
Creating a marketing presentation is all about juggling a ton of information that will really move your audience and make…
Git – Reset or revert a commit pushed to remote
Sometimes after you push some commits to the remote, you realize that there is a mistake. So you need to…
Introducing WP Dev News – Curated News About WordPress, Web Dev, Design, SEO and Business
As a WordPress developer, I have to subscribe to a lot of RSS feeds to get news about WordPress everyday.…
Homebrew FTW
I have a Macbook Air and use it for development my WordPress products. On that Macbook, I usually install a…
Creating development WordPress site with XAMPP on Windows
I’m using XAMPP on Windows. While it’s great, it doesn’t help me to create a development WordPress site quickly (like…
SVN best practices for WordPress developers
Although GIT is everywhere, SVN still is the version control for all the themes and plugins hosted on WordPress.org. I’ve been…