Showing page 1 of 1
Previous Next

me@grafxflow

30 Apr, 2017

CMS

WordPress Custom Ajax Contact Form

Here is a tutorial for creating your own custom forms using the WordPress built in admin-ajax.php, better yet it doesn't require any WordPress plugins.

me@grafxflow

01 Aug, 2015

JavaScript Frameworks

AngularJS and CRUD data binding

A tutorial showing how using AngularJS and CRUD you can edit, delete, add new data into a table implementing data binding technics using javascript.

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

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

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

06 Mar, 2013

PHP and HTML and CSS

jQuery Can't find variable: $ error on iPad FIX

I had been testing a website on an iPad and started getting the error message 'Can't find variable: $'. It turned out to be a very simple solution.

me@grafxflow

06 Dec, 2012

PHP and HTML and CSS

jQuery datepicker disable dates

Here is a nifty little script for disabling dates using jQuerys datepicker. Plus a script in php to output the date range.

me@grafxflow

07 Nov, 2012

PHP and HTML and CSS

Passing data between jQuery and PHP

Here is a basic example of passing form data to a PHP file via jQuery and then passing data back to jQuery from the PHP file via an ajax style script.

me@grafxflow

02 Sep, 2012

CMS

JQuery function not working in WordPress Post

You have placed some JQuery function in a WordPress post but it does nothing. Yet you know the code is correct. This is the way of getting it work.

Showing page 1 of 1
Previous Next