CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting



Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.resources Tags:
Item Type: NewsGroup Date Entered: 6/22/2005 8:37:57 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 18 Views: 23 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
19 Items, 1 Pages 1 |< << Go >> >|
DocHoliday
Asp.Net User
Article: Ajax6/22/2005 8:37:57 AM

0/0

URL: http://www.adaptivepath.com/publications/essays/archives/000385.php

This article gives a good overview about Ajax. I am curious how this will affect DNN later on.

Cheers,

DocHoliday



MCSA/MCSE on W2K3, artless DNN operator
nokiko
Asp.Net User
Re: Article: Ajax6/22/2005 9:52:06 AM

0/0

like this :)

http://www.dnnbeta.com/Default.aspx?tabid=52

ajax call to get module content from othr tab

ajax call to dnn search interface

 


Armand Datema
5 Skins, 4 SkinObject, 38 Containers, 2 Modules and more Euro 50 a year.
SchwingNuke
Offshore DNN and ASP.net development
Container Creator
DocHoliday
Asp.Net User
Re: Article: Ajax6/22/2005 10:47:21 AM

0/0

Nice! I should have known that it could only be the web wizard nokiko Wink [;)]

Cheers,

DocHoliday

 


MCSA/MCSE on W2K3, artless DNN operator
rodneyjoyce
Asp.Net User
Re: Article: Ajax6/22/2005 10:54:51 AM

0/0

Hmm - yeah - it's pretty cool stuff - I was reading this article this morning
http://ajax.schwarz-interactive.de/csharpsample/default.aspx

and I plan to implement it in a later version of my Smart-Thinker DataGrid to prevent posting the whole lot back on Sorting and Paging...



Rodney

nokiko
Asp.Net User
Re: Article: Ajax6/22/2005 11:05:53 AM

0/0

yeah I have used that ajax dll in a few projects but no dnn yet.

The version on dnn beta is pretty simple, I use one javascript call to do a httprequest to the a dnnpage with module and tabid and use the print skin and container so that the content is very clean. I then use javascript to parse the content between 2 givn comment tags  in my no container.ascx and then display this in the page with innerhtml function

But using the ajax.net dll dnn could be a lot faster to use without to many annoying postbacks
Armand Datema
5 Skins, 4 SkinObject, 38 Containers, 2 Modules and more Euro 50 a year.
SchwingNuke
Offshore DNN and ASP.net development
Container Creator
rodviking74
Asp.Net User
Re: Article: Ajax6/22/2005 12:19:35 PM

0/0

Ajax.Net looks quite promising but I'm a bit concerned about using it in my sites because there's no licensing info in their website, so it's OK for personal, hobby sites but I couldn't put it on a customer project right now.

Does anyone have more info on that aspect?

rodviking74
Asp.Net User
Re: Article: Ajax6/22/2005 12:27:14 PM

0/0

Nokiko, I am a bit confused regarding the website you linked (dnnbeta): is it using Ajax or the equivalent implementation from MS for ASP.NET 2 (remote client calls)?

One guy from the Whidbey team mentioned remote calls in a podcast (dotnetrocks) but didn't enter in much details, and it seems that MS is not doing a lot of noise about it...sincerely it feels like an aftertought due to Ajax's recent increase in mindshare (considering that XML + Javascript + HTTP Request to emulate async calls is a very old technique!)
DocHoliday
Asp.Net User
Re: Article: Ajax6/22/2005 1:21:10 PM

0/0

 rodviking74 wrote:

Does anyone have more info on that aspect?


As far as I have read it is stated that Ajax.net is not open source, while the dll is free. There is an alternative called Sarissa. For more information please take a look at the following commentary by Joe Audette:  Open Source Ajax for ASP.NET using Sarissa

Cheers,

DocHoliday


MCSA/MCSE on W2K3, artless DNN operator
nokiko
Asp.Net User
Re: Article: Ajax6/22/2005 1:33:25 PM

0/0

hi

ajax.net is opensource since today ;)  ( awaiting acceptance by sourceforge )

Sarissa : not realy AJAX, sarissa is a library to support better dom xml handling among browsers one of them being httprequest support.

@rodviking : on dnnbeta i am using a very simple ajax call , no asp.net 2.0 


Im also betatestig something called RadCallback from Telerik . This is an asp.net 1.1 version of standard controls like textbox treeview dropdown inputbox etc but then with asp.net 2.0 like callback instead of postback which also works very nice.


Armand Datema
5 Skins, 4 SkinObject, 38 Containers, 2 Modules and more Euro 50 a year.
SchwingNuke
Offshore DNN and ASP.net development
Container Creator
DocHoliday
Asp.Net User
Re: Article: Ajax6/22/2005 1:37:50 PM

0/0

 nokiko wrote:

ajax.net is opensource since today ;)  ( awaiting acceptance by sourceforge )


Oh... good news Geeked [8-|], at last.

Cheers,

DocHoliday

 


MCSA/MCSE on W2K3, artless DNN operator
nokiko
Asp.Net User
Re: Article: Ajax6/22/2005 1:47:02 PM

0/0

and you can always drive to the netherlands to visit my advanced skinning presentation where i will talk you to all of this and show and give you examples;)



Armand Datema
5 Skins, 4 SkinObject, 38 Containers, 2 Modules and more Euro 50 a year.
SchwingNuke
Offshore DNN and ASP.net development
Container Creator
DocHoliday
Asp.Net User
Re: Article: Ajax6/22/2005 2:02:28 PM

0/0

 nokiko wrote:
and you can always drive to the netherlands to visit my advanced skinning presentation where i will talk you to all of this and show and give you examples;)


Well...who knows? Utrecht is just around the corner. Perhaps there will be an opportunity for business in the future, but this depends on which type of projects might be coming ahead. Hard to say at the moment.

Cheers,

DocHoliday


MCSA/MCSE on W2K3, artless DNN operator
nokiko
Asp.Net User
Re: Article: Ajax6/22/2005 2:11:09 PM

0/0

hehe

well first change is wednesday at microsoft tech centre in Barneveld , beforeI do private tutoring I have to clean up first ;)
Armand Datema
5 Skins, 4 SkinObject, 38 Containers, 2 Modules and more Euro 50 a year.
SchwingNuke
Offshore DNN and ASP.net development
Container Creator
DocHoliday
Asp.Net User
Re: Article: Ajax6/22/2005 2:35:40 PM

0/0

 nokiko wrote:

beforeI do private tutoring I have to clean up first ;)


<movie quote>remember the Zulus...they keep coming back!</movie quote>

MCSA/MCSE on W2K3, artless DNN operator
DocHoliday
Asp.Net User
Re: Article: Ajax6/26/2005 5:47:22 AM

0/0

You can vote for Ajax support in Whidbey:

http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=9c2b3819-4ab0-4435-8ece-f25118056278

Cheers,

DocHoliday



MCSA/MCSE on W2K3, artless DNN operator
locopon
Asp.Net User
Re: Article: Ajax6/29/2005 2:40:10 PM

0/0

I just become a new ajax fun.

Anybody knows about any compatibility limitations? what browsers support it and what browsers not?

Thanks in advance (I link to the info could help)


Mauricio M?rquez Anze
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
DocHoliday
Asp.Net User
Re: Article: Ajax6/30/2005 7:34:20 AM

0/0

Hi,

can't answer your questions, but FYI: http://weblogs.asp.net/scottgu/archive/2005/06/28/416185.aspx

Cheers,

DocHoliday



MCSA/MCSE on W2K3, artless DNN operator
Ed_DeGagne
Asp.Net User
Re: Article: Ajax7/2/2005 3:49:12 AM

0/0

We've been using it for about a month in our portal software and haven't ran across any cross-browser issues yet.

You do run the risk of business logic creeping into the presentation layer, but the risk is worth the benefits IMO.

We're able to do things in our web portal software now that we could only do in desktop app's previously.

We haven't driven it as hard as we probably could have yet, but it is very promising.



nokiko
Asp.Net User
Re: Article: Ajax8/3/2005 11:12:35 AM

0/0

ajax works in most new browsers except for opera 7.x. it is supposed to work in opera 8 but never tried or tested that
Armand Datema
5 Skins, 4 SkinObject, 38 Containers, 2 Modules and more Euro 50 a year.
SchwingNuke
Offshore DNN and ASP.net development
Container Creator
19 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
The Book of JavaScript: A Practical Guide to Interactive Web Pages Authors: Thau, Pages: 490, Published: 2007
Professional Ajax Authors: Nicholas C. Zakas, Jeremy McPeak, Joe Fawcett, Pages: 598, Published: 2007
Passive and Perspective Authors: Louise H. Cornelis, Pages: 295, Published: 1997
Professional Joomla! Authors: Dan Rahmel, Pages: 457, Published: 2007
Ajax Bible Authors: Steven Holzner, Pages: 695, Published: 2007
Beginning Ajax Authors: Chris Ullman, Lucinda Dykes, Pages: 498, Published: 2007
Ajax Design Patterns: Creating Web 2.0 Sites with Programming and Usability Patterns Authors: Michael Mahemoff, Pages: 635, Published: 2006
Ajax on Java Authors: Steven Olsen, Steven Douglas Olson, Pages: 211, Published: 2007
Software Engineering for Modern Web Applications: Methodologies and Technologies Authors: Dan Brandon, Daniel M. Brandon, Pages: 350, Published: 2008

Web:
Ajax (programming) - Wikipedia, the free encyclopedia In the article that coined the term Ajax, [3] Jesse James Garrett explained that it refers specifically to these technologies: ...
10 "Must Read" articles on AJAX and Accessibility | Stanford ... Collected below is a series of articles and opinions that hopefully will leave you with the same conclusion - if you’re going to use AJAX , you had better ...
adaptive path » ajax: a new approach to web applications Feb 18, 2005 ... Did Adaptive Path help build Google’s Ajax applications? ... Ajax is our name for the overall approach described in the article, ...
Asynchronous JavaScript Technology and XML (Ajax) With the Java ... Jun 9, 2005 ... Read more about Ajax and find links to working example applications from this article in author Greg Murray's weblog. ...
Mastering Ajax, Part 1: Introduction to Ajax Dec 6, 2005 ... If you're curious about where the term Ajax came from, check out Jesse James Garrett and his excellent articles (like this one) on Ajax. ...
A List Apart: Articles: Getting Started with Ajax Mar 7, 2006 ... The start of 2005 saw the rise of a relatively new technology, dubbed “Ajax” by Jesse James Garrett of Adaptive Path. ...
Juicy Studio: Improving Ajax applications for JAWS users This article uncovers undocumented behaviour in JAWS 7.1 and later, which allows web developers to build Ajax applications that update the virtual buffer ...
AJAX and Screenreaders: When Can it Work? [JavaScript & Ajax ... May 5, 2006 ... Google does yield some results, notably the article "AJAX and Accessibility" at standards-schmandards, which talks about ensuring that ...
AJAX Tutorials - Learn AJAX AJAX Jobs : Writing Technical or Tutorial article by handy01 · AJAX Jobs : Nonpublic project #340691 by froggyman · AJAX Jobs : Nonpublic project #340693 by ...
A List Apart: Articles: User-Proofing Ajax Dec 5, 2006 ... Provides advices to get trust from users with Ajax applications.

Videos:
Drupal Ajax Form Validation and Submission This is a custom module made for Drupal 5. If $form['ajaxform'] is set to true a form alter is done to setup the form for Ajax submission. The jQue...
Ajax-Powered Google Maps Mashup Tutorial Video This is the video companion to the article named "Ajax-Powered Google Maps Mashup Tutorial" found on dev2dev.bea.com. The article discusses how easy ...
AJAX and PHP End-to-End Debugging Debuging Ajax applications using Firebug and the Zend Developer toolbar source: PHP Abstract http://devzone.zend.com/article/2459-PHP-Abstract-Podca...
Searching Flickr the XForms Way Step-by-step tutorial showing how to use XForms to build an Ajax application that searches Flickr. (XForms is a W3C language that extends HTML, so th...
All The Information In The World, The Way You Want Google Tech Talks May, 23 2008 ABSTRACT Overview: Mark Birbeck has spent a number of years working on flexible user interfaces, both by developing ...
Ajax版チェックボックスの読み上げサンプル ▼第1回:FF3、IE8が対応!これがWAI-ARIA http://www.thinkit.co.jp/article/133/1/ ▼【見やすさと使いやすさ】WAI-ARIAによるアクセシブルRIA http://www.thinkit.co.jp/article/133/ ▼Think ...
Routing using Zebra @ SkillsCamp Pune 2007 SkillsCamp is an ad-hoc gathering born from the desire for people to share and learn in an open environment. At SkillsCamp people, with knowledge to ...
drew geting his ass kicked drew geting his ass kicked
Huntelaar Free Kick (PES 2009) Brilliant Free kick Huntelaar Pro Evolution Soccer 2009
MOS - Better Off Alone Ajax: Yes this is the song we used for that one vid where we asked if we should change our pitch. Stan: And Three Days Grace is still sick. Trey: Enj...




Search This Site:










module name: bpm personal stockticker

dnnadmin

akrion ava skin released !

looking for a great skin designer

bug in iis + solution

seabury design blog tutorial

dnn bug tracking database location

great source of free dotnetnuke stuff.

javascript in dnn

dnn developer

link button visible by user roles

news section on godnn.com

free module

new module: bring2mind.guestbook (yet another ...)

trekkies...

error: file upload is currently unavailable

download wmv files

looking for an e-commerce / e-shop module for dnn

very!! professional dnn skins!!

upgrading from dnn1 to dnn3x

whos online module

iis log reports for multiple domains on a single server using dotnetnuke

akrion 4 new dnn skins released! contribute skin to dnn future releases ???

new christmas themed skin

new dotnetnuke portal dashboard module

free tutorial: automating vs 2005 dotnetnuke module building tasks

common module developer questions article

vacation property for rent by owner

dnn host that support rss module/external http calls?

search not returning any results

  Privacy | Contact Us
All Times Are GMT