Thứ Hai, 22 tháng 2, 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 Need Excel on the Web?
Take your browser-based applications beyond the limits of HTML and JavaScript with high-performance, Excel-compatible spreadsheet controls from SpreadsheetGear-the leader in .NET spreadsheets. Try the live SpreadsheetGear Silverlight Samples Now!
Click here Develop with blue
Extend the reach of your Bluetooth® deices beyond the home and into the cloud today. The Gateway Smart Starter Kit shows you how to get data from the sensor and into the cloud without using a mobile device. Download your Bluetooth development kit today!
Bricks.js
For those "Make it work like Pinterest" requests: A blazing fast masonry layout generator for fixed width elements. (more: Bricks.js)
Cleaning house after Internet Explorer
For at least the last decade, the various versions of Internet Explorer have been the bane of web designers and front-end developers everywhere. (more: Sitepoint)
Setting up a TypeScript + Visual Studio Code development environment
An introduction to the development of TypeScript applications with VS Code (more: Wolk Software Engineering)
Generating PDFs from Web Pages on the Fly with jsPDF
I'm not talking here about the simple conversion of HTML to PDF. (I've tried several tools of that type, but none of them has fully satisfied me.) My goal is to have complete control over the positioning and size of elements, page breaks and so on. (more: Sitepoint)
You got your CSS in my JavaScript
Separation of concerns. You have your HTML over there, your CSS over there, and your JavaScript over there. Each should be as separated and independent as possible. Or so we're told. (more: Johnathan Snook)
The Fab Four technique to create Responsive Emails without Media Queries
I think I found a new way to create responsive emails, without media queries. The solution involves the CSS calc() function and the three width, min-width and max-width properties. (more: Medium)
High-Impact, Minimal-Effort Cross-Browser Testing
Cross-browser testing is time-consuming and laborious. However, developers are lazy by nature: adhering to the DRY principle, writing scripts to automate things we'd otherwise have to do by hand, making use of third-party libraries; being lazy is what makes us good developers. (more: Smashing Magazine)

New articles added

ASP.NET

  (6 votes) by Dave W Hunt (updated 3 days ago)
Wouldn't it be nice to use a partial view with its own model on multiple pages?
  (1 votes) by mbruchet (updated 2 days ago)
How to make a multipleplateforme compatible mobile user interface with AngularJS // BootStrap / typescript / TypeLite / Font awesone.
  (0 votes) by krishna kv (updated 5 hours ago)
create a SharePoint App with TypeScript and Angular Js.

Client side scripting

  (2 votes) by Harshit Gindra (updated 12 hours ago)
This article gives an overview of using jQuery DataTables with custom filters for client side processing.
  (1 votes) by AJSON (updated 6 hours ago)
Get on top of memory leaks and improve user experience when using JQuery/KnockoutJS in a SPA or SPA based Hybrid Mobile Applicaiton

Code Generation

  (2 votes) by Abdullah Al-Muzahid (updated yesterday)
This is a RAD tool which can be used to generate codes for CRUD operation in ASP.NET and C# automatically based on Database Model Diagram.

Grid & Data Controls

  (9 votes) by Aqeeel (updated 4 days ago)
Though GridView provides a way to implement paging however when the record count in very big we need to optimize it at the query level.

HTML / CSS

  (5 votes) by Peter Leow (updated 4 days ago)
Getting familiar with Bootstrap's powerful, versatile, responsive, and mobile-first grid system.

Articles updated

ASP.NET

  (8 votes) by Sreekanth Mothukuru (updated 4 days ago)
How to create an interactive interface (help documentation) to represent our RESTful API using popular framework Swagger & Swashbuckle.
  (3 votes) by Michael Gledhill (updated 5 days ago)
Replacing slow Page_Load functions with UpdatePanels and asynchronous data loading

Audio and Video

  (0 votes) by Andy South (updated 6 days ago)
We have established a goal to decide, what solution (as in a combination of software and services) among those we chose allows extending the audience of an event with minimum efforts.

C#

  (16 votes) by Ramon F. Mendes (updated yesterday)
Create HTML/CSS/script based cross-platform desktop apps in C# with Sciter engine!

Mobile Development

  (1 votes) by yaazone (updated 2 days ago)
You have an idea for an app and decided to do it yourself, either alone or with a small group of people and your app development is not organized professionally. Then this article fits perfect for you. The context above is exactly the one in which I have implemented a native ios and hybrid app.

NoSQL

  (200 votes) by Mehdi Gholam (updated 3 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)

New Tips and Tricks added

Applications & Tools

  (7 votes) by William Ivanski (updated 2 days ago)
OmniDB is a new free web based multi technology database management tool. Website: http://www.omnidb.com.br

ASP.NET

  (4 votes) by Asher Barak (updated 4 days ago)
Using MVC with complex models - understanding and solving the problem

Client side scripting

  (1 votes) by Dave M. (Member 10734106) (updated 2 days ago)
Reusable draggable JavaScript panel with dynamic content
  (0 votes) by Konstantin A. Magg (updated 5 days ago)
Why automated tools are the key to managing translation resources - discussed on the example of angular-translate and how to start with some basic tools

Grid & Data Controls

  (1 votes) by P Raman (updated 4 days ago)
This is an alternative for "Searchable Gridview using Jquery - Easiest Way"

Windows Runtime

  (1 votes) by Gregory Morse (updated 14 hours ago)
WebView navigateToLocalStreamUri can be used from WinJS/javascript with some more advanced coding techniques to wrap a necessary interface

Tips and Tricks updated

Client side scripting

  (12 votes) by Indresh_Prajapati (updated 18 hours ago)
This tip will help beginners to implement CRUD operations in ASP.NET MVC 5 using WebAPI 2 with scripting language as AngularJS and Database as MS SQL 2008R2.

PHP

  (2 votes) by apphp (updated 11 hours ago)
This tip discusses and compares loops in PHP.
  (2 votes) by apphp (updated 11 hours ago)
This tutorial describes an introduction to classes and object oriented programming in PHP.

New Technical Blogs added

Client side scripting

  (4 votes) by Mircea Diaconescu, Gerd Wagner (updated 5 days ago)
While many new JavaScript features of ES6 (=ES2015) are still (in 2016!) not available in all important web browsers, the promising new feature of a JavaScript "promise" has arrived. This tutorial shows how to use it.

Testing and QA

  (4 votes) by Anton Angelov (updated yesterday)
Find some advanced WebDriver tips and tricks how to use the framework for changing user agent or dealing with SSL certificates.The post 10 Advanced WebDriver Tips and Tricks Part 2 appeared first on Automate The Planet.

Technical Blogs updated

Testing and QA

  (7 votes) by Anton Angelov (updated yesterday)
Find some advanced WebDriver tips and tricks how to use the framework like turn-off the JavaScript, execute tests in a headless browser or use a particular browser's profile.The post 10 Advanced WebDriver Tips and Tricks Part 1 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