Mobile friendly?

  • CLICK HERE TO TEST
    • Basically it is same as page speed test
    • Test how mobile-friendly your site is

Pagespeed & Analysis

Google Dev APIs and products

Google Developer APIs: API PAGE

Website tools

Others

Keywords

  • Speed, Page speed, Website speed, PageSpeed, Page Testing, Website Testing, google speed, google speed test, Performance test, Site Performance, Website Performance.
  • Check website, website reliability, website reliable
  • בדיקת אתר
  • בדיקת כתובת מייל
  • בדיקת אמינות של אתר
  • Network services
  • Internet services
  • SMTP servers
  • שליחת מיילים
  • שליחת מייל
  • שירות שליחת מייל

Top 16 Best Looking jQuery Mobile Themes

Convert CSS to RTL

The simplest way is to add the following to each class of CSS:

  • direction: rtl; /* Align text to right */
  • float: right; /* the text will flow from right */
  • text-align: right; /* the text will be aligned from right */

 

WordPress themes

Visual Composer page builder plugin for WordPress – take full control over your site. Build any layout you can imagine with intuitive drag and drop editor – no programming knowledge required.

http://vc.wpbakery.com/

http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431

WHY VISUAL COMPOSER IS THE BEST PAGE BUILDER FOR WORDPRESS?

Visual Composer features huge set of amazing premium plugin options like drag and drop interface, backend and frontend editors, exclusive add-ons built with our API, template manager, powerful grid builder and more.

Thanks to these unique features, you can manage your WordPress site content easily without spending hours and hours to keep your site up to date. Moreover – now you can build your own WordPress site without coding and getting into shortcodes which is a truly unique experience you have been waiting for. Thanks to regular updates of Visual Composer the amount of premium class features is growing making Visual Composer an ultimate must-have tool for any WordPress site owner, designer or developer. Discover capabilities behind Visual Composer – drag and drop page builder.

Django (/ˈæŋɡ/ jang-goh)[4] is a free and open source web application framework, written in Python, which follows the model–view–controller (MVC) architectural pattern.[5][6] It is maintained by the Django Software Foundation (DSF), an independent organization established as a 501(c)(3) non-profit.

Django’s primary goal is to ease the creation of complex, database-driven websites. Django emphasizes reusability and “pluggability” of components, rapid development, and the principle of don’t repeat yourself. Python is used throughout, even for settings, files, and data models. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspectionand configured via admin models (from wikipedia)

Getting started with Django

 

 

Bootstrap 

Bootstrap 3

Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first web sites.

Bootstrap is completely free to download and use!

Resources:
01 - Learn Bootstrap - http://www.w3schools.com/bootstrap/default.asp
02 - Bootstrap RTL - https://github.com/morteza/bootstrap-rtl
CDN:
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">

<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>

CDN RTL:
<link rel="stylesheet" href="//cdn.rawgit.com/morteza/bootstrap-rtl/master/dist/cdnjs/3.3.1/css/bootstrap-rtl.min.css">
 

Data Access (formerly Open Access ORM), the Telerik  free .NET object-relational mapping tool

 

 

from http://www.telerik.com/data-access

is part of Telerik DevCraft—the ultimate product bundle for professional developers targeting Microsoft platforms.

Gain access to the complete stack of products to help you build your next web, mobile or desktop app:

  • UI suites for all .NET platforms and HTML5 (ASP.NET AJAX, MVC, HTML5, Silverlight, WPF, WinForms and Windows 8)
  • Reporting and data layer generation tools
  • Developer productivity tools for better and cleaner code
    • Supported Databases

      • Microsoft SQL Azure
      • Microsoft SQL Server 2000, 2005, 2008, 2012
      • Microsoft SQL Server 2005, 2008, 2012 Express, LocalDB
      • Microsoft SQL Server Compact 3.5, 4.x
      • Oracle Server 10.x, 11.x
      • Oracle Database 10g, 11g Express Edition
      • MySQL 5.x
      • Maria DB 10.0 Alpha
      • SQLite
      • PostgreSQL 9.1
      • Firebird 2.x
      • Advantage Database Server 9.1, 10.1
      • Sybase SQL Anywhere 11.x, 12.x
      • VistaDB

    • LINQ Support

      Data Access offers extensive LINQ support against all supported databases, which has been validated with the Microsoft 101 LINQ to SQL Samples (available in the Data Access Samples Kit). The major advantage of LINQ is the compile-time check of your queries-meaning no surprises at run time.


    • Utilizing Specific Database Features

      Telerik Data Access can be used with a wide variety of relational backends. It offers specific features such as support for SQLGeometry and SQLGeography types in MS SQL Server, RefCursors and Auto-increment Sequences in Oracle. It also offers various types of Stored Procedures and Functions for each database, Data streaming to blob storage columns and more.

      Utilizing Specific Database Features

 


  • Utilizing Specific Database Features

    Telerik Data Access can be used with a wide variety of relational backends. It offers specific features such as support for SQLGeometry and SQLGeography types in MS SQL Server, RefCursors and Auto-increment Sequences in Oracle. It also offers various types of Stored Procedures and Functions for each database, Data streaming to blob storage columns and more.

    • Database-first mapping is the process of creating a set of objects and .NET classes to be used in your application from an already existing database. This approach is also known as Schema-First and Reverse Mapping. Data Access recognizes the data model, the data types and any additional information like keys and stored procedures, and then generates the object model and related C# or VB.NET code. The process is transparent and you have complete control over the created mapping by using the Create Model Wizard.

      reverse-mapping

    • forward-mapping

      Model-First (Forward) Mapping

      Model-First Mapping (also known as Forward mapping) takes your existing object model and creates an optimized database schema. In Telerik Data Access, this process is handled by the Update Database from Model wizard. It can generate your database and maintain its schema for you so that you will not have to do anything during the design phase.


    • Round-Trip (Mixed Mode) Mapping

      The unique capability called Round-trip Mapping means you don’t have to choose in advance whether to forward- or reverse-map your project. With the help of Telerik Data Access Visual Designer in Visual Studio, you employ both approaches.


    • Code Only Mapping (Fluent API)

      Code Only Mapping (Fluent API)

      If you view code as your model, preferring to write code instead of using visual assistance tools, Telerik Data Access provides Fluent Mapping API that assists you in setting-up your classes for use with Data Access. There is no need to touch a designer or work with the XML mappings.The completely automated, initial Fluent Mapping code generation is done by Data Access. The Data Access Fluent API covers 100 percent of the the functionality of the mapper, and is efficiently used by Telerik Sitefinity CMS.  If required, your model can be visually adjusted in the Visual Mapping Designer.


    • Mapping Stored Procedures and Functions

      Data Access allows you to create new or reuse existing Stored Procedures and follow the widely adopted pattern of DB logic encapsulation inside the database. Under higher security requirements, the stored procedures can be used for all insert, read, update and delete operations to inject additional checks in the database server. A Stored Procedures Editor simplifies the set-up and use of stored procedures.

      Mapping-Stored-Procedures-and-Functions

    • Mapping-Tables-and-Views

      Mapping Tables and Views

      Telerik Data Access forward and reverse mapping enables you to map database views and tables to classes. The data exposed by the tables and views can be modified and then stored back to the database.


    • Model Creation

      The Data Access Model is created in Visual Studio with the aid of numerous tools and wizards, which simplify the process to point-and-click table to object mapping. The model describes the application-specific object or “conceptual” model against which you can program. It raises the abstraction level above logical database schemas, which also allows you to reuse it in different applications and for different databases.

      Model-Creation

    • Native .NET API, ZERO Reflection, Application Portability

      Data Access uses standard .NET conventions and idioms (inheritance, polymorphism, composition, .NET/generic collections, etc.).  It does not use .NET reflection. The code is free of data access code “plumbing” and is enhanced transparently after compilation. The code generated by Data Access closely follows all established .NET and object-oriented programming standards.

      All classes in Telerik Data Access are persistent ignorant and work independently from the source code and database. This means true portability for your .NET applications, where you can switch the database and reuse the same code and even data model.


    • Change Tracking and CRUD Operations

      You only need to modify the state of an object when updating data – Data Access takes care of the rest. Because the programming model does not change, you do not need to know any of the SQL performed on the backend. Telerik Data Access converts the commands issued by the domain model at runtime (usually via LINQ or low-level API), into backend database retrieval and SQL statements. This frees you from writing the time-consuming CRUD operations. Data Access helps you with the following CRUD operations:

      • Create– instantiate a .NET object and add it to the Data Access context
      • Read– use LINQ to retrieve objects from the database
      • Update– once you have a reference to a persistent object, you simply make changes to the object state
      • Delete– pass the object to be deleted to the Data Access context
      Change Tracking and CRUD Operations

    • Model-Operations-Dialog-for-Instant-Mapping-Modification

      Model Operations Dialog for Instant Mapping Modification

      Data Access provides the Model Operations that enable you to update your model in a few clicks. This is done through a simple dialog, so you can:

      • Update many (or all) classes and properties using a configurable batch operation, such as changing class namespaces, changing property types and more
      • Speed-up the process of making changes in class and property names by presenting them in a data grid
      • Always have a good reference for the current state of your model using a grid-based overview

    • Testability

      All classes enhanced by Telerik Data Access are still normal CLR objects, and as such, can be easily tested by state of the art unit tests. SQL code can be traced by writing it to the console, in a text file or to the .NET tracing framework. Performance counters show you the state of your running application, website or application server.

      Testability

 

From http://www.pluralsight.com

Now on Pluralsight:

The ASP.NET MVC 5 Fundamentals training course spends most of its time on new features for version 5 of the framework, including:

ASP.NET MVC 5 Fundamentals covers all the new features of ASP.NET MVC 5, as well as the new features for web developers in Visual Studio 2013, including WebApi 2, OWIN, Katana, SignalR, and the Entity Framework version 6
from http://odetocode.com/blogs/scott/archive/2012/11/20/two-asp-net-mvc-4-courses.aspx

The Building Applications with ASP.NET MVC 4 training course is a start to finish introduction to programming with ASP.NET MVC 4. Some of the demos in the 7+ hours of content include:

– Using controllers, action results, action filters and routing

– Razor views, partial views, and layout views

– Models, view models, data annotations, and validation

– Custom validation attributes and self-validating models

– Entity Framework 5 code-first programming

– Entity Framework migrations and seeding

– Security topics including mass assignment and cross site request forgeries

– Using JavaScript and jQuery to add paging, autocompletion, async form posts, and async searches

– Taking control of Simple Membership

– Using OAuth and OpenID

– Caching, localization, and diagnostics

– Error logging with ELMAH

– Unit testing with Visual Studio 2012

– Deploying to IIS

– Deploying to a Microsoft Windows Azure web site

Enjoy!

ASP.NET Web API Attribute Based Routing

Route attributes bring the URL definition closer to the code that runs for that particular URL, making it easier to understand which URL must be called for a particular block of code and simplifying many common routing scenarios.

For example, let’s say you want to define a Web API that has the standard set of HTTP actions (GET, POST, PUT, DELETE, and so on) but you also want to have an additional custom action, such as Approve. Instead of adding another route to the global route table for the Approve action, you can instead just attribute the action directly:

public class OrdersController : ApiController

{

public IEnumerable<Order> GetOrders() {…}

public Order GetOrder(int id) {…}

public Order Post(Order order) {…}

[HttpPost("orders/{id}/approve")]

public Order Approve(int id) {…}

}

An extended route template syntax makes it simple to specify default values and constraints for route values. For example, you can now easily create two actions that are called based on parameter type. In the following People controller, the id parameter of the GetByID action takes only int values. The GetByName action method contains a default name of “Nick”.

public class PeopleController : ApiController

{

[HttpGet("{name=Nick}")]

public string GetByName(string name) {…}

 

[HttpGet("{id:int}")]

public string GetById(int id) {…}

}

You can also define common route prefixes for your web APIs. For example, you can use route prefixes to set up a resource hierarchy:

[RoutePrefix("movies")]

[RoutePrefix("actors/{actorId}/movies")]

[RoutePrefix("directors/{directorId}/movies")]

public class MoviesController : ApiController

{

public IEnumerable<Movie> GetMovies() {…}

public IEnumerable<Movie> GetMoviesByActor(int actorId) {…}

public IEnumerable<Movie> GetMoviesByDirector(int directorId) {…}

}

Or, you can use route prefixes to handle multiple versions of your web API:

[RoutePrefix("api/v1/customers")]

public class CustomersV1Controller : ApiController {…}

 

[RoutePrefix("api/v2/customers")]

public class CustomersV2Controller : ApiController {…}

Similar to the new CORS support in ASP.NET Web API, the new support for attribute-based routing is largely a contribution from the community.

How to Add A PHP Code to your WordPress Posts, Pages and Widgets

A very good youtube video that shows how to add php code into wordpress page.

The steps are:

1. Install ‘PHP Code Widget’ plugin.

2. Install ‘Insert PHP’ plugin.

3. Start writing php code inside wordpress pages and posts.

Here is a link to the original youtube video:
https://www.youtube.com/watch?v=-CYe0q1K45I

 

Passing parameters to Web Service

1. For example you created a Web service an placed it at your IIS. You will access it as follows:

Web services address:
http://localhost/WebService.asmx

2. At this stage the Web service will displays a list of all of it’s functions.

3. Calling web services by GET method with functions with parameters:

http://localhost:49614/WebService.asmx/add?num1=10&num2=12

Add - Function Name
Num1 - Parameter1 
Num2 - Parameter2

4. Calling web services by POST method:

<form method=POST action='http://localhost:49614/WebService.asmx/add'>
<input type="text" size="5" name='num1'"></td> -
<input type="text" size="5" name='num2'"></td> =
<input type=submit value="add"> </td>
</form>