(Ben Nadel) Super minor post here, but the other day, I stumbled across a nice behavior in the JavaDocs syntax for ColdFusion components and methods. When I first learned about the JavaDocs syntax, I missed this; but, apparently, all of the content in the comment that is defined before the first “@”
Other News
Code Generation
In 1990 I was told that by the year 2000 there would not be a need for trained software developers anymore. Software development would no longer require complicated code writing and the likes. Instead, software development would simply be the process of plugging together different software modules in the form of objects. There would be a few software developers creating […]
Alerts – Who Knew?
(Chris Yates) This week I am back at it with my SQLCoOp friends in sharing something new that we’ve learned since our last post. You ready? Great, pull up a chair and let’s see where this takes us shall we?
Microsoft Azure SQL Database Data Compression
(Thomas LaRock) Back in March there was an announcement that data compression was available for Microsoft Azure SQL Database (MASD). This was met with much rejoicing. You can read more about the announcement here.
MVC Bootstrap Input Group Button Space
(Jasen) Recently, I’ve fired-up a new MVC5 website with the default template. I’m looking to use the Bootstrap input button group but instead of the controls flush against each other I see a large gap between the two elements.
Safety in Numbers: Introducing C++14’s Binary Literals, Digit Separators, and Variable Templates
(Danny Kalev) C++14 isn’t revolutionary, nor was it meant to be. It mostly consists of bug fixes and small conveniences that should please C++ programmers while improving the performance, reliability, and portability of new code.
Mobile Services .NET Backend: Part 1—Creating the Service and Defining the REST API
(Glenn Gailey) Now that support for .NET backend (Web API) in Azure Mobile Services is well on its way, it’s time to start putting together some guidance on how to develop and deploy these .NET-specific flavor of mobile services. My plan is to eventually include this information into a new guidance
Investigating Options to Serialize RDF data as Clojure Code
(Frederick Giasson) My initial intuition is that I could serialize RDF data into Clojure code where the OWL semantic of the RDF data is embedded, in some ways, into that code. I want to test how the general saying of homoiconic languages: Data as Code. Code as Data, fits with RDF & OWL.
DataList Tag in HTML 5
(Sourabh Somani) In this article I will explain the DataList tag of HTML 5.
PostgreSQL: A full text search engine – Part 3
(Tim van der Linden) And so we arrive at the last part of the series.
