Ivan Đurđevac

Black Friday SaaS Deals For 2022 you don’t want to miss

It’s the time of the year when we can save some bucks. As an indie hacker, SaaS founder I use different tools and SaaS software. Saas apps helped me to be more productive and to achieve more than I could alone. When you want to make a business, it’s all about fixing problems. And tools in this list solve some problem we have in our live or in our business. And now they are cheap.

Black Friday SaaS Deals



If you want me to consider adding your SaaS to this list, send me an email with:

  • Product Name
  • Short product description
  • Discount
  • Deal validity
  • Deal landing page (if any)
  • Coupon (if any)

TriviaGate

TriviaGate.com is a free platform to find different types of trivia to play. It is a totally free resource site where you can play trivia for free. However, they also offer paid plans for trivia events to play live virtual trivia.

You can always try their free trivia pages to explore trivia games and if you like it you may go for the paid one.

 Deals Details: Get flat 50% OFF.


Time of deal: Nov 22  – Dec 31
Link: Visit Trivia Gate

More Black Friday Lists

There is more Black Friday lists out there you can explore to find out the tools you need.

Black Friday Deals Point

BlackFridayDealsPoint is a free platform to find all types of Black Friday and Cyber Monday deals on a single website with lots of features to keep you updated about popular deals. You can find black friday deals on VPS hosting, themes, plugins, software, VPN, etc.

Deals Details: Get up to 90% OFF on different software and web hosting.


Time of deal: Nov 22  – Dec 31

Click here: Visit Black Friday Deals Point

Internet Marketing & Blogging Black Friday Deals

Black Friday SaaS Deals

Description: Black Friday is the biggest shopping day of the year, and that means it’s the time of year for online marketing black Friday deals. In this roundup, they’ve gathered some of the best deals on internet marketing products and services available this holiday season. From social media optimization to website design and hosting, these deals will help you get the most out of your marketing efforts. So whether you’re looking to upgrade your current marketing strategy, start a new one, or just get a little bit of extra help, they have you covered!

Click here: Internet Marketing & Blogging Black Friday Deals

Breadnbeyond

Breadnbeyond is an award-winning explainer video company specializing in producing animated explainer videos. We create engaging animated explainer videos that help you introduce your brand, product, or service to the world – all from scratch, no template.

Get up to 40% OFF for an ultimate explainer video!

FuelPHP history and future

FuelPHP

FuelPHP

FuelPHP

When I move to the new job I have started using FuelPHP framework for new project. We have to decide which framework we will use in development: Kohana, Zend, FuelPHP or something else available in the community. We choose FuelPHP because it has all great and sexy stuff and it was built for php 5.3 only. At that moment FuelPHP was first framework which used namespaces and was production ready at the same time. Small footprint, flexibility, namespaces, modularity and other gears make this framework great for building web applications. Let’s talk about FuelPHP history.

First steps

FuelPHP was rolled up by Dan Horigan. Phil Sturgeon joined him when he realized Codeigniter is stuck in php 5.2 without abstract classes, interfaces, autoloading and other things that makes developer happy. Phil wanted a real change. Other great people joined core team: Harro Verton aka WanWizard, Jelmer Schreuder and at the end Frank de Jonge.

I started building web applications in version 1.1, and at this moment 1.4 is latest production ready version. So I wasn’t involved in community from the beginning.

I have started following this small community at the beginning of the 2012. This year was important for PHP community, many great things were built and many projects were created:

  • PHP Framework Interoperability Group accepted PSR-0, PSR-1 and PSR-2 standards
  • We get the Composer – great package repository for developers
  • We have guide for developers – PHP The Right Way
  • New star is born – Laravel framework
  • I am sure I missed few great things too

For FuelPHP team 2012 was year with ups and downs. Dan Horigan was not available for his team members few months and no one didn’t know where he was. He show up on the twitter and then he was unreachable again. WanWizard (Harro Verton) and Jelmer Schreuder were most active at the building FuelPHP core and they done a great job.

One day Dan Horigan show up and he was active in the community again. Unfortunately he left FuelPHP team, and start to work on some other projects. Later Phil Sturgeon decided to left FuelPHP team too. Dan and Phil work on same project at this moment.

FuelPHP version two and road ahead

Jelmer Schreuder started to work on FuelPHP 2.0 version. He work hard and he build Fuel 2.0 psr-1 compliant version based on Composer. This version was build without ORM, because you can use any ORM from composer’s repository. In this version Jelmer wanted to avoid statics and use full potential from unit tests. He created IoC container in this version. Anthony Ferrara criticized this way of implementing IoC containter in his blog post “Object Scoping: A Triste Against Service Containers“.

Fuel team decided to go step by step from current version to FuelPHP 2.0, as they said – “We’re going to make changes in the next couple of version 1 releases that will bring it closer to the new architecture, so that the eventual switch to version 2 isn’t such a big hurde to take.”.

Continue reading

Pier Project for development team Collaboration

I using ProjectPier for my team collaboration, almost one year, and i will show you it’s good and bad sides.

The Project Pier is ActiveCollab successor. ActiveCollab was free for download, but when they decided to go commercial, Project Pier team take ActiveCollab’s code and now they work on its development. In core this is still old ActiveCollab, but it is quite good.

The Project Pier features:

  • ProjectPier is solution you install on your own host, and you have absolutely control.
  • ProjectPier is created to provide easy to use solution
  • It organize dev projects into projects, milestones, Tasklist, Task and Files
  • Search project by tags
  • E-mail notifications for new Milestones, Messages, Tasklists, Tasks and Files.
  • Unlimited number of projects, tasklist and Project members
  • You can add your sponsors, stockholders into project so tehy can track project development too
  • It is free and open sourced solution

Continue reading

Dev questions community – Stack Overflow

Developers always looking for new technologies, faster, better and cleverness code. We constantly need some answers, it doesn’t matter how much experience we have, because developers want more and more knowledge.

StackOverflow

StackOverflow

Stack Overflow is web location with dev questions and answers. It doesn’t sound special, right? No – Wrong!

I think that Stack Overflow is full with quick solutions and helpful answers, and if you need answer dev community will help you.

Stack Overflow member rate questions, and answers, that means quality will go on the top, questions are sorted by hotness, just like at the DIGG or similar services. This is web 2.0 website and it is very collaboratively. Users have own reputation, community scores them and they are very motivated to help. Continue reading

Great place to store your code

My last article was about revision control systems, but we didn’t talk about hosting for central repository. If developers team is located in the office, then you will put the repository at the LAN, but when your team have need to work over Internet, and your developers are dislocated, then you need host repository at the web, so team members can access it, and pull changes from it or create copied repository wherever they are.

What kind of hosting do you need ? You need hosting with revision control systems support. If you using Mercurial, then you need host with Mercurial installed on it, if you using Subversion you need hosting with it.

Assembla

Assembla

I will never promote some product or service, unless i think this is very useful for my readers. I was looking for hosting with revision control systems on it, to host my project on it, and i find out a great one. It is Assembla, place where you can store and track your code changes, and collaborate with you team. You can create as many workspaces / projects at the Assmebla as you need. If you want to make your workspace private / commercial, you will need to pay for workspace, but if your project is open sourced then it is free, but you need to know that your files will be available at the web. Continue reading

Revision control systems for development teams

To improve productivity in your team i suggest you to use… no i begging you to use revision control software. Software tools for revision control are something every developer team need to use.

Why do you need to use this kind of tools ?

  • To track code changes for every team member
  • To track code changes trough every revision
  • Look differences in code since last revision
  • To avoid code overlapping when two coders work on same file
  • When they work on same file, just merge changes
  • To roll back all code in any revision if needed
  • To share code changes with your team members
  • When upload on server this tools send only changed files
  • this tools creates project developing history

Revision Control System

Revision Control System

The revision control software can be assorted in two categories: client-server and distributed.

In client – server model, server holds latest software version, and it’s history. Client connect to server and read latest changes. Whole team work on this copy, and later send changes to server. Well known are : Concurrent Versions System (CVS) and Subversion (also known as svn), both are in open source. Continue reading

Pro Developer tested NetBEans 6.5 Beta

NetBeans 6.5 Beta

NetBeans 6.5 Beta

Today I installed NetBeans 6.5 Beta, after many years using Zend IDE for PHP development. I download NetBeand with PHP pack only. NetBeans 6.5 start up was much faster than Zend, and working with NetBeans was very smootly. Both IDE’s running under Java platform, but Zend is lazy in comparation with NetBeans IDE.

NetBeans is open source, free and you can download NetBeans pack you need. If you developing only php then you don’t need Java or Ruby pack. But if sometimes you want to extend NetBeans, you don’t need to download new package, just extend it with plugins. I might extend my NetBeans with UML pack, because i want to create UML diagrams when analyzing projects.

What i liked the most?
NetBeans have support for Version Control and developer collaboration. You don’t want that your team member overlap someone else codes, do you? You can choose between CVS, Subversion, or Mercurial subversion control systems, i using CVS. You can connect on CVS with pserver, ext, local and fork authentication protocols.

Line based diff viewer wil show you new, changed and removed code lines. You can compare two files, file from repository and your local file side by side.

You can see local history, and roll back into older file version any time if needed. All changes are saved into file history while you developing. Continue reading

Maybe better WYSIWYG editor – WysiHat from 37signals

I tried few Rich Text Editors like FCKeditor or TinyMCE, they helped but they have some anomalies, they add extra html code and sometimes you just want more quality.

The 37signals announced new open source JavaScript rich text editor based on WYSIWYG JavaScript framework called WysiHat. This is very early developer release, and it provides extensible foundation to design your own design for text editor. Witth few lines of code, we can run the WysiHat editor. The 37signas let us the customize it by our need, so this is for developers who want to develop own rich editor, and WysiHat can be groundwork. Continue reading

J Post Slider wordpress plugin – jQuery post animation show

Boban Karišik developed nice jQuery slide show images script. This jQuery slide show, rotate images, and showing out transparent div with image description.

I used this jQuery Script, to develop WordPress plugin which can be customized in admin area. This plugin will rotate latest posts from blog, presented with selected image, post headline, and optional post excerpt. One post can have one J Post Slider, image for this animation.

You can set up:

  1. How many latest post to rotate
  2. Post offset, if you don’t want to show latest post in J Post Slider Box
  3. Images Width and Height for animation box. NOTE: every image you pick for J Post Slider plugin need to have same sizes, to make this animation look smootly
  4. Animation speed
  5. To show or not post excerpt
  6. Headline and excerpt can show up from top, left, bottom or right. Plugin can show up text area top and bottom, or left and right reciprocally or it can show area randomly
  7. Text area opacity
  8. Select categories from which this plugin can rotate post.

J Post Slider WordPress Plugin

J Post Slider WordPress Plugin at the admin post page


Continue reading