Showing page 5 of 17

me@grafxflow

12 Jan, 2014

CMS

What are the different user roles and limitations

In WordPress an administrator has the control to change what other users have access to in the admin panel, here is a breakdown of the other user roles.

me@grafxflow

06 Jan, 2014

PHP and HTML and CSS

Scanstyles does nothing in Webkit/Firefox/Opera - Fix

Suddenly I had an issue with a popup appearing in a browser saying 'Scanstyles does nothing in Webkit/Firefox/Opera' when viewing my website. The fix.

me@grafxflow

15 Dec, 2013

PHP and HTML and CSS

Open and colour code tpl files in Dreamweaver

With these file amends you can make Dreamweaver MAC open files with the extension (tpl) plus make them use the php code colouring settings for output.

me@grafxflow

24 Nov, 2013

PHP and HTML and CSS

PHP convert stdClass() object into JSON data

I recently had a problem that I had to convert an stdClass() object into a JSON data using php. The reason being that jQuery could only read the JSON.

me@grafxflow

03 Sep, 2013

CMS

Prevent Empty Searches in WordPress Revised

WordPress was allowing empty searches to bring back results. Here is a revised version of a solution I found on the web. Hope it helps anyone.

me@grafxflow

06 Aug, 2013

CMS

Navigation item stays highlighted when tag or category selected

I made a WordPress site using the e-shop plugin, here is how I made the parent menu item stay highlighted when its Shop Category or Shop Tag was selected.

me@grafxflow

27 Jul, 2013

PHP MVC

Pass email in CodeIgniter url with jQuery and php

Sometimes when trying to pass characters in a CodeIgniter url it causes the error - 'The URI you submitted has disallowed characters.' Here is my fix.

me@grafxflow

25 Jul, 2013

PHP and HTML and CSS

Reset cookies expiry date is not working in php

Recently I was trying to unset a cookie by resetting its expiry date back an hour. But for some reason it would not work. But this is the fix I used.

me@grafxflow

28 Apr, 2013

eCommerce

Change the product per rows in Magento

Here is how to change the number of products shown in the rows on both the categories pages and search categories pages in Magento.

me@grafxflow

17 Apr, 2013

CMS

Wordpress Security issue true or false?

Many WordPress Developers are aware of various blogs bringing up the subject of security issues with WordPress recently. So what's the solution?

me@grafxflow

12 Apr, 2013

PHP and HTML and CSS

Show hidden .DS_store files in Dreamweaver

Tested a themes compatibility in WordPress and noticed a .DS_Store files warning, but I couldn't see them in DreamWeaver. Here is a simple solution.

me@grafxflow

27 Mar, 2013

CMS

Remove the 'Private:' title for private posts

Here is code to hide 'Private:' that appear in the titles on Wordpress private posts or pages. It's a simple filter function added to 'functions.php'.

Showing page 5 of 17