By tag: web
0
kicks
Piwik - Cool Open Source Alternative to Google Analytics
Piwik is a downloadable, open source (GPL licensed) web analytics software.
It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages and so much more.
0
kicks
Handling JSON data securely, Five JavaScript Tips in Five Days
JSON (JavaScript Object Notation) is a lightweight data format commonly used in Ajax requests. Unfortunately, JSON has some inherent security concerns. In this post, I'll discuss the problem with JSON and the fix that makes it safe to use in your Rich Internet Applications.
0
kicks
What Constitutes Ethical SEO?
As a web developer / someone who has a blog, I understand dealing with spam is one of the necessary evils of having a comments enabled on my site. Too often, SEO companies use unscrupulous tactics in the name of website optimization. What is the best way to prevent link spammers from overrunning you...
0
kicks
On-Server AJAX, a paradigm shift that brings the AJAX benefits
This article tells you the benifits that AJAX can bring for any enterprise.
0
kicks
Microsoft Web Platform Installer Beta
Making the Microsoft Web Platform Install like Microsoft Office Suite, More...
0
kicks
Have you ever wanted to monitor a website for changes?
Here is a free and handy tool to have around for anyone that has ever wanted to monitor when a web site has changed. This is a very small install and a very small task to alert you when your favorite page has a new update. RadPop also hides so that it is nearly unnoticeable. The program nicely al...
0
kicks
Javascript Closures
One of the features of Javascript is closures , Javascript closures keep the local variables of a function even after it returns.
0
kicks
ASP.NET – Connecting asp.net to mysql database
This article wil tell you how to create a database in mysql and how to connect that database to an ASP.NET application. :)
0
kicks
Test your web design in different browsers
Online tool to see what your website looks like in various browsers. http://browsershots.org
0
kicks
New blog on ASP.net and web standards
Come and see! If you are an ASP.net developer, you cannot ignore the world is turning to web standards!
0
kicks
Introducing Microsoft Expression Web
Your journey through Expression Web begins here with an introduction to the product. Specifically, you will do the following: Become familiar with the Expression Web interface, Learn about the many options available within the menu bar, Understand the role of Task Panes, Use and customize toolbars, ...
0
kicks
What I want With the Web
Things (very very) important on the web other than AJAX and Web 2.0
0
kicks
Sams Teach Yourself C# Web Programming in 21 Days
Learn how to how to use C# for Internet programming with the hands-on techniques and clear explanations. This book discusses some C# features that allow rapid development of solutions such as garbage collection, simplified type declarations, and scalability support. The book explains key concepts in...
0
kicks
Creating an ASP.NET MVC OutputCache ActionFilterAttribute
This blog post explains how to create an OutputCache ActionFilterAttribute to enable server-side and client-side caching.
In every web application, there are situations where you want to cache the HTML output of a specific page for a certain amount of time, because underlying data and processing ...