Thứ Hai, 25 tháng 1, 2016

Web Developer Newsletter - Cipher EX V1.5

Web Developer Newsletter - Cipher EX V1.5
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 [Webinars] Make Report Building Easy with Dimensional Modeling-Feb 3
LearnNowOnline expert Thomas LeBlanc shows you how to use SQL Server Analysis Services and Excel PivotTable to create interactive dashboards and reports that give more control and flexibility to your business users. Learn more
What's New in jQuery 3.0 and How to Use It
jQuery, the world's most popular JavaScript library to date, has been a boon for a lot of us web developers out there. From the time of its initial release in 2006 till today, a lot of us web developers have included this wonderful library in our projects to make our life easier. (more: Sitepoint)
Subgrids Considered Essential
Grid layout is a pretty darned fantastic thing. I've been digging into it as I write the grid layout chapter of CSS:TDG4e, and there are more things in here than have been dreamt of in our layout philosophies. One of the things I've recently come to realize is the power and necessity of subgrids. (more: Eric Meyer)
HTML Tidy
The King is back! Now with added support for new stuff. (more: HTML Tidy)
Don't tell me what my browser can't do!
There is nothing more frustrating than being capable of something and not getting a chance to do it. (more: Christian Heilmann)
Keeping Promises With JavaScript
Most current browsers support what is called the Promise object. A promise is quite like a function in that it represents a piece of code or a task that you would like to be executed at some point in the future. (more: Tuts+)
Feature.js, a feature detection library in 1kb
A Fast, simple and lightweight browser feature detection library written in plain JavaScript. (more: Feature.JS)
Do New Top-Level Domains Affect SEO?
Ranking high in search results is a top priority for any website, and so a common question I see all the time is will a domain name with a new TLD rank as well as .com? (more: Hover)

New articles added

ASP.NET

  (7 votes) by raddevus (updated 5 days ago)
Walk through building a re-usable blog engine which will help you create your web site using MVC while you learn ASP.NET MVC from beginning to intermediate level.
  (6 votes) by Samrat Banerjee (updated 4 days ago)
Angular2 sample application with TypeScript and VS2015
  (2 votes) by raddevus (updated 2 days ago)
After working through this article you will have a novel way of easily posting new blog articles which will auto-update the content on your site and you will have learned the C# ASP.NET MVC code to do this.
  (2 votes) by Shashangka Shekhar (updated 2 days ago)
In this article we will get a short overview on AngularJS, then we will create a ASP.Net MVC-5 CRUD application using AngularJS(v1.4.8).
  (0 votes) by raddevus (updated yesterday)
This article extends the 2-part article I wrote showing you how to write your own blog engine in ASP.NET MVC.

Audio and Video

  (3 votes) by Mircea Diaconescu, Gerd Wagner (updated 3 days ago)
WebRTC (Web Real Time Communication) is a new web standard that allows peer-to-peer communication between browsers for high-quality RTC apps. In our tutorial, we show how to use it for building a video chat app.

Client side scripting

  (4 votes) by Avron Polakow (updated 5 days ago)
This article presents a client-side, javascript Relational Database Simulator in the browser, using SQL commands to Create, Read, Insert, Update and Delete in-browser table data, as well as formatting the output as HTML objects in a Webpage.

General Graphics

  (2 votes) by Marathoner (updated 5 days ago)
In this article I will show how simple programs can help improve your photography work flow. Acme Photo resizer resizes JPG images in bulk. It can also add a copyright notice and the photograph's file name to each image. It was written to help me resize race photographs so that I could post them to
  (1 votes) by Marathoner (updated 5 days ago)
In this article I will show how simple programs can help improve your photography work flow. It simplifies the first step of selecting which images on your memory card or camera are worth processing. It uses a replacement for the PictureBox control that displays photographs and allows them to be zoo

Grid & Data Controls

  (0 votes) by Nitij (updated 33 minutes ago)
This article provides a number of cases where GridView controls can be used effectively in Asp.Net web pages.

Java

  (1 votes) by Dr. Song Li (updated 5 hours ago)
This is an example to use Websocket to create a simple chat program.

Miscellaneous

  (3 votes) by Sacha Barber (updated 5 days ago)
Looking at Spark/Cassandra working together

Web Services

  (2 votes) by Girish J Jain (updated 4 days ago)
This post shows how to use tracing framework with new ASP.NET 5 projects and how logging works in ASP.NET 5 along with certain pitfall that you need to be aware of in the process of using trace listeners. It also shows approach for how to filter log messages with trace listeners.

Articles updated

Algorithms & Recipes

  (18 votes) by John Jiyang Hou (updated 4 days ago)
An algorithm to determine if a point is inside a 3D convex polygon for a given polygon vertices in C++.

ASP.NET

  (31 votes) by P. Marinov (updated 2 days ago)
Techniques for tackling multithreading problems in applications built on top of the ASP.NET core platform.
  (12 votes) by Fredrik Schultz (updated yesterday)
Introduction to Kaliko CMS - an open source content management system for ASP.NET MVC
  (4 votes) by Fredrik Schultz (updated 2 days ago)
Introduction to Kaliko CMS - an open source content management system for ASP.NET

ASP.NET Controls

  (52 votes) by Dan Letecky (updated 5 days ago)
Flexible open-source scheduler control (resource booking, project management, timeline and free/busy visualization, Gantt)

C#

  (81 votes) by John Underhill (updated 16 hours ago)
Twofish 512, Serpent 512, Rijndael 512, the HX Ciphers, Ring-LWE, NTRU, McEliece, Rainbow, GMSS, DTM-KEX

Node.js

  (11 votes) by Omar Nasri (updated 4 days ago)
This article explains how we can implement a Web application built using angularjs, node js to perform create, read, update and delete operations on MongoDB database

Printing

  (33 votes) by Duncan Edwards Jones (updated yesterday)
A class to add to your application to generate nicely formatted prints from a DataGrid.

New Tips and Tricks added

C#

  (1 votes) by Robert J. Barr (updated yesterday)
Dynamically write a new row every Nth columns

Client side scripting

  (9 votes) by Indresh_Prajapati (updated 5 days ago)
This tip will help beginners to implement CRUD operations in ASP.NET MVC 4 with scripting language as KnockOut and Database as MS SQL 2008R2.
  (1 votes) by lakhdarr (updated yesterday)
Control and directives for address form auto completion using Google map V3 and JQuery/AngularJS

HTML / CSS

  (3 votes) by Kamlesh Ganar (updated 4 days ago)
This tip will show how to design Treeview in HTML using CSS and JQuery in a simple way.

Node.js

  (1 votes) by Member 12278900 (updated 4 days ago)
Learn how to create gulp files in TypeScript and how to define gulp tasks in a class-based style

PHP

  (0 votes) by Andrias S. (updated 15 hours ago)
Convert HTML table data from a website into PHP array

Windows 8 Design

  (0 votes) by Leisvan Cordero (updated 5 days ago)
Adobe Illustrator script for UWP Assets

Tips and Tricks updated

ASP.NET

  (6 votes) by Ahmet AYDIN (updated yesterday)
This post describes step by step how to run a Single Page Application template using ASP.NET Web API 2 and angularJS and how to use Web Application Project whose name is Dalyan.
  (6 votes) by Gunaprasad Shetty (updated 20 hours ago)
The tip will help you understand how the Word document can be converted into PDF and merge it as single PDF with digital signature for the secured transport of PDF.

C#

  (11 votes) by Dholakiya Ankit (updated 3 days ago)
Logging database operations in Entity Framework and handling Exceptions

Grid & Data Controls

  (5 votes) by Gunaprasad Shetty (updated 21 hours ago)
The tip provides you the code for implementing Search in your gridview using Jquery.

HTML / CSS

  (5 votes) by Michael D Bray (updated 3 days ago)
Use the provided CSS with classed DIVs to build a clean-looking web-based menu that requires no JavaScript, and supports unlimited levels of both horizontal and vertical menus.

New Technical Blogs added

ASP.NET

  (7 votes) by Spencer Schneidenbach (updated 4 days ago)
A useful paging model using ASP.NET Web API, Entity Framework, and AutoMapper

Azure

  (0 votes) by Abdelrahman El Kinani (updated 14 hours ago)
Hey :) In this blog post we’ll talk about Azure MySQL DB (free for Studentns from Microsoft Imagine Access aka: Dreamspark ) How to design it, Basic UWP todo demo \w/ In a previous blog post I talked about the DB creation process, how to obtain the DB info ( host name, username,  password, con



© 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