domukajoor 
 Active Member Posts: 27
 |
| 11/05/2006 06:51 AM |
|
Hi I would like to know how to use AJAX(ATLAS) with Dotnetnuke.I noticed that you did ajax this site and would like to know how you did it.The effect you put on some part of the site with ajax is just great.Congratulations!
|
|
|
|
|
Vasilis 
 Yellow Member Posts: 315
 |
| 11/05/2006 07:21 AM |
|
Hi and welcome!
I don't really use AJAX on this site... I use JavaScript and DHTML in some cases but not AJAX.
Tell me which part of the site made you think that is AJAX and I'll tell you what technique I have used.
BTW there are many DotNetNuke modules that use AJAX. At snowcovered.com just type AJAX in the search field and click Go. You'll get a list with many of them. My favorite one is the Nebulosity which I plan to use on this site soon.
Thanks for your good words!
Cheers
|
|
|
|
|
domukajoor 
 Active Member Posts: 27
 |
| 11/06/2006 03:25 PM |
|
Thanks for your quick answer to my request.On the portfolio page when you click on a screenshot a pop up windows come up with a bigger and the background is greyout.It's that effet made me think that you did use ajax.I will appreciated if you can show me how you did to achieve that effet. Also I am using your great skin(illuminate metal) to learn how to skin.I found it clean and neat,so I use it as an example. thanks for donating to the community the DW extensions. God bless you
|
|
|
|
|
Vasilis 
 Yellow Member Posts: 315
 |
| 11/06/2006 07:01 PM |
|
For the portfolio I use the GreyBox. I've just created a GreyBox folder in the root directory of my site where I've put the files I downloaded from this page. Then I added the CSS and JS in the head area of my default.aspx. After that I can use that cool popup window anywhere in the site just by adding one onClick call on any object (image, link, etc.) Detailed information you can find on this page.
I'm sure you'll find it easy to use.
Let me know.
I'm glad you find the stuff on this site useful.
Thanks again!
Cheers,
Vasilis |
|
|
|
|
domukajoor 
 Active Member Posts: 27
 |
| 11/07/2006 01:36 PM |
|
Again thank you for your help,I will try this technique and let you how it did work for me.
By the way I am trying to reconstruct your skin illuminated metals but I am having problem with the container.After uploading the container,the images don't show up .
Here is the code:
--- Edited by Vasilis ---
Code has been removed from the post. A txt file with the code has been attached.
|
Attachment: container.txt
|
|
|
|
Vasilis 
 Yellow Member Posts: 315
 |
| 11/07/2006 03:50 PM |
|
The images don't show up because they need <%= SkinPath %>
so this:
< img src="media/yellow_topleft.jpg" height="48" width="14">
has to become:
< img src="<%= SkinPath %>media/yellow_topleft.jpg" height="48" width="14">
BTW the code you're working with is very old. I suggest to download and work with one of the new free skins like "MyFirstSkin" for which I have also written a tutorial that may help.
Cheers |
|
|
|
|
domukajoor 
 Active Member Posts: 27
 |
| 11/07/2006 07:19 PM |
|
Thanks,I will work on your tutorial
|
|
|
|
|
guya 
 New Member Posts: 2
 |
| 11/14/2006 03:33 PM |
|
Hi Thanks for interesting topic. I set GreyBox to get kind of experience, every thing is fine except I got '[object]' at the bottom of main page that I called GreyBox. I couldn't figure it out, do you have any idea? Thanks. |
|
|
|
|
Vasilis 
 Yellow Member Posts: 315
 |
| 11/14/2006 05:31 PM |
|
Hi,
Must be something wrong with your JS calls. If you work online, post the URL of the page with the error and I'll try to help.
Cheers |
|
|
|
|
guya 
 New Member Posts: 2
 |
| 11/15/2006 10:39 AM |
|
Hi,
Thanks for quick response. I couldn't attach a snap shoot of error page but I send you a code that I used to call GrayBox.
< a href="/dotnetnuke/Result.aspx" onclick="return GB_show('Result', '/dotnetnuke/Result.aspx', 500, 650)">Search Resulta>
If you need more info please let me know.
Thanks in advance |
|
|
|
|