Tutorial by Topics: let

Note on using the globbing pattern (**): The globbing pattern matches all children and the parent. In order to avoid that we add '!public' to our del task so that the public directory itself doesn't get deleted
Buttons can be one of the most frustrating parts of email development, but they can be built with code instead of images and still display well in all major email clients. When built in HTML/CSS, a button will display in all email clients even with images off. Both the content and style of each butt...
Pyglet is a Python module used for visuals and sound. It has no dependencies on other modules. See [pyglet.org][1] for the official information. [1]: http://pyglet.org
This manual contains the various ways in which portlet can co-ordinate or communicate amongst each other and the various scenarios for which a particular approach is used. References: Public render param JSR 286 specs Portlet session
Sometimes you need to generate the skeleton for the test cases based on the classes you have in your project.
CmdLets should be named using a <verb>-<noun> naming scheme in order to improve discoverability.
This documentation is not specific to liferay but can be used with reference to any web application. Liferay provides Google Analytics(referred as GA ahead) by default,after configuring Analytics id GA-##### in Site settings.But this provides limited functionality,only allowing to track page views(...
Strict Mode is a special class introduced in Android 2.3 for debugging. This developer tools detect things done accidentally and bring them to our attention so that we can fix them. It is most commonly used to catch the accidental disk or network access on the applications’ main thread, where UI ope...
Kafka offers command-line tools to manage topics, consumer groups, to consume and publish messages and so forth. Important: Kafka console scripts are different for Unix-based and Windows platforms. In the examples, you might need to add the extension according to your platform. Linux: scripts loc...
This sample shows the basic structure of a RESTlet script that is intended to be used to retrieve data from an external system. RESTlets are endpoints that are created to allow communication with external systems.
When retrieving a document from an external system, it requires us to ensure the correct document extension is affixed to the document. The sample code shows how to store a document properly in NetSuite's File Cabinet as well as attaching it to its corresponding record.
Since starting to work with Xamarin there have been many things I wish someone else had already documented. Here I explain how to use 1 aspect of the google places autocompletion, the UI control making use of a results controller. While this code is based on googles own examples converted to C# fro...
This sample shows how to mass delete records in NetSuite by leveraging the Mass Update feature. Typically, we're told not to delete records, but to make records inactive, but if you must, then this small script does just that. Once the script is deployed as a 'Mass Update' script type, simply go to ...
Single Table Inheritance (STI) is a design pattern which is based on the idea of saving the data of multiple models which are all inheriting from the same Base model, into a single table in the database.
Complete filters for product collection based on visibility,store,And OR, stock status, status, etc
Sql script to delete test data of products, customers, logs and sales.
Virtually all apps are using asynchronous functions to keep the code from blocking the main thread.
Deleting documents from a Lucene index is easy when you have a primary key field in your document (like in traditional SQL databases). However, sometimes deleting a number of documents based on multiple fields in the document is what you need. The Lucene API allows you to achieve this by specifying...

Page 3 of 4