howto

Boost::format string examples

Once boost::format object has been created with a format string and given arguments, there are two ways of getting a std::string (or std::wstring) from it. One is with boost::str() and the other way is with str() member method.

Master the Windows 10 Clean Up Tips

Though hard drives are getting larger in size, we still face issues such as filled up space, disorganized data, tons of clutter and duplicate files. The newly launched Windows 10 is also prone to host unwanted junk which should be removed occasionally to keep your computer running at its optimum performance. Here are the ways to deep-clean your system: :

Design rules

Here I will try to gather all the awesome rules of design I come over while surfing the net. There are always some genius rules that I would need to follow when developing a new website or app, but you remember nothing when it comes to it. So here’s the list:

How to create Redux sections in a loop

We were creating a WordPress theme, SF Parent and had stumbled upon a a problem where we needed to create 5 or more sections. In these sections, users could choose any pages from their website and assign background color for each section. The sections would then show up on a front page of the website.

How to buy a website on Flippa – list of actions to check for scam

Many people dream of a business that earns money without doing anything. That is called passive income. Although it is the best thing that could happen to you, it is also the most difficult to achieve. It is almost always easier to find a dream job than to make something that gives you passive income, which you will be able to live from.

25 marketing ideas for your website

We are trying everything we can to market our own website that sells textures. This is hard work. You need to remember not to spam people, but still spread information about your product. In this article, I’m going to list what we are exploring so far so you could get along and maybe advise me what I’m doing wrong.

Character set encoding in Visual Studio 2013

Visual Studio character set encoding is not only important for representation of local character sets. It’s also an important factor that will let you compile different libraries together. If you are using many different libraries you must decide what character set your project should use.

CSS tutorial: div over div and z-index

We are in a constant process of making our products better. I was fixing the layout of our texture site SF Textures and faced a problem where I needed to position a shopping cart over and to the right of the top menu.