DotNetShoutout - Stories tagged with Web
4
Shouts

Visual WebGui chosen over rich ASP.NET and Citrix for an online file management system

published 461 days, 6 hours, 58 minutes ago posted by webguiwebgui 468 days, 12 hours, 8 minutes ago
Monday, February 13, 2012 8:04:31 PM GMT Monday, February 06, 2012 2:54:35 PM GMT
“We ran 6 independent tests and the results showing that Visual WebGui is 4 times faster were the same each time… We also compared against using a Citrix model with a Windows application but the scalability was too costly.” (more)
category: Web Dev | clicked: 37 | comment | | source: www.visualwebgui.com
tags: .NET, Programming, online, Framework, Development, Application, Web, cloud app, Ajax, file management, ASP.NET, SaaS
8
Shouts

25 Best Icon Sets for Web and Mobile Developers | Developers Code

published 474 days, 15 hours, 48 minutes ago posted by taanu51taanu51 475 days, 22 hours, 5 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Monday, January 30, 2012 4:57:06 AM GMT
Hi Friends,Here i would like share some beautifull icon sets which are very usefull for Web and Mobile application developers.These icons are free so we can use in variety of ways..I hope you like it Icon Social Snow SleekSocial Icon Pack Social Buzz Icon Pack Simplito a free social icon set Woven Fabric Social Media Icon Set Wooden Social Free Icon Set SocialMate Free Social Media Badge Icons Icon set - 1 Icon set - 2 Icon Set Vintage Awesome Icon Pack Social Moleskin Icon Set Or... (more)
category: UX | clicked: 57 | comment | | source: www.developerscode.com
tags: mobile application development, Web, icons, Icon
2
Shouts

Bin Deploy ASP.NET MVC 3 Application With SQL CE 4.0 & Entity Framework

published 683 days, 20 hours, 1 minute ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 685 days, 8 hours, 23 minutes ago
Wednesday, July 06, 2011 7:01:31 AM GMT Monday, July 04, 2011 6:39:35 PM GMT
A few days back Phil Haack wrote a blog post on how to bin deploy ASP.NET MVC 3 application on the web server where ASP.NET MVC 3 is not installed. Like many users I am also on shared hosting and therefore I do not have full control over IIS or the remote machine so I can install or update ASP.NET MVC 3, SQL Server CE 4.0 and other development related stuff. Phil did an excellent post but that works only if you are deploying application with SQL Server as a database. If you are planning to deploy your ap... (more)
category: Web Dev | clicked: 25 | 1 comment | | source: midnightprogrammer.net
tags: Web, MVC 3, ASP.NET
4
Shouts

Ajax Connectivity - Overcoming Data-Centric RIA Challenges

published 730 days, 22 hours ago posted by webguiwebgui 732 days, 14 hours, 26 minutes ago
Friday, May 20, 2011 5:02:03 AM GMT Wednesday, May 18, 2011 12:37:02 PM GMT
while Ajax brings major improvement in richness and interactivity it also brings higher complexity when it comes to development and since the communication of the controls with the server is done asynchronously the developer needs to make many decisions about the interactions themselves, the specific communication and the data from the server for each control (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: .NET, RIA, Web, Ajax, Frameworks, ASP.NET
4
Shouts

Getting From .NET to HTML5

published 762 days, 13 hours, 1 minute ago posted by EinatsmEinatsm 763 days, 16 hours, 14 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 10:48:31 AM GMT
HTML5 introduces markup-level functionality for rich graphics, animation and web multimedia. It also supports a richer web application functionality and extends the client capabilities with local storage. Many pundits see it as the next generation web - web 3.0 if you like - and an open standard replacement for propriety plug-ins, Microsoft Silverlight and Adobe Flash. But, for all its new features, HTML5 is still only the end product. This article looks at HTML5 from the web programmer's point of view,... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: www.visualwebgui.com
tags: client, Web, HTML 5
6
Shouts

11 namespaces to remember in Aspnet Web Applications

published 806 days, 5 hours, 47 minutes ago posted by taanu51taanu51 806 days, 16 hours, 12 minutes ago
Saturday, March 05, 2011 9:15:18 PM GMT Saturday, March 05, 2011 10:50:26 AM GMT
Hi Friends.In this article we will discuss the some importance of namespaces in Aspnet applications. The following are the... 1)The System.Web.Services.Configuration Namespace : The System.Web.Services.Configuration namespace contains three .NET attributes that are useful if you want to add custom format extensions to your web services (in other words, if you want to insert additional XML elements to your web service's WSDL service description). One practical reason to use a format extension is ... (more)
category: Web Dev | clicked: 19 | comment | | source: taanu51.blogspot.com
tags: namespaces, ASPNET, Web
2
Shouts

Gizmox exposes its VWG Enterprise Mobile solution

posted by EinatsmEinatsm 838 days, 13 hours, 4 minutes ago
Tuesday, February 01, 2011 1:58:10 PM GMT
After successfully tackling rich Web applications' major security, performance and economics challenges Gizmox is now extending Visual WebGui to Mobiles (more)
category: Web Dev | clicked: 6 | comment | | source: www.visualwebgui.com
tags: Web, Solution, Mobile
3
Shouts

.NET Application delivery Development & Migration Solutions

published 850 days, 5 hours, 32 minutes ago posted by webguiwebgui 851 days, 11 hours, 42 minutes ago
Thursday, January 20, 2011 9:30:20 PM GMT Wednesday, January 19, 2011 3:20:58 PM GMT
Visual WebGui Instant CloudMove provides simplest, fastest transformation path from .NET and VB6 Client/Server applications to secure SaaS-native .NET based Cloud/Web and Mobile deployments (more)
category: Web Dev | clicked: 4 | comment | | source: www.visualwebgui.com
tags: .NET, migration, cloud applications, Web, client-server, Cloud Computing, web development, Mobile
3
Shouts

When it Comes to Asp.Net: Display Loading Image in Asp.net

published 853 days, 17 hours, 11 minutes ago posted by ashishsarda99ashishsarda99 856 days, 15 hours, 2 minutes ago
Monday, January 17, 2011 9:51:42 AM GMT Friday, January 14, 2011 12:00:05 PM GMT
Share| To display loading image we shall use following JavaScript. There are many ways to display loading, but I feel this is the simple to use and implement. We just need one div tag with position set to absolute, and put loading image inside the div tag. Check out following code. Loading... (Make sure you set z-index if required.) In above I have just used text "Loading...", instead of this you can put loading images.Put this div tag as first element of FORM tag. And after above div tag immedi... (more)
category: Web Dev | clicked: 5 | comment | | source: aspdotnetmatters.blogspot.com
tags: web developement, Web, Loading Image, JavaScript, HTML, ASP.NET
2
Shouts

More accurate javascript execution time measurement with the msPerformance API

published 890 days, 10 hours, 15 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 891 days, 7 hours, 49 minutes ago
Saturday, December 11, 2010 4:47:49 PM GMT Friday, December 10, 2010 7:13:54 PM GMT
A cool feature of Internet Explorer 9 is the msPerformance API. This API helps you to accurately measure the performance of a webpage. A lot of developers have built their own performance measurement constructs over the years, based on the Date function, but the results of these constructs can be way off! (more)
category: Web Dev | clicked: 3 | comment | | source: jclaes.blogspot.com
tags: Web, Performance, JavaScript, IE9
6
Shouts

How to dock/pin IE9 developer tools

published 901 days, 17 hours, 6 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 903 days, 11 hours, 47 minutes ago
Tuesday, November 30, 2010 9:57:03 AM GMT Sunday, November 28, 2010 3:15:45 PM GMT
The first time you open the IE9 developer tools a new window opens. This isn't always desirable, think laptop/small monitor. That's why you can dock/pin the tools in your browser.. (more)
category: Web Dev | clicked: 5 | comment | | source: jclaes.blogspot.com
tags: browsers, Web, IE9, IE
2
Shouts

YouTube - How to use the Visual WebGui Automatic Migration AssessmentTool

published 906 days, 33 minutes ago posted by webguiwebgui 906 days, 14 hours, 26 minutes ago
Friday, November 26, 2010 2:29:08 AM GMT Thursday, November 25, 2010 12:36:40 PM GMT
Get a Migration Assessment Readiness for Web/Cloud/SaaS on your .NET and legacy desktop applications - Simply run it on your application's executables (EXE, DLL) and in a matter of minutes get a detailed report indicating how close you are to converting your app to SaaS, Web or Cloud. (more)
category: Web Dev | clicked: 4 | comment | | source: www.youtube.com
tags: .NET, Cloud, migration, Web, Video, applications, ASP.NET
2
Shouts

Using Dundas Charts library to render charts in Visual WebGui - Itzik Spitzen

published 907 days, 6 hours, 2 minutes ago posted by webguiwebgui 908 days, 11 hours, 46 minutes ago
Wednesday, November 24, 2010 9:00:16 PM GMT Tuesday, November 23, 2010 3:16:03 PM GMT
It is a very common requirement to have charts in our applications. No doubt that Dundas Charts is a common choice and a very good one too I believe… I guess that is due to the large verity of chart types and the common, very convenient, Chart component that is used to create many types of charts. (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.microsoft.co.il
tags: .NET, dundas, Programming, Development, Web, how to, Charts, Ajax, applications, controls, ASP.NET
2
Shouts

Does Visual WebGui represent a Declarative or rather an Imperative development style? - Itzik Spitzen

published 909 days, 2 hours, 2 minutes ago posted by webguiwebgui 909 days, 18 hours, 16 minutes ago
Tuesday, November 23, 2010 1:00:50 AM GMT Monday, November 22, 2010 8:46:42 AM GMT
This interesting subject does bother some of the .NET developers out there... one of the reasons for which it is so interesting to understand this deeper, is the perception on declarative programming representing a more advanced approach... Well, while there is no doubt about declarative being the more advanced approach, we should carefully go about determining what is really declarative programming and where exactly the thin line between declarative and imperative programming goes. I guess that if you... (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.microsoft.co.il
tags: .NET, Cloud, Windows Client, Programming, Development, Web, UI, Ajax, ASP.NET
3
Shouts

Visual WebGui 6.4 RC1 released

published 912 days, 35 minutes ago posted by webguiwebgui 913 days, 17 hours, 50 minutes ago
Saturday, November 20, 2010 2:28:02 AM GMT Thursday, November 18, 2010 9:12:09 AM GMT
Gizmox R&D team has been working very hard in order to bring this version to the required stability level. During that period, thirteen QA versions have been produced and our QA team and beta-testers group have been testing it for a coupon real-world applications while covering all the possible scenarios we could think of. (more)
category: Web Dev | clicked: 3 | comment | | source: www.visualwebgui.com
tags: .NET, Programming, Development, Web, ASP .NET, enterprise applications, Ajax, HTML 5
4
Shouts

ASP.NET Ajax will not be left behind the HTML5 rush, Visual WebGui the ASP.NET extension will support HTML5 frontends

posted by webguiwebgui 915 days, 18 hours, 39 minutes ago
Tuesday, November 16, 2010 8:23:12 AM GMT
And here is where Visual WebGui presents its value. VWG takes a different approach all together. It virtualizes .Net code atop ASP.NET server, and by doing that, it provides 2 major achievements: In design time and in Run time. (more)
category: Web Dev | clicked: 5 | comment | | source: www.visualwebgui.com
tags: Silverlight, Framework, Flash, Development, Web, WPF, UI, Ajax, ASP.NET, html5
4
Shouts

New assessment tool for moving apps to SaaS Web/Cloud released

published 923 days, 11 hours, 58 minutes ago posted by webguiwebgui 924 days, 12 hours, 23 minutes ago
Monday, November 08, 2010 3:04:18 PM GMT Sunday, November 07, 2010 2:39:23 PM GMT
Now, in order to support those declerations Visual WebGui released a tool that can analyze .NET Windows Forms applications in a matter of minutes and provide a quick assessment report about your Client/Server (.NET Windows Forms at the moment and soon VB6 and other Client/Server technologies) application readiness to be moved to ASP.NET based Web and Cloud using the Visual WebGui CloudMove solution. (more)
category: Web Dev | clicked: 1 | comment | | source: www.visualwebgui.com
tags: Cloud, Modernization, migration, Framework, Web, Windows, applications, WinForms, ASP.NET
3
Shouts

Gizmox - the only .NET based vendor to offer instant Client/Server CloudMove - announces a new free downloadable assessment tool

posted by webguiwebgui 929 days, 18 hours, 17 minutes ago
Tuesday, November 02, 2010 8:45:19 AM GMT
Gizmox, the developer of the award-winning Visual WebGui (VWG) Platform announced today its instant CloudMove assessment tool that tells prospects "how close their applications are to the Cloud". It generates a report that details the automatic logic code transposition and needed user interface adjustments, which are also handled by smart tools. Prospects can download the assessment tool for free, run the report and get Gizmox's free evaluation support in assessing the task. The AssessmentTool can be ... (more)
category: Web Dev | clicked: 3 | comment | | source: www.visualwebgui.com
tags: .NET, Cloud, migration, Framework, Development, legacy, Web, UI, Tools, platform
3
Shouts

Image Handling in Asp.net

posted by ashishsarda99ashishsarda99 952 days, 12 hours, 7 minutes ago
Sunday, October 10, 2010 2:55:56 PM GMT
Share|This article discuss about Image Handling, which in turns become important while handling high resolution images and displaying them in different sizes. Especially in case of E-commerce web applications, where admin can add different images of the same product so that users can get feel of the products. Also for image galleries where we need display same image in different sizes with zoom in and zoom out options.For above requirement following points should be consideredImage should not distorted w... (more)
category: Web Dev | clicked: 3 | comment | | source: aspdotnetmatters.blogspot.com
tags: Image Handling, Image Control, Image resizing in asp.net, Web, asp.ner mvc, Image Manipulation, web development, Image Handling in asp.net, Image resizing, ImageProcessing
5
Shouts

Consuming URL Shortening Services – bit.ly | Just Like a Magic

published 954 days, 8 hours, 59 minutes ago posted by elsheimyelsheimy 956 days, 10 hours, 30 minutes ago
Friday, October 08, 2010 6:03:29 PM GMT Wednesday, October 06, 2010 4:33:00 PM GMT
This is a very hot article that you can’t leave without checking it first. This article is talking about the most popular and powerful URL shortening service ever, bit.ly. Today, we are going to talk about bit.ly API, its functions, and how you can access them from your .NET application. Don’t forget to download the sample code at the end of the article. Let’s go! (more)
category: Web Dev | clicked: 0 | comment | | source: justlikeamagic.com
tags: .NET, Web Services API, Web Services, API, Web, ASP.NET
Previous 1 2 3 4 Next