Wamp WordPress Upload File Size

Look for the following php.ini files in your apache and php folders look for upload_max_filesize and post_max_size and change the default values. C:\wamp\bin\apache\apache2.4.9\bin\php.ini upload_max_filesize = 64M post_max_size = 10M or C:\wamp\bin\php\php5.5.12\php.ini upload_max_filesize = 64M post_max_size = 10M



Logo design – anticorruptioneducation.org

9/15/2015 I’ve updated the logo design concepts for anticorruptioneducation.org based on some communication with the client. We based the revisions according to a few key points. The logo was changed to a dark blue color. The tagline “Because Knowledge is Power” was added along with the URL. We also incorporated a bigger focus on the educational aspects of […]


New Google Algorithm to Favor Mobile Sites

Google has made a massive change to their search engine algorithm. The current changes will favor mobile friendly sites over older sites designed for computers. What does this mean for businesses? Essentially, businesses whose websites don’t follow a set of criteria will be penalized by ranking lower in their search engine. However, this also means […]


Android Email Setup

Photos and steps are done in Android version KitKat 4.4.2. 1. In “APPS” select “SETTINGS.”   2. In “SETTINGS” go to “EMAIL” located under the applications tab. 3. If this is your first email set up click “OK“when it asks to configure now. If this is not your first account go to “MANAGE ACCOUNTS” followed […]


Loop with Query Posts

I was running into a problem where I needed to overwrite the default number of posts that get display. I was working on a taxonomy archive page and it was showing at the most 10 posts. I knew the amount of post that it was showing was because in the WordPress Dashboard there is a […]


API Employment Tax Careers examples

API Employment Tax Careers examples / instructions Get all jobs https://api.employmenttax.com/jobs/{APIKey} https://api.employmenttax.com/jobs/e49f639223e8407583f95d1dd8867de0 Return: { “GUID”: “64406b3e-3e5c-4da1-a543-856fe6d4a72d”, “Title”: “Dietary Supervisor”, “FacilityTitle”: “Liberty Terrace H & R”, “PostDate”: “2014-04-10T10:03:33.247”, “ExpiredDate”: “2014-05-10T10:03:33.247”, “FacilityState”: “MO”, “FacilityCode”: “S290C”, “FacilityCodeID”: 57009 }, (more…………) ———————————————————————– Get jobs by facility (filter by facility) https://api.employmenttax.com/jobs/{APIKey}/{FacilityCodeID} https://api.employmenttax.com/jobs/e49f639223e8407583f95d1dd8867de0/57009 RETURN: { “GUID”: “979cb022-a109-4e28-aa95-fb6580892739”, “Title”: “Dietary Cook”, “FacilityTitle”: […]


Servers upgraded to SHA-2

As of 04/30/2015 Dhali’s servers where upgraded to a stronger security setting. Client using https://mail.dhali.com will now have the latest security settings. Microsoft and Google announced they will NOT display a secure lock in the web browser for websites using SHA-1 certificates. The require a setting of SHA-2 or higher. If you see secure websites with […]


Outlook Email Setup

These instructions will walk you through email setup on an Outlook 2010. Earlier versions of outlook are very similar.   Step 1: Open Outlook 2010 > To setup a new email account just click on File > Info > Add Account Step 2:  Select Manually configure server settings or additional server types option > Click Next Step 3: Select […]


iPhone Email Setup

These instructions will walk you through email setup on an Apple iPhone. Step 1: Go to “Settings” from the home screen of your iPhone. Step 2: Go to “Mail, Contacts, Calendars”. Step 3: Under accounts, select “Add Account”. Step 4: Select “Other“. Step 5: Select “Add Mail Account”. Step 6: In the New Account menu, […]


Hits vs Pageviews

Hits Vs Pageviews | Visits Vs Visitors What Are The Differences? HIT A hit is when a web server sends a file to the browser at the request of the viewer. This includes the pages as well as any separate file included in the page, such as an image. The image is considered a file […]