What?
One of these articles because I spent so long trying different snippets of code to enable tracking when using Deluge code to create an item in Zoho Inventory:
Why?
Who uses ZohoInventory ...
What?
This is an article with a snippet of code demonstrating how to manage a subform using a Zoho CRM Client Script.
Why?
A client wanted an automation on-the-fly that when selecting a specific ...
What?
So this is an article expanding on my article Zoho Deluge - Connect to Xero API and explores how instead of a schedule, we can get Xero to tell ZohoCRM whenever an invoice or contact gets updated ...
What?
This is an article to document how to output the most frequently used words in a MySQL database column.
How?
Note this only applies to MySQL.
So the following query will return a count ...
What?
So this is an article for me on how to copy Joomla's and Wordpress' feature where a Title/Name value is converted to a search-engine friendly URL alias and is unique in the database. Ok that's ...
... is:
A long heading that wraps over several lines
When I shrink the browser, I get a heading like this:
I want this to happen:
The code of this is the addedn overflow:hidden;height:1%;:
A ...
What?
A quick reminder on how to make the carousel in bootstrap compatible with touch devices like smartphones and tablets.
Why?
Feed back was that the user was unimpressed with the image slideshow. ...
... Unfortunately, the MS Excel software adds tab characters to delimit the columns...
How?
UPDATE `mytable` SET `myColumn` = TRIM(CHAR(9) FROM TRIM(`myColumn`));
Source: Stack Overflow - How to ...
What?
An article on how to quickly adapt an array code and sort by its values. Surprising how many examples are on the web and everyone saying you're doing it wrong... Which is true but quite unhelpful. ...
... 960dp x 720dp large screens are at least 640dp x 480dp normal screens are at least 470dp x 320dp small screens are at least 426dp x 320dp
Source:
Stack Overflow: Android activity image background ...
What?
If you're installing an app and it creates two icons:
Why?
I don't think I'll forget this one but I was stumped for a bit until I found it on the a forum: Stack Overflow: Android App Development. ...
Applies to:
Joomla CMS v2.5.11 (Joomla.org)
jComments v2.3.0 (JoomlaTune.com)
What?
Posting this as it was rather rewarding to achieve and I hope will be of some use to others in the same boat. ...
... here and then just built on this.
Method #1
I got this first query from the awesome site that is StackOverflow:
SELECT * FROM INFORMATION_SCHEMA.COLUMNS
Run this command against both databases ...
What?
Just a quick note to myself on how to reorder columns as I was having difficulty using a phpMyAdmin interface to do this.
How?
Taken from the best forum for programming Qs&As:
http://stackoverflow.com/questions/4095481/easy-way-to-re-order-columns ...
... was created to run.
Related Link(s):
Elevated Program Shortcut without UAC Prompt
Avoid UAC prompts by using an elevated program launcher
StackOverflow: Need to elevate permissions ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.