Thứ Hai, 11 tháng 4, 2016

Web Developer Newsletter - RaptorDB - the Document Store

Web Developer Newsletter - RaptorDB - the Document Store
Welcome to this week's Web Development newsletter from CodeProject.
Click here SpreadsheetGear
Enables ASP.NET, Windows Forms, WPF and Silverlight developers to take advantage of scalable Excel Reporting, dashboards from Excel charts and ranges, powerful spreadsheet controls, Excel-compatible charting, lightning-fast Excel-compatible calculations and more. Try it now!
Click here [Webinar] Scrum 101: Stop Taking Your Projects Over the Waterfall –Apr 20
LearnNowOnline expert Kevin McManus will introduce you to the agile philosophy and Scrum. Learn to improve your teams' development capabilities by changing the way you prioritize, plan and deliver your software. Learn more
State of the JavaScript Landscape: A Map for Newcomers
If you have previous programming experience but are a newcomer to frontend JavaScript development, the array of jargon and tools can be confusing. Without getting bogged down in detailed discussion, let's take a general survey of the current "JavaScript landscape". This should orient you sufficiently to start your journey into frontend development. (more: InfoQ)
Introducing Global CSS Property Usage on Microsoft Edge Dev
To gain better insight into the usage of CSS properties across the web, we use two crawlers: The first, powered by Bing and running the EdgeHTML engine, allow us to see the web as Edge sees it. The second, our new Azure-based Interop Crawler, allows us to see huge portions of the public internet through the eyes of any browser. (more: Microsoft Edge Dev blog)
Record almost everything in the browser with MediaRecorder
The MediaRecorder API lets you record media streams, i.e. moving images and audio. (more: Mozilla Hacks)
What is the Definition of a "CSS Hack"?
If you've been writing CSS for at least a couple of years, then you've most certainly used a CSS hack. But if you're relatively new to CSS, it's possible you've heard the term but aren't sure exactly what it means. (more: Sitepoint)
Responsive Design Breakpoints: The Ultimate Overview
This is an important aspect to know of Responsive Web Design (RWD from now on) because it is this CSS declaration that allows for the different layouts to appear at different screen sizes. (more: 1st Web Designer)
React v15.0
We would like to thank the React community for reporting issues and regressions in the release candidates on our issue tracker. Over the last few weeks we fixed those issues, and now, after two release candidates, we are excited to finally release the stable version of React 15. (more: Facebook)
The New Configuration Model in ASP.NET Core
ASPNET Core has a lot of changes compared with the others versions of ASP.NET. One change I want to highlight is the new way to configure settings. (more: Telerik)
Getting Started With Ionic: JavaScript Components
In this tutorial, we are going to build our first Ionic app together and learn the basics of Ionic's JavaScript components. (more: EnvatoTuts)

New articles added

Ajax

  (1 votes) by dambangoc (updated yesterday)
How to use jtable in spring MVC

Amazon Web Services

  (0 votes) by Richard Hyatt (updated yesterday)
First part in a three part series that covers using the open source project vandium to simplify and secure AWS Lambda code.

ASP.NET

  (3 votes) by Mohamed Marji (updated 3 days ago)
A step by step guide to creating a simple hybrid desktop application using web development and Electron framework

Client side scripting

  (6 votes) by UberGeoff (updated 4 days ago)
A reusable jQuery popup message box with Ajax functionality - that can bind to any model
  (3 votes) by Mohamed Hamdy (updated yesterday)
A boring talk about What's really going on at runtime...
  (2 votes) by bmiller367 (updated 5 days ago)
jQuery XML Parser and Search
  (2 votes) by Vladimir Misovsky (updated 4 days ago)
This article provides an example of custom confirm and alert message boxes that don't use callbacks
  (1 votes) by yuvalsol (updated 14 hours ago)
jQuery plugin that enforces a format on a text box, using jQuery Boilerplate plugin template

Google Cloud Platform

  (3 votes) by Ranjan.D (updated yesterday)
Firebase, A one stop solution for your web or mobile applications on cloud powered by Firebase's NoSQL backend and much more.

Hardware & System

  (11 votes) by Florian Rappl (updated yesterday)
In this article we look behind the development of a Top 500 listed highly-efficient supercomputer: the QPACE 2.

HTML / CSS

  (2 votes) by tidelgl (updated 3 days ago)
DOMSnap Offline your VIEWs
  (2 votes) by Bernardo Castilho (updated 9 hours ago)
Polyfill that enables HTML5 drag drop support on mobile (touch) devices.

Internet / Network

  (9 votes) by AJSON (updated 4 days ago)
Automate your webscrapes - build a point and click web scrape engine in Javascript and C#

Web Security

  (1 votes) by max komlev (updated 3 days ago)
Suppression of Browser dialog of Basic Http Authentication and customization

Articles updated

Applications & Tools

  (3 votes) by Code Cleaner (updated 13 hours ago)
HostMe is a simple one EXE application that can host your static web pages easily. It can run either as a console or as a Windows service with the minimal amount of effort from your side.

ASP.NET

  (6 votes) by Sami Pylkkänen (updated 4 days ago)
Article shows how to setup ASP.NET 4.5.2 and ASP.NET 5 projects for Angular 2 application and how to enable Angular 2 typescript debugging in Visual Studio.

C / C++ Language

  (45 votes) by QxOrm (updated 3 days ago)
QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection)

C#

  (129 votes) by John Underhill (updated yesterday)
Twofish 512, Serpent 512, Rijndael 512, the HX Ciphers, Ring-LWE, NTRU, McEliece, Rainbow, GMSS, DTM-KEX
  (35 votes) by Dave Haig (updated yesterday)
Web Socket Client and Server implemented in C# for the modern version 13 of the WebSocket protocol
  (27 votes) by Yang Kok Wah (updated 2 days ago)
Typing Unicode directly to a text-box, including support for surrogate pairs. Create simple web pages to display fanciful fonts

Design and Architecture

  (30 votes) by Duncan Edwards Jones (updated 4 days ago)
A graphical tool to allow you to design a CQRS model and have the code and documentation generated from it. (C# or VB.Net)

Internet / Network

  (81 votes) by AJSON (updated 4 days ago)
How to scrape data from a website with C#
  (43 votes) by AJSON (updated 4 days ago)
Designing a web crawler using C#

NoSQL

  (208 votes) by Mehdi Gholam (updated 4 days ago)
NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Branch Replication, working in Linux)

Testing and QA

  (5 votes) by slavik57 (updated yesterday)
Synchronous promise for making testing experience much easier

New Technical Blogs added

Java

  (3 votes) by Grzegorz @ tidyjava.com (updated 4 days ago)
Beginner guide to using the power of Dependency Inversion with examples in Java. Covers dependency injection, using abstractions and adapter pattern.

Testing and QA

  (1 votes) by Anton Angelov (updated 21 hours ago)
Learn how to create multiple grid controls' automated tests that reuse their assertion logic to the maximum extent through different OOP techniques. The post Advanced Reuse Tactics for Grid Controls Automated Tests appeared first on Automate The Planet.



© 2016 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Web Development newsletter click Unsubscribe.
CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com

Không có nhận xét nào:

Đăng nhận xét