News in the Category: WSE Subscribe to the rss of this category.

Total posts: 1181 | Sort by Views | Sort by Hits

A first look at SignalR

Rick Strahls WebLog, May 22, 2013
Views: 114 | Hits 19

SignalR is the latest in a long string of new technologies pouring out from the ASP.NET team recently, when Microsoft rolled out version 1.0 of SignalR when Visual Studio Update 2 was announced. ...

Create a Cross-browser Touch-based Joystick with Hand.js

The Code Project Latest Articles, May 17, 2013
Views: 269 | Hits 6

Create a Cross-browser Touch-based Joystick with Hand.js...

Code Camper Jump-Start SPA Now Open Source

JohnPapa.net, May 3, 2013
Views: 287 | Hits 15

I’m proud to announce that the Code Camper Jump-Start SPA with Durandal, Knockout, Breeze and Toastr is now open sourced on GitHub! If you enjoyed my Single Page Application Jump-Start course, y...

Web-based Data Access Object for Unmanaged Application

The Code Project Latest Articles, April 25, 2013
Views: 274 | Hits 9

Unmanaged code application accessing data in a database via Web Services without a database provider....

Beautiful Builds: Release Compilation Step

ISerializable, April 22, 2013
Views: 220 | Hits 15

Imagine you could only compile once a week. Once every two weeks. Once a month. Scary? All that code that you write blindly, not knowing whether it even compiles.  All those hidden errors lurking...

Microsoft Reveals New IaaS Services

Microsoft Certified Professional Magazine Online | Todays Top Picks, April 18, 2013
Views: 227 | Hits 10

Microsoft this week released a a set of infrastructure-as-a-service (IaaS) offerings on Windows Azure, positioning itself to compete with IaaS provider Amazon Web Services....

Blink

QuirksBlog, April 4, 2013
Views: 286 | Hits 24

So Google created Blink, the new rendering engine for Chrome and Opera. What exactly is going on, and what will the consequences be?Here are some notable sources on Blink that I used for this overview...

ASP.NET AJAX Release History : Q1 2013 SP1 (version 2013.1.403)

Telerik News RSS Feed, April 3, 2013
Views: 276 | Hits 4

Quick links Persistence Framework Visual Style Builder New features for all controls Ajax AsyncUpload AutoCompleteBox Barcode Button Calendar Chart ComboBox DropDownList DropDownTree Editor FileExplo...

CSS3 is not working in IE7, IE8

The Code Project Latest Articles, March 28, 2013
Views: 275 | Hits 22

This article is targeted to people who are involved in designing of web based applications and want to give rich look and feel of web based application in all browsers using CSS3....

Session killing in server when browser is closed using cross button/ALTF4 in ASP.NET

The Code Project Latest Articles, March 22, 2013
Views: 236 | Hits 15

Below Article helps in executing server side functions when user closes browser abnormally...

New CSS tests - units and values

QuirksBlog, March 15, 2013
Views: 225 | Hits 6

Just now I uploaded the Units and Values desktop and mobile tables. They contain tests for many useful units, such as em, mm, vh, calc() and much more.Oh boy, units and values.Most compatibility patte...

New CSS tests - images and replaced content

QuirksBlog, March 8, 2013
Views: 212 | Hits 5

Just now I published the Images and replaced contents tables. By far the most important feature are gradients, and in general they’re tolerably well supported.Still, this was a complicated bit of rese...

New CSS tests - fonts and text

QuirksBlog, February 25, 2013
Views: 212 | Hits 11

Just now I published the desktop and mobile tables for the CSS Text module and related ones — think italics, underline, and letter-spacing, but also hyphenation and text-shadow.This is a series of tes...

Browser back button issue after logout

The Code Project Latest Articles, February 21, 2013
Views: 459 | Hits 34

This is an alternative for "Browser back button issue after logout"...

Using Sass and Compass in ASP.Net MVC with Web Workbench

Simple Talk, February 19, 2013
Views: 156 | Hits 3

The Designers of CSS never envisaged the demands that we make of styles. However, preprocessors such as Sass can provide the obvious missing features such as constants, selector inheritence and nesti...

Browser stats for Q4 2012 and all of 2012

QuirksBlog, February 19, 2013
Views: 230 | Hits 17

It’s time for some mobile browser stats, as always according to StatCounter. Here are the figures for Q4 last year, as well as for 2012 as a whole. Summary: an excellent year for Google’s browsers.If ...

New CSS tests - selectors and columns

QuirksBlog, February 18, 2013
Views: 207 | Hits 15

Over the weekend I finished the first two CSS compatibility tables new style: selectors and columns. These tests are almost complete (a few selectors are missing), and have been executed in 40 or so b...

WebBrowser Element Events and Values

The Code Project Latest Articles, February 16, 2013
Views: 225 | Hits 10

Sinking WebBrowser button element events and getting/setting input element values programmatically, without a web server....

Opera switching to WebKit: thoughts and guesses

QuirksBlog, February 13, 2013
Views: 231 | Hits 8

OK, so Opera is going to move to WebKit. I didn’t see that coming, despite the recent news about a WebKit-based browser on iOS (can’t port Presto there, so of course it’s WebKit).What does all this me...

Leveraging Browser Quirks in WinJS

the telerik blogs, January 31, 2013
Views: 244 | Hits 5

Finally, browser quirks can be taken advantage of safely and effectively in WinJS. Read about my favorite quirk in Windows Store Applications and WinJS....

Browser back button issue after logout

The Code Project Latest Articles, January 27, 2013
Views: 351 | Hits 65

How to stop user from accessing the previous pages once he/she logs out and presses browser back button....

Windows Azure Store: New add-ons and expanded availability

ScottGus Blog, January 24, 2013
Views: 229 | Hits 4

During the BUILD 2012 conference we announced a new capability of Windows Azure: the Windows Azure Store. The Windows Azure Store makes it incredibly easy for you to discover, purchase, and provision ...

Internet Explorer Security Bulletin Released by Microsoft

Microsoft Certified Professional Magazine Online | News, January 15, 2013
Views: 248 | Hits 9

An out-of-band fix for a zero-day use-after free memory vulnerability in its Internet Explorer Web browser was released by Microsoft on Monday....

Why Use The Bootstrap Grid?

K. Scott Allen, January 8, 2013
Views: 343 | Hits 30

Executive Developer Summary The Bootstrap grid system makes page layout fast and easy. If you just want to play with layouts using the Bootstrap grid system, try my Bootstrap layout sample. The sample...

IE poll results

QuirksBlog, January 7, 2013
Views: 222 | Hits 28

Over the past six weeks or so I ran a poll about the use of old IE versions among web developers. It’s time to publish the results.In total the poll got nearly 18,000 replies, and the worst-answered q...

CSS gradients

QuirksBlog, January 3, 2013
Views: 279 | Hits 17

In the past month I’ve researched CSS gradients, and I can finally present my findings. As usual, there was no source that gives clear, concise, accurate information about the three syntaxes and the f...

Dynamic resolution-dependent CSS in ASP.NET

The Code Project Latest Articles, January 2, 2013
Views: 291 | Hits 15

A brute-force, cross-browser solution to percent-based CSS sizing...

Process.Start() and ShellExecute() fails with URLs on Windows 8

Rick Strahls WebLog, December 13, 2012
Views: 451 | Hits 15

Since I installed Windows 8 I've noticed that a number of my applications appear to have problems opening URLs. That is when I click on a link inside of a Windows application, either nothing happens o...

Print button & Date picker in SSRS Reports for Non IE Browsers(Chrome,FF,etc.)

The Code Project Latest Articles, December 8, 2012
Views: 635 | Hits 37

This article will show you how to implement print functionality and jquery datepicker in non IE browsers....

MVC Browser History

ASP.NET Announcements, December 4, 2012
Views: 290 | Hits 22

I have just realized an project that shows the browser history in MVC. It is free source , code at https://github.com/ignatandrei/MVCbrowserHistory View online at http://browserhistory.apphb.com NuGet...

A solution to problem Response.TransmitFile(sFullHtmFilePath) gives unformatted display of htm file on browser on client side

The Code Project Latest Articles, December 3, 2012
Views: 211 | Hits 3

I will give a solution to the following problem "Response.TransmitFile(sFullHtmFilePath)" gives unformatted display of htm file on browser on client side....

Browser stats for Q3 2012

QuirksBlog, December 3, 2012
Views: 271 | Hits 22

It’s time for some browser stats; as always according to StatCounter. The Q3 stats are moderately interesting, both on the mobile and on the desktop side.MobileOn the mobile side Opera loses three poi...

Hyphenation works!

QuirksBlog, November 27, 2012
Views: 304 | Hits 14

Yesterday I found that proper hyphenation of text is now supported by Firefox, IE10, and Safari. So I added it to my main style sheet and it should work in these browsers across my site. I also advise...

What the hell’s up with @media not?

QuirksBlog, November 15, 2012
Views: 396 | Hits 4

Currently I’m working on a media query test suite, and I’ve run into one of those weird things: the proper syntax of @media not.Note that I’m only interested in the @media syntax. I cannot use the res...

RadSlideView for Windows Phone: One Step Closer to the Native Photo Browsing Experience

the telerik blogs, November 13, 2012
Views: 324 | Hits 2

With our Q3 2012 release last month, we introduced a new functionality in RadSlideView: Filmstrip mode. This feature brings this control even closer to the native photo browsing experience of Windows ...

HTML5 Input type=date Formatting Issues

Rick Strahls WebLog, November 9, 2012
Views: 353 | Hits 15

One of the nice features in HTML5 is the abililty to specify a specific input type for HTML text input boxes. There a host of very useful input types available including email, number, date, datetime,...

Principles of measuring connection speed

QuirksBlog, November 7, 2012
Views: 267 | Hits 11

Today I finally have the time to continue with the connection speed measurements. For those joining the discussion only now, first read part 1 and part 2. See also the draft spec; especially for the m...

Link instead of Attaching

The Moth, October 31, 2012
Views: 321 | Hits 12

With email storage not being an issue in many companies (I think I currently have 25GB of storage on my email account, I dont even think about storage), this encourages bad behaviors such as liberally...

Measuring connection speed, ctd.

QuirksBlog, October 26, 2012
Views: 279 | Hits 11

Well, there were some interesting comments on my last post about connection speed in browsers. This post continues the conversation by giving my replies to a few notes, thoughts, and concerns.First of...

The lesson from the Amazon outage: It's time to layer the cloud

InfoWorld: Web services, October 25, 2012
Views: 122 | Hits 1

The recent Amazon Web Services outage reminded us once again that cloud computing is not yet a perfect science. That said, perhaps it's also time we define formal methods, models, and approaches to ma...

The lesson from the Amazon outage: It's time to layer the cloud

InfoWorld: Web services, October 25, 2012
Views: 310 | Hits 7

The recent Amazon Web Services outage reminded us once again that cloud computing is not yet a perfect science. That said, perhaps it's also time we define formal methods, models, and approaches to ma...

The lesson from the Amazon outage: It's time to layer the cloud

InfoWorld: Web services, October 25, 2012
Views: 306 | Hits 7

The recent Amazon Web Services outage reminded us once again that cloud computing is not yet a perfect science. That said, perhaps it's also time we define formal methods, models, and approaches to ma...

Mobile viewport update

QuirksBlog, October 24, 2012
Views: 317 | Hits 5

In the past week I’ve done the viewport tests on the latest crop of devices, and things are definitely looking better. The visual viewport dimensions are now well-supported, and a consensus on positio...

Spring/JSF Support For Multiple Browser Tabs

The Code Project Latest Articles, October 23, 2012
Views: 293 | Hits 3

PREFACE In January, I wrote a blog post about the need to partition HttpSession across multiple browser tabs or windows. In that blog, the client was using JSF 2.0, but not Spring. Now, nine months la...

Measuring connection speed in browsers

QuirksBlog, October 23, 2012
Views: 281 | Hits 19

I’ve said it before and I’ll say it again: browsers, especially mobile ones, should give information about the speed of the connection they’re on, so that we know whether to send the high-res images o...

Introducing Icenium - an Integrated Cloud Environment for Hybrid Mobile App Development

the telerik blogs, October 22, 2012
Views: 384 | Hits 8

Originally posted by Doug Seven / 10-22-12/  Icenium.com Today is a day that my team and I have been looking forward to for a long time. Today I am happy to announce that Icenium, an Integ...

CustomFolderBrowserDialog

The Code Project Latest Articles, October 20, 2012
Views: 352 | Hits 7

A custom FolderBrowserDialog with Non Special Root Folder...

The curious case of min-resolution: 0

QuirksBlog, October 20, 2012
Views: 283 | Hits 4

During my media query test I found out that min-resolution: 0[unit] does not work in any browser for any unit. I find this weird.Here is a quick test case for the dpi and dpcm units. The media queries...

UltimateVolley

The Code Project Latest Articles, October 12, 2012
Views: 392 | Hits 4

Creating an super-awesome browser game that follows the path of the legendary blobby volley!...

Budding consensus on mobile position: fixed

QuirksBlog, October 11, 2012
Views: 339 | Hits 3

OK, there’s a budding consensus on how position: fixed should work on mobile. Android WebKit and Chrome both do it, and in iOS6 Safari has dropped the weird iOS5 stuff and moved to a sensible solution...