Tutorial by Topics: o

This section provides an overview of what office365 is, and why a developer might want to use it. It should also mention any large subjects within office365, and link out to the related topics. Since the Documentation for office365 is new, you may need to create initial versions of those relate...
Cache has been used for the site or system to improve the content delivery fast for the end-users. This topic is created to explore about Drupal inbuilt caching mechanism and provide info how to use it. We need to explore Drupal's inbuilt caching feature with the external contributed modules like Va...
Routing is the process of mapping a URL to a controller. Symfony has a powerfull Routing component which allows you to define routes. The Routing component supports a number of configuration formats: annotations, YAML, XML and raw PHP. ParameterDetailsnameThe name of the route. Example: book_s...
A controller in Symfony is a PHP callable (a function, a method on an object, or a closure) that receives an HTTP request and returns an HTTP response. An HTTP response can contain anything: an HTML page, a JSON string, a file download, etc. In order to tell Symfony which controller should handle a...
The function is just like sub. But function returns a value. A function can accept single or multiple parameters.
Getting the raw video/audio from encoded media streams.
Setting or getting window size of any browser during automation driver.manage().window().maximize(); driver.manage().window().setSize(DimensionObject); driver.manage().window().getSize()
Taking Screenshots and saving in a particular path File src = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE); FileUtils.copyFile(src, new File("D:\screenshot.png"));
axWindowsMediaPlayer is the control for the playing multimedia files like videos and music.
Most people coming to Kotlin do have a programming background in Java. This topic collects examples comparing Java to Kotlin, highlighting the most important differences and those gems Kotlin offers over Java.
This section provides an overview of what windows-installer is, and why a developer might want to use it. It should also mention any large subjects within windows-installer, and link out to the related topics. Since the Documentation for windows-installer is new, you may need to create initial ...
CustomErrors are a legacy (backwards compatable) element, used by Visual Studio Development Server (aka. VSDS or Cassini). httpErrors are the new element which is only used by IIS7.
Select keyword can be used for getting input argument in a menu format.
This is a small code (xml) snippet to highlight how to use the taglist-maven-plugin to generate customized reports (of TODO, FIXME work ...)
Controllers are vital for immersing people into a VR application. The potential of VR is not met without them, namely controllers that provide six degrees of freedom (6DoF). With controllers, people can reach out and around the scene and interact with objects with their hands. A-Frame provides comp...
First and foremost: know what you're doing! Secondly, while you should avoid using eval, if its use makes for cleaner code, go ahead.

Page 263 of 283