Saturday, November 5, 2016

Monday, August 15, 2016

Updating automated caption and cross-reference numbering

Press Ctrl+A to select the entire document. Right-click on the selection, and select Update Field Once you’ve updated the caption numbering and the x-refs, you may need to update the automated Table of Contents (TOC), List of Tables (LOT), and List of Figures (LOF) too. Sometimes...

Add chapter numbers to captions in Word

Applies To: Word 2016 , Word 2013 , Word 2010 , Word 2007 If you're writing a multi-chapter document, such as a book, that includes figures, you may want to have your figure...

Sunday, August 14, 2016

Tuesday, August 2, 2016

Auto Start App in Mac

Click on the Apple icon (left top of your screen) > System Preferences > Users & Groups. Then, default, the "Password" button is selected on top. Click the other button "Login Items". Here you can add items, applications, folders, even network locations which will be started upon login. Find...

Sunday, July 3, 2016

Tuesday, June 14, 2016

IIS7 - How do I update the alias after site creation

1. Change Web Application Name in Configuration You can't actually do this thru the IIS Manager console, but what you can do is edit the C:\Windows\system32\inetsrv\config\applicationHost.config' file. Find the relatednode and update thepath` attribute. 2. Change Web Application Name in IIS Show...

Sunday, May 15, 2016

MySQL - Import and Unknown collation: 'utf8mb4_unicode_ci

Unknown collation: 'utf8mb4_unicode_ci' and the import fails. Solution 1) Click the "Export" tab for the database2) Click the "Custom" radio button3) Go the section titled "Format-specific options" and change the dropdown for "Database system or older MySQL server to maximize output compatibility...

Thursday, May 12, 2016

How to show or change your Git username or email address

Git user FAQ: How do I show or change my Git username (or email address)? How to show your Git username There are several ways to show your Git username. One way is with the "git config" command, like this: git config user.name which in my case returns: Alvin Alexander Another way to show...

Sunday, April 24, 2016

How to fix Scroll in Joomla Xeon template?

when we visit menu FEATURES|TYPOGRAPHI (http://localhost/xeon/index.php?option=com_content&view=article&id=14&Itemid=103) then we want turn back to menu (Services, Portofolio, Pricing, Team) it's don't work because the link became http://localhost/xeon/index.php?option=com_content&view=article&id=14&Itemid=103#sp-portfolio-wrapper Solution Menu...

Sunday, February 28, 2016

Build mobile apps with Cobalt

To work with your data in your Cobalt app you will have to use a storage for your currently modified data. Cobalt provide an enhanced localStorage and a WebServices plugin to store your data offline, filter them, and so forth. There is no PHP You will have to use your own...

Monday, February 22, 2016

NPM - Syntax

Upgrade to the latest version by running npm install -g ...

Build mobile apps with Onsen

1. Install Cordova package $ sudo npm install -g cordova For more details how to use Cordova tool, please refer to Cordova documentation. 2. Select template Select one of the templates on the download page. 3. Add platform You need to add the platform SDK to the project to run on the...

Build mobile apps with Framework7

How to Build Framework7 Project Cd to project folder Install npm (http://www.npmjs.com) npm install grunt Install Grunt (http://www.gruntjs.com) npm install -g grunt-cli npm install grunt Then call grunt compile Copy the content of /build to htdocs of your webserver FAQ 1. "You...

Saturday, February 20, 2016