Description
This script allow you to create a rotation backup for your files and mysql database. The backup target can be local or remote (FTP).
The script have 3
backup type
This script allow you to create a rotation backup for your files and mysql database. The backup target can be local or remote (FTP).
The script have 3
backup type
Shortcode enable wordpress plugin developer to create special content (form,gallery,slideshow, etc) that users can easly attach to certain page/post.
[shortcode_name shortcode_parameter]
Mostly shortcode was inserted into post/page. But actually we can also call shortcode within our theme directly. For example if you have a shortcode to call a gallery and you want the gallery to be displayed on top of your web page / landing page.
Last week i got a project to develop a small HTML5 web pages as that behave like a powerpoint slide. This web application is going to act like a flash replacement. So the user must be able to run this web app with a double click on the file. One way to accomplish that task is by using command line script either in mac or windows.
We’re going to use bat file in Windows to do this task.
File : [windows]autostart_browser.bat
@ECHO OFF START CHROME.EXE %~dp0index.html
In Mac we’re going to use a command file :