Selasa, 21 November 2017

Wordpress Plugin


Akismet Anti-Spam

Used by millions, Akismet is quite possibly the best way in the world to protect your blog from spam. It keeps your site protected even while you sleep. To get started, just go to your Akismet page to set up your API key.

Version 3.3.4
There is a new version of Akismet Anti-Spam available. View version 4.0.1 details or update now.

All In One SEO Pack
Out-of-the-box SEO for your WordPress blog. Features like XML Sitemaps, SEO for custom post types, SEO for blogs or business sites, SEO for ecommerce sites, and much more. More than 30 million downloads since 2007.

There is a new version of All In One SEO Pack available. View version 2.4.3 details or update now.
Select All In One WP Security
All In One WP Security

Version 4.2.9 | By Tips and Tricks HQ, Peter, Ruhul, Ivy |
There is a new version of All In One WP Security available. View version 4.3.1 details or update now.
Select CC Roundabout 3D Slider
CC Roundabout 3D Slider

Ultra light weight (only 128kb), The most popular jQuery round about portfolio, testimonial and slider using custom post, short code, use in any widget, any postm, any page, responsively.

Version 1.0.1 | By Creative Coder |
Select Contact Form 7
Contact Form 7
|
Just another contact form plugin. Simple but flexible.

Version 4.9 | By Takayuki Miyoshi |
There is a new version of Contact Form 7 available. View version 4.9.1 details or update now.
Select FameTheme Demo Importer
FameTheme Demo Importer
|
Demo data import tool for FameThemes's themes.

Version 1.0.7 | By famethemes |
There is a new version of FameTheme Demo Importer available. View version 1.0.8 details or update now.
Select Google Language Translator
Google Language Translator
De| Settings
The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.

Version 5.0.33 | By Rob Myrick |
Select Hello Dolly
Hello Dolly
|
This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page.

Version 1.6 | By Matt Mullenweg | Visit plugin site
Select Huge IT Slider
Huge IT Slider

Huge IT slider is a convenient tool for organizing the images represented on your website into sliders. Each product on the slider is assigned with a relevant slider, which makes it easier for the customers to search and identify the needed images within the slider.

Version 4.0.6 | By Huge-IT |
Select Page Builder by SiteOrigin
Page Builder by SiteOrigin
De| Support Forum | Newsletter | Addons
A drag and drop, responsive page builder that simplifies building your website.

Version 2.5.12 | By SiteOrigin |
There is a new version of Page Builder by SiteOrigin available. View version 2.5.15 details or update now.
Select Post Grid
Post Grid

Awesome post grid for query post from any post type and display on grid.

Version 2.0.21 | By pickplugins |
Select Simple Revisions by b*web
Simple Revisions by b*web

Simple Revisions add a discreet link within a post submit box to let you purge (delete) its revisions via AJAX. Bulk action is also available.

Version 1.4.7 | By Brice CAPOBIANCO | | More b*web Plugins | Donate to this plugin »
Select SiteOrigin Widgets Bundle
SiteOrigin Widgets Bundle
De| Manage Widgets | Support
A collection of all widgets, neatly bundled into a single plugin. It's also a framework to code your own widgets on top of.

Version 1.9.10 | By SiteOrigin |
There is a new version of SiteOrigin Widgets Bundle available. View version 1.11.0 details or update now.
Select Slide Anything - Responsive Content / HTML Slider and Carousel
Slide Anything - Responsive Content / HTML Slider and Carousel

Slide Anything allows you to create a carousel/slider where the content for each slide can be anything you want - images, text, HTML, and even shortcodes. This plugin uses the Owl Carousel jQuery plugin, and lets you create beautiful, touch enabled, responsive carousels and sliders.

Version 2.0.14 | By Simon Edge |
There is a new version of Slide Anything - Responsive Content / HTML Slider and Carousel available. View version 2.0.16 details or update now.
Select Smart Slider 3
Smart Slider 3
|
The perfect all-in-one responsive slider solution for WordPress.

Version 3.2.8 | By Nextend |
There is a new version of Smart Slider 3 available. View version 3.2.9 details or update now.
Select Spacer
Spacer
|
Adds a spacer button to the WYSIWYG visual editor which allows you to add precise custom spacing between lines in your posts and pages.

Version 3.0.4 | By Justin Saad | | Project homepage | Find me on LinkedIn | Follow me on Twitter
Select Title Remover
Title Remover

Gives you the ability to hide the title of any post, page or custom post type item without affecting menus or titles in the admin area.

Version 1.0 | By Brittany Internet Services |
Select WP Super Cache
WP Super Cache
|
Very fast caching plugin for WordPress.

Version 1.5.7.1 | By Automattic |

Rabu, 15 November 2017

Selasa, 10 Oktober 2017

Kendala Install Source tree

Beberapa contoh case nya sebagai berikut :
1. Internet explorer pada server menggunakan enhanced securiy ,
solusi : disable enhanced security , pada server manager

2. PC Connection menggunakan proxy dan port
solusi : configure proxy pada netword pada tab network



Rabu, 06 September 2017

Voyager Laravel storage link

to solve voyager admin does not  show  image :
- delete folder public/storage
- execute : php artisan storage:link

Senin, 21 Agustus 2017

Selasa, 01 Agustus 2017

using where clause in MySql return "Unknown column xxxx in 'where clause'

Cause : 

$this->db->query("
SELECT d.nm_pt, d.kd_pt  , a.status, count(a.status) 
from tbl_mahasiswa_transaksi a 
JOIN tbl_mahasiswa b ON a.nim =  b.nim 
JOIN tbl_pendaftar c on b.no_pendaftaran = c.no_pendaftaran 
JOIN tbl_pt d ON d.kd_pt = c.kd_pt 
WHERE d.kd_pt = $kode_pt
GROUP BY a.status,kd_pt

");

Answer :

'$kode_pt'

Minggu, 11 Juni 2017

How to set IIS server as ASP.net server

1. Register ASP.net

ASP .NET 2.0:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -ir
ASP .NET 4.0:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir

2. Give Folder permission to user to write 

Minggu, 30 April 2017

POST AJAX JQUERY LARAVEL Request

This is the Ajax .
<script >
var productChecked = $.ajax({
                        method : 'POST',
                        url: '../../checkout',
                        async: false,
                        dataType: 'json',
                        data : { 'brand' :brand,
                                  'category' : category
                                   }
                    }).responseText;

                    console.log(productChecked);
</script>

responseText will tell us if there is error message with making error message our selves 

Rabu, 19 April 2017

Host Name/Variable Database Configuration

Database name can be 127.0.0.1 , localhost , IP Address , DNS. we can try one of  those to set database host variable.

Sabtu, 15 April 2017

Using NGINX Server

Restart Server After any configuration :
systemctl restart nginx

check nginx.conf
nginx -t

Server Configuration located :

/etc/nginx/conf.d/default.conf

Kamis, 13 April 2017

Better Error Messages in Laravel for Easier Debugging

Whoops Error Message
- Open command Line
- change directory into your laravel project  and type :
composer require filp/whoops

- Copy this code in your App\Exceptions\Handler.php

/**
* Create a Symfony response for the given exception.
*
* @param \Exception $e
* @return mixed
*/
protected function convertExceptionToResponse(Exception $e)
{
if (config('app.debug')) {
$whoops = new \Whoops\Run;
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
return response()->make(
$whoops->handleException($e),
method_exists($e, 'getStatusCode') ? $e->getStatusCode() : 500,
method_exists($e, 'getHeaders') ? $e->getHeaders() : []
);
}
return parent::convertExceptionToResponse($e);
}










Senin, 09 Januari 2017

Quick Tip: Installing Laravel 5

Laravel 5 has been released recently and it has not disappointed its eagerly awaiting fans. Laravel 5 is packed with developer-friendly features which make coding a joyful experience. In this quick tip we will go through one of its new features called Laravel Installer. So without further ado let's jump right into it and see how we can start using Laravel Installer.
In previous Laravel versions we used Composer to set up a new project, which was a slow and time-consuming process. We can still use Composer to create a Laravel 5 project, but the Laravel 4.1 introduced Installer, which can create a project in a few seconds and is much faster than Composer.
First of all we need to download and set up Laravel Installer using Composer, which is a one-time process. Open up Terminal and issue the below command:
composer global require "laravel/installer=~1.1"
This command will download the Installer package from the Composer repository and will set up globally on your machine so that you will be able to access Installer regardless of in which directory you are in Terminal.
There is one more thing we need to do before we can start using Laravel Installer. We need to make sure that the following directory is in our PATH variable:
~/.composer/vendor/bin
This will make sure that when you fire the Laravel Installer command, your system can locate the Laravel executable to action that command. To add the above directory to your PATH variable, open up Terminal and type open .bash_profile. This will open the system bash file where you can append the code to your path by typing export PATH=~/.composer/vendor/bin:$PATH. Then save and close the bash file.
Now you are ready to create your first Laravel 5 project using Laravel Installer. Simply issue the following command in Terminal:
laravel new project-name
This command will create a fresh copy of Laravel 5 with all dependencies installed in the directory you specify. You will notice that it creates a new project within seconds, which is a much faster and more productive way of creating a Laravel 5 project compared to Composer.
As mentioned above, you can still use Composer to create a Laravel 5 project. Simply issue the following command in Terminal:
composer create-project laravel/laravel --prefer-dist
This command will start downloading all Laravel dependencies and will set up a new project in the specified directory.
Hopefully you found this quick tip useful and will benefit from using Laravel Installer. Should you have any questions, feel free to leave a comment and I will be more than happy to help you out.