background preloader

.NET TOOLS

Facebook Twitter

150 Worth Knowing Web Developer Tools and Techniques. Creating state of the Art Web Development in reasonable time requires access to quality resources, tools and experience. You simply cant afford to start over from scratch all the time when everyone else is taking advantage of all the free goodies making advanced Web Development a easier.

This article combines tools, scripts, solutions that I have stumbled over over time and that I find worth knowing. You will find different types of Ajax scripts and tricks ready to use, menus, navigation and tabs, auto completion, form and button enhancements, table and grid aid, powerful stuff you can do with images windows and much more. Get started and boost your development with 125 worth knowing Web Developer Tools and Techniques. Advertisement Ajax Navigation, Menus, Tabs Ajax Tabs Content Script This is a versatile Ajax Tabs Content script that lets you display content pulled from external files inside a DIV and organized via CSS tabs. Virtual Pagination script Switch Content Script 19.

JSON showcase: 24 Irresistible jQuery Tips to Power Up Your JavaScript Skills. jQuery makes using JavaScript easy even for most designers because of it’s huge community and supply of really useful plugins. Using plugins is great for sure but knowing a bit more of what is going on behind the curtain can make you more powerful than you would expect. Digging into the coding details may not be that simple but with the good examples, tips and tricks in this article you should have a good chance. Advertisement Storing Data Use data method and avoid storing data inside the DOM. Some developers have a habit of storing data in the HTML attributes like fx $('selector').attr('alt', 'data being stored'); // later the data can be retrieved using: $('selector').attr('alt'); HTML attributes is not meant to store data like that and the “alt” as a parameter name does not really make sense. $('selector').data('paramtername', 'data being stored'); // then later getting the data with $('selector').data('paramtername'); Demo here Columns of equal height Target blank links ...

Use Cheat Sheets. Dynamic Drive DHTML(dynamic html) & JavaScript code library. PDFCreator | Download PDFCreator software for free. Icon Search Engine | Iconfinder. 40 Online Generators for Web Designers Should Bookmark. Online Generators for Web Designers can be a great way to save time in your web design projects.

High-quality generators can create graphics or code or even layouts in a matter of seconds or minutes, things that might take an hour or more if done by hand. Online generator are those tools that help us to create those popular “XHTML valid” CSS banners, micro buttons or css website templates in seconds. In such cases online generators can be of great help which do the necessary job and some tools don’t have to be downloaded also. We all know that backgrounds play a crucial role in a design. Web Designers sometimes spend a lot of time in making pattern or stripe backgrounds and there are also tool to help you out here. In this article, I have listed some of the online generators that can save you some time and still give you great results. Advertisement 1. 2.

The web form generator from Web Form Factory automatically generates he necessary backend code to tie your form to a database. 3. 6. Kuler. BgPatterns — Background Patterns Maker. Jing, instant screenshots and screencasts, Thank you. Mega Collection Of Cheatsheets for Designers And Developers. Cheatsheets and various quick reference guides are available for almost any type of software and language these days. Unfortunately they’re not always easy to find when you actually need them.

This is why I decided to take some time to gather up as many as possible and share them with you here! Hopefully this can be a timesaver for you, along with teaching you a new trick or two. The resources have been divided into various categories to make them easier to find. Below are more than 100 cheat sheets and reference cards for the following topics: CSS3 Cheat Sheet ↓ CSS2 Visual Cheat Sheet ↓ CSS Cheat Sheet (V2) ↓ Css Property Index ↓ BluePrint CSS ↓ HTML 5 Cheat Sheet ↓ HTML5 Canvas Cheat Sheet ↓ HTML5 Glossary ↓ HTML Character Entities Cheat Sheet ↓ Color Codes Matching Chart HTML (Convert CMYK, RGB Hex) ↓ Javascript JavaScript Cheat Sheet ↓ Javascript DOM ↓ JavaScript Reference Card ↓ jQuery 1.4 API Cheat Sheet ↓ jQuery selectors ↓ jQuery 1.3.2 ↓ jQuery 1.3 ↓ jQuery 1.2 ↓ Mootools 1.2 Cheat Sheet ↓ MySQL. Cheat Sheet : All Cheat Sheets in one page.

Download – The Snippet Manager. Zeta Resource Editor. Click to zoom (Please see the bottom of this article for the latest updates)(The official website is located at www.zeta-resource-editor.com. The project is also available at CodePlex, at GitHub and Google Code) Introduction This is a small utility application that enables you to edit string resources from multiple different resource files together inside one single data grid. Background When translating the resources of a .NET application into other languages, the biggest and most difficult task for me was to translate string resources: The recommended way (at least what I know) is to create one single .RESX file for every language you want the strings to be translated to.

Since I had to duplicate the resource keys into each RESX file, I often did not manage to keep the resource keys synchronal among all RESX files. This is where the idea for this tool came up: Take all RESX files, merge their resource keys and display the resource values side by side in one editable data grid. 1.) 2.) 3.)

Online manual - Zeta Resource Editor. Introduction Zeta Resource Editor is a small utility application that enables you to edit standard Microsoft .NETstring resources from multiple different resource files together inside one single data grid. This is usually helpful when doing translations of a .NET Windows Forms application or an ASP.NET Web application into one or multiple languages. Screenshot of the main window When translating the resources of a .NET application into other languages, one of the biggest and most difficult tasks is to translate string resources: The recommended way is to create one single .RESX file for every language you want the strings to be translated to.

I.e. one "Resources.resx" for neutral/English, one "Resources.de.resx" for German, one "Resources.fr.resx" for French, etc. Since you have to duplicate the resource keys into each RESX file, you probably sometimes forget to keep the resource keys synchronal among all RESX files. How to use the tool 1.) Keep the naming schema "Resources. 2.) 3.) 4.)