Wednesday, November 24, 2010
10 Must-Have Google Chrome Extensions for Web Developers | DevGrow
Tuesday, November 9, 2010
All-In-One Code Framework
Tuesday, October 26, 2010
Monday, October 25, 2010
Wednesday, October 20, 2010
Code profiling and documentation made easy
Sunday, October 17, 2010
Wednesday, October 13, 2010
50 New Useful CSS Techniques, Tutorials and Tools
These are great times for front-end developers. After months of exaggerated excitement about HTML5 and CSS3, the web design community now starts coming up with CSS techniques that actually put newly available technologies to practical use instead of abusing them for pure aesthetic purposes. We see fewer “pure CSS images” and more advanced, clever CSS techniques that can actually improve the Web browsing experience of users. And that’s a good thing!
In this post we present recently released CSS techniques, tutorials and tools for you to use and enhance your workflow, thus improving your skills. Please don’t hesitate to comment on this post and let us know how exactly you are using them in your workflow. However, please avoid link dropping, but share your insights and your experience instead. Also, notice that some techniques are not only CSS-based, but use JavaScript, or JavaScript-libraries as well.
The article: http://www.smashingmagazine.com/2010/10/12/50-new-useful-css-techniques-tutorials-and-tools/
Faster Web Pages Using CSS/JavaScript Minification and Consolidation: ASP Alliance
About 70-90% of the time spent waiting for a page on the average web site is actually due to the number of HTTP requests required for images, JavaScript, and CSS files! A key step in improving load times is reducing the number of these requests. Another is reducing the amount of information that has to be transmitted. This article explains how to minify and consolidate CSS and JavaScript files.
4 .NET 4.0 Libraries You *Should* Know Better – MEF, Reactive, Tasks and Dynamic : Amazedsaint's .net journal
Saturday, October 9, 2010
Thursday, October 7, 2010
Wednesday, October 6, 2010
Tuesday, October 5, 2010
Monday, September 27, 2010
Wednesday, September 22, 2010
IE9 Beta release - MS Event
Tuesday, September 21, 2010
Wednesday, September 1, 2010
Performance tips when using JQuery
Friday, August 6, 2010
Learning JQuery
The selector gadget.
This bookmarklet will tell you a selector by clicking your target.
http://www.selectorgadget.com/
The JQuery Console:
http://onehackoranother.com/2008/10/jquery-javascript-console-bookmarklet/
Monday, July 26, 2010
Monday, June 28, 2010
data:urls, CSS sprites
Wednesday, June 23, 2010
The Great WebKit Comparison Table
Tuesday, June 22, 2010
The SD Times 100, 2010 : GIZMOX among the winners
Sunday, June 6, 2010
Thursday, June 3, 2010
Highslide JS
- Quick and elegant looking.
- No plugins like Flash or Java required.
- Popup blockers are no problem. The content opens within the active browser window.
- Single click. After opening the image or HTML popup, the user can scroll further down or leave the page without closing it.
- Lots of configuration options and scalability without compromizing on simplicity. A component system lets you strip away unused features down to a filesize of 10kB.
- Outstanding, unconditional and free user support for both commercial and non-commercial users.
- Compatibility and safe degrading. If the user has disabled JavaScript or is using an old browser, the browser redirects directly to the image itself or to a given HTML page.
- homepage
Wednesday, June 2, 2010
Gizmox announces ListView Challenge
Gizmox Visual WebGui SDK is platform, drastically reducing the effort for development of enterprise level RIA applications.
Advice on CSS you'll wish your mother told you
Tuesday, June 1, 2010
Understanding basic JSON
Friday, May 14, 2010
Interesting
IronPython - VS 2010 - the article link
VS 2010 d.wnload link (torrent)
Wednesday, May 12, 2010
Functional programming voices
5 Must-have Chrome Extensions
Friday, April 23, 2010
ASP.NET application and page life cycle
Thursday, April 22, 2010
Wednesday, April 21, 2010
SVN in Visual Studio
source-control plug-in for Microsoft Visual Studio 2005, 2008,
2010+. An interesting post describing the AnkhSVN.
Sunday, April 11, 2010
Adding a Skin to FCKEditor - the process
Sunday, April 4, 2010
Visual Studio Keyboard Shortcuts 2k5, 2k8
Wednesday, March 31, 2010
Tuesday, March 30, 2010
HTML, CSS Lists and indenting
Monday, March 29, 2010
Saturday, March 27, 2010
Vertical splitter implementation
jQuery Splitter Plugin
Thursday, March 25, 2010
Monday, March 22, 2010
Sunday, March 21, 2010
FCK Editor Toolbar Functions - 7 Videos
The tutorial shows how each of the FCK Editor Toolbar functions work, ranging from basic text editing, such as copy and paste techniques, through to creating various types of links such as anchor links. All options in the toolbar are demonstrated including the advanced functions for each button. This tutorial also comes with a PDF document which outlines all of the keyboard shortcuts used within the FCK editor.
The videos cover:
- Video 1 - Introduction, FCK Editor Basics, Toolbar buttons
- Video 2 - Copy and Paste Functions, Removing Formatting
- Video 3 - Text Formatting, Lists, Indents Text Alignment, Links
- Video 4 - Working with Links
- Video 5 - Working with Links and Images
- Video 6 - Working with Images, Flash and Tables
- Video 7 - Working with Tables, Insert, Formatting Text
Tuesday, March 16, 2010
Few tips 'n' tricks for Total Commander
Monday, March 15, 2010
40 Really Nice Free Icon Sets for Designers
Saturday, March 13, 2010
Top free troubleshooting tools for Windows
- Sysinternals's Process Explorer
- System Information for Windows
- BlueScreenView
- Sysinternals' Autoruns
- WinDirStat
- Unlocker and OpenedFilesView
Friday, March 12, 2010
ELMAH (Error Logging Modules and Handlers)
ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
Once ELMAH has been dropped into a running web application and configured appropriately, you get the following facilities without changing a single line of your code:
- Logging of nearly all unhandled exceptions.
- A web page to remotely view the entire log of recoded exceptions.
- A web page to remotely view the full details of any one logged exception.
- In many cases, you can review the original yellow screen of death that ASP.NET generated for a given exception, even with customErrors mode turned off.
- An e-mail notification of each error at the time it occurs.
- An RSS feed of the last 15 errors from the log.
Thursday, March 11, 2010
Chili NEXT - syntax highlighter
- Very fast highlighting, trivial setup, fully customizable, thoroughly documented, and MIT licensed
- Renders identically on IE, Firefox, Mozilla, Opera, and Safari
- Comes bundled with recipes for C++, C#, CSS, Delphi, Java, JavaScript, LotusScript, MySQL, PHP, and XHTML
- Many configuration options: Static, Dynamic, Automatic, Manual, Ad-Hoc, with Metaobjects.
- Provides fine control over which elements get highlighted by means of a jQuery selector or the mithical jQuery chainability.
- Fully supports javascript regular expressions, including backreferences
- The replacement format gives full control on what HTML is used for highlighting
- Provides examples which show setups and features
Collapsible Frame Script
Delaying JavaScript Event Execution
Delaying JavaScript Event Execution link
Wednesday, March 10, 2010
Thursday, February 25, 2010
Monday, February 22, 2010
Autosuggest and Autocomplete
Thursday, February 18, 2010
Wednesday, February 17, 2010
CSS/HTML/XSLT reference
Friday, February 12, 2010
Breadcrumbs with listomatic
CSS position modificator
Wednesday, February 10, 2010
CSS/DHTML/JavaScript resources
- JavaScript tabifier - HTML tab ( with sources )
- CSS Positioning in Ten Steps - nice entry level tutorial with examples, and official W3School link
- CSS layouts - one/two/three columns, fixed/liquid DIV only design
- jQuery source viewer - nice for learning the functions
- CSS reference from W3School