
Licenses
Licensing application based on Node.js and React. It manages the activation codes, clients andresellers.
Licensing application based on Node.js and React. It manages the activation codes, clients andresellers.
Development and implementation of a Web GIS component which consumes a predefined API.
Node.js backend and Jade (Pug) frontend based on JQuery and Twitter Bootstrap for interacting with a NAGIOS server with the purpose of monitoring the status of a network. Where Nagios isn’t available, a PING based service has been implemented.
Add the following code to your functions.php file: /* * Add target blank to content links */ function wp_add_target_blank($content) { // Get the site url $site_url = get_site_url(); // Get all the links in the article preg_match_all(‘#<a ([^>]*)>#i’, $content, $matches);…
politicalcolours.ro has been rewritten using node.js. It is now much faster and also.. online 🙂
In case Facebook shows the wrong image for your link and you want the updates you have done be shown on a new share, you might need to update their cache for your page. To do that, access this page.
To make links inside a text, use the following code: <?php $text = “This is an example text for “; /* * Use only one of the following examples */ // For http|https|ftp|ftps link precedence $text = preg_replace(“/(http|https|ftp|ftps):[a-zA-Z]{2,3}(/S*)?/”, “<a href=$0>$0</a>…
This project is a custom WordPress theme designed for presenting images. It was built after the provided design.
mrbunnycooking.com is a cooking blog based on WordPress. Some of the modifications and features will be described below: WordPress child theme; custom css, php and javascript; custom sizes for WordPress images, automatic resize of images inside a post; usage of…
To exclude some of the images in your page from the pinterest list, add the following tag to the img tag: <img src=”link-to-image.png” nopin=”true” >
Recently, I have had this request from a friend of mine, who had trouble with adding images into their post. In the following code, you will find “thickbox no_icon”, which is added for the plugin “auto-thickbox” used in that site.…
Browsing the web, I found the following sizes: /* Smartphones (portrait and landscape) ———– */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Styles */ } /* Smartphones (landscape) ———– */ @media only screen and…