Here’s a new car from Slovenia. The Shayton Equilibrium offers a stylish design and features a V12 engine, capable of generating 1,099 horsepower. With a chassis made of titanium and carbon, this car is to discover images in the future.
The Better the Design, the More Invisible It Becomes When things are going well in a design, we don’t pay attention to them. We only pay attention to things that bother us. It’s like an air conditioner in a conference room. Nobody ever interrupts our meetings to tell us how comfortable the temperature is. They […]
Giving your content the best chance New blog owners sometimes worry about how they’ll create enough content on a regular basis – but they worry even more about search engine optimization (SEO). That’s because most people are not familiar with all the technical terms and concepts around SEO. Fair enough! Most bloggers with deep knowledge […]
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the […]
Simply paste the following code anywhere in your theme files, where you want the tweets to be displayed.
WordPress is the most used open-source platform nowadays for any type of websites: whether it is blog, CMS or any other custom solution. WordPress is naturally based on PHP (among other languages), so, as a PHP developer I always make sure to cover/apply some tips for WordPress to make secure and speedup the site which […]
Securing your WordPress blog is the most important thing that you must do after you have set it up on your server. There shouldn’t be any reason for you to leave your WordPress wide open for hackers to creep in and steal your information and/or destroy your data. Here are 11 ways that you can […]
In our ongoing effort to help you find more high-quality websites in search results, today [19 January] we’re launching an algorithmic change that looks at the layout of a web page and the amount of content you see on the page once you click on a result… This algorithmic change noticeably affects less than 1% […]
WordPress has always been a very flexible piece of software, generally the majority of people use WordPress as a blogging platform and that’s what it was meant to be, however with some tweaking involve you can convert WordPress to power up any type of site, in fact some are using WordPress as a CMS (Content […]
Following on from the recent article on “PSD to HTML”, this tutorial will look at taking a HTML/CSS template and turning it into a functioning WordPress theme. There is so much you can do when creating your own theme we couldn’t nearly cover it all. So, we’re going to look at how themes are structured, […]
It is worth cataloguing the basic principles to be enforced to increase website traffic and search engine rankings. Create a site with valuable content, products or services. Place primary and secondary keywords within the first 25 words in your page content and spread them evenly throughout the document. Research and use the right keywords/phrases to […]
No matter how hard some people try to mystify SEO, it is not as complicated as many would lead you to believe. Despite all the techno jargon that many in the field will throw at you: SERPs, SEM, PageRank, Keyword Density, Vertical Search, Algorithms… SEO is really simple to do if you understand some basic […]
Have you seen other bloggers who display their other blog’s feed on their site. You want to do it too for extra promotion and traffic. Well here is the tutorial for you. Simply paste the following code in anywhere in your theme:
In one of my recent freelance works, I had to play a lot with categories. I was looking for an easy way to get a category slug using an ID, and I found this great function that I’d like to share with you today. First, put the following function in your functions.php file: Once done, […]
A simple jQuery trick to open all external links in your site in a new tab or window. First make sure you have jQuery active on your site. if you dont have Jquery in your Site then Download from http://jquery.com/. and then put below code just before That’s it, just make sure you change the http://YOURSITE.com […]
To achieve this trick, simply edit your page.php Or single.php file and paste the following code where you’d like your parent page title to be displayed: That’s all. Also, this code should be some inspiration for creating breadcrumbs. See you tomorrow! If you enjoyed this article, please consider sharing it!