1. Add your subdomain You can do this as a normal subdomain or as a standalone domain. 2. Add your certificate to Plesk Use the Plesk control panel to add your certificate. Where the shortcoming comes into play is that Plesk will continue to use the default certificate. 3. Find your certificate Head over to [...]
Simple way to manage your uncleared checks. Add a check and then mark it cleared. Now with different currencies and the ability to sort and view all checks. Please leave a comment below or use our feedback forum to report any bugs or suggest new features. Screen Shots Change Log: 1.8.1 – quick icon fix [...]
This is a more practical way to display an image or text while an AJAX request is loading. DEMO | DOWNLOAD FILES What we’re basically doing is forcing a DIV to have a starting image and then replacing it with the text return from the AJAX request. function loadingAjax(div_id) { $(“#”+div_id).html(‘ saving…’); $.ajax({ type: “POST”, [...]
27 Apr, 2010
Posted by: john In: php|plesk
After searching around for the better part of this morning, I finally figured out why my file upload script was not working correctly. When I setup the domain I did not even check to see if it was turned on since I did it relatively quickly, but right there in the “Hosting Settings” is an [...]
Our new son speaks his first word at only 18 days old. MOM!
This is an addition to the Find Time Between Two Dates in PHP post. Here is a quick way to find the years and months between two dates using PHP. The dates are not exact since we’re assuming that each year and month has the same number of seconds. function yearMonthDifference($start_date, $end_date) { // 31556926 [...]
I could not figure out why I kept on getting the following error being returned : < ?xml version="1.0" encoding="utf-8"? > Error E00003 The ‘AnetApi/xml/v1/schema/AnetApiSchema.xsd:validationMode’ element is invalid – The value ” is invalid according to its datatype ‘AnetApi/xml/v1/schema/AnetApiSchema.xsd:validationModeEnum’ – The Enumeration constraint failed. This error is caused by the field validationMode being empty. Spent [...]
I just wanted to test out the Android app wpToGo on my new Android Droid phone. I gave a review on the iPhone app not too long ago so I only thought it would be fare to review this one as well. First downside with Android itself is there’s no way to take a screenshot. [...]
17 Nov, 2009
Posted by: john In: android
.new_apps * {color: #FF8A00;} The name is bold is what to search by in Android Marketplace. Apps in orange are new since the last update – 6/18/2010. Finding Apps AppBrain App Market – while I don’t agree with having a seperate market, the app does allow you to search for top apps. AndroidPITt – reviews [...]
One of the biggest inconveniences about the Motorola Droid is the lack of ease when it comes to sync media. (videos, music – whatever) Now I could always plug in the phone via USB, mount the SD card and transfer files that way, but it just seems to take way to many steps. What you’ll [...]