How To Earn Money From Mobile Games?

How To Earn Money From Mobile Games?

The best thing about mobile games is that it’s played by everybody. When it comes to playing many games on the mobile, there is no difference between children and adults, as all of us totally enjoy playing many games on our mobiles. You can find almost everybody, everywhere with their head bent over their smartphones,...

Read More

holder.js – generate a stub for images

holder.js – a library for automatic image rendering on the client side of the set parameters. \nOften the layout template, ready to add images to a page that would see the end result. This can be done in several ways. You can create an image of the desired size using the graphical editor, or use...

Read More

Google phpQuery – how to use PHP like jQuery

Google developers create the server-side API for working with DOM in PHP like jQuery. The awesomeness of phpQuery API is in it syntax, which is a very similar to jQuery – we had no nothing like this when changing DOM using PHP DOM methods. phpQuery motto it’s real “write less do more” and when I...

Read More

Creating a web browser with Python and PyQt

Python At this tutorial we create own web browser, using Python. We also will be using PyQt library. To start we need to install next packages. sudo pip install python-qt4 sudo apt-get install qt4-designer sudo apt-get install pyqt4-dev-tools sudo apt-get install python-kde4   If python-kde4 don’t want to install, then update your repository. Creating graphics interface with PyQt...

Read More

Add more SEO in user created HTML with PHP DOM methods

PHP can edit DOM, so we can use this feature for make some SEO tricks for user inputted HTML, for example, blog post. If we will find images – let’s add title and alt for them. The same action we can do for links: add nofollow and target _blank for external links. And let’s do...

Read More