Welcome to Rainbow Portal Community Sign in | Join | Help

Browse by Tags

All Tags » Web Development   (RSS)

Internet Explorer Developer Toolbar

I recomend the Internet Explorer Developer Toolbar to everyone, it's quite pleasant to use. http://channel9.msdn.com/wiki/default.aspx/Channel9.InternetExplorerDevToolbar The Internet Explorer Developer Toolbar provides several features for exploring

Programming the Web

There are many many "Web 2.0" services out there, I will add more to this list as I find myself testing them and trying them out.

LinQ, Blinq, and ContentDB

So, I tested out LinQ today, and found my way to Blinq which is an autogenerator admin tool for DB's generating a bunch of asp.net pages, linQ code, super fast, using a couple of cool things.

Awsome Design time Tutorial

Some cool things he shows like : DataBoundControlDesigner Control Collections Embedded Resource Files and more...
Posted by Jonathan | 0 Comments
Filed under: ,

Site updates

check out the tab control demo which utilizes the config app. http://www.jonavi.com/TabControl.aspx

Client Side Efficiency

But hey might be thinking... if you take out all the script, then the page doesn't really do much of waht you originally intended, does it. Well... yes and no... as my colllegue kindly explained... the key is to put pieces of the puuzzle that you already know... and think of how they may play nice together.
Posted by Jonathan | 1 Comments
Filed under:

Updatead Content Item Image

I have added and organized the objects a little more, there are also a number of other classes you dont see there such as culture, status, category and their respective collections, there is also a preliminary dal object currently using an sql wrapper i upgraded to use dbprovider factory i got on codeproject

Summary of ASP.NET 2.0 Tutorial Videos

ASP.NET HOW DO I Video Series: Caching (Part 1) This video is part one of a two-part series introducing the new caching features of ASP.NET 2.0. Page Output Caching followed by the new ASP.NET 2.0 Database Caching support for SQL Server 2000 and SQL Server
Posted by Jonathan | 0 Comments
Filed under: ,

NDoc for .NET 2.0

Kevin Downs the creator of NDoc has started working on NDoc for .NET 2.0 again. You can get the latest stable build at any given time from ndoc.sourceforge.net/ndoc-nightly.zip Currently he has added support for 2.0 iterators and anonymous methods. And
Posted by Jonathan | 0 Comments

NTFS junction point

An obscure, not very well known OS feature since Win 2000, the NTFS Junction is basically like a virtual or mapped folder so that you can have one folder in multiple locations at the same time, but in reality are just one folder, with one file collection.
Posted by Jonathan | 0 Comments
Filed under: ,

Code Documentation

A great little tool I have been using alot for documenting rainbow, and now alot of my code is this thing GhostDoc . It has plenty of features, but right out of the box you can quickly do ctrl+shift+d and it will interpret a method or paramater name (hint,

Sharing Master Pages and Themes across applications

Themes: Using Global Theme is way to share Theme between different Apps. eg if you want to create a Global Theme called theme1 For Cassini server create a Theme1 folder inside framework folder like \WINDOWS\Microsoft.NET\Framework\v2.0.xxxxx\ ASP.NETClientFiles\
Posted by Jonathan | 8 Comments
Filed under: ,

Composite Controls And ViewState keys

Reading some of my daily blogs today, I came across a nice post by Scott Guthrie , talking about Composite Controls. He explained something that I felt was worth mentioning, which I had not previously known. This is something that is actually going to
Posted by Jonathan | 3 Comments

SVN Commit [ Settings Wizard, Magic Ajax, Message Conrol ]

I have committed my current developer code, to my SVN trunk. svn+ssh://anonymous@forgesvn1.novell.com/svn/rainbow/sandboxes/jminond or if you are a developer who might be commiting fixes to my issues :-) svn+ssh:// [yourUsername] @forgesvn1.novell.com/svn/rainbow/sandboxes/jminond

Rainbow with magic ajax

A little update: Eric sent me the latest AJAX dll, posted on the community files list. I have successfully configured my wizard to save settings and all that, however, I am still debugging the ajaxified version. Basically, I have the settings wizard implementing
More Posts Next page »