|
|
ZackThom
ZackThom
 |
|
Stories kicked by ZackThom
|
|
published 2 years, 7 months ago, submitted by
gavinjoyce
2 years, 7 months ago
code.google.com — Google Calendar allows client applications to view and update calendar events in the form of Google data API ("GData") feeds. Your client application can use the Google Calendar data API to create new events, edit or delete existing events, and query for events that match particular criteria.
There are many possible uses for the Calendar data API. For example, you can create a web front end for your group's calendar that uses Google Calendar as a back end. Or you can generate a public calendar for Google Calendar to display, based on your organization's event database. Or you can search relevant calendars to display a list of upcoming events on those calendars. read more...
1 comment
|
category: Web Services | Views: 145
|
|
tags:
WebServices, API, Google | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 7 months ago, submitted by
arnonel
2 years, 7 months ago
arnonel.com — The Ultimate Asp.net 2.0 Security, Role, Membership and Profile Provider List V1.0 read more...
2 comments
|
category: ASP.NET | Views: 4
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
k000der
2 years, 8 months ago
weblogs.asp.net — Upcoming ASP.NET Releases in April by ScottGu read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
keithrull
2 years, 8 months ago
community.devpinoy.org — A friend of mine asked me today about encoding a string Base64. The scenario was that he has some files that he wants to be allowed for download on their company website and that he doesn't want the people who are downloading the files from his website to see where the downloads are coming from. The files are located in a folder inside the webserver outside of the virtual directory. The decision that the came up with was just to Base64 encode all the paths, pass ito to a new page via querystring and then decode that value on the download page. I gave it a shot and this is the code i gave him to serve as a guide on how he can effectively implement this. read more...
add a comment
|
category: ASP.NET | Views: 2
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
j.monty
2 years, 8 months ago
msdn.microsoft.com — This How To shows you how to configure and use protocol transition and constrained delegation to allow your ASP.NET application to access network resources while impersonating the original caller. read more...
add a comment
|
category: Security | Views: 1
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
kimshuree
2 years, 8 months ago
thoughtblog.com — Kick guide on how to use the Surrounds with feature in Visual Studio 2005 read more...
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
ColdChilli
2 years, 8 months ago
radio.javaranch.com — Shows how to warn or update a users ASP.Net session using AJAX/Atlas read more...
add a comment
|
category: AJAX | Views: 1
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
itzrahulsoni
2 years, 8 months ago
blogs.msdn.com — This entry shows you how to add webparts dynamically to the Catalog Zone in ASP.NET 2.0. The reason why you may like to do it is because you have a lot of webparts to choose from which you don't want to show up directly when your user logs in. Using this method you can load them dynamically only in the Catalog zone. I had a customer which had a very similar requirement. I found it a good one to share and here it is... read more...
add a comment
|
category: ASP.NET | Views: 42
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
harlev
2 years, 8 months ago
codeproject.com — CAPTCHA is short for "completely automated public Turing test to tell computers and humans apart" and is the most popular technique used to prevent computer programs from sending request to Web servers. This can be for meta-searching search engines, doing dictionary attacks in login pages or sending spam using mail servers. You may see CAPTCHA images in Google register page when you do availability check on too many usernames or in Yahoo, PayPal and many other big Web sites. read more...
1 comment
|
category: ASP.NET | Views: 46
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
harlev
2 years, 8 months ago
codeproject.com — Shows how to add 'Google Suggest' functionality to an ASP.NET application. read more...
add a comment
|
category: AJAX | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 8 months ago, submitted by
harlev
2 years, 8 months ago
codeproject.com — Example of an asp.net page with progress display and a cancel button. A single page starts a long running process, shows the progress and shows the process completion message. read more...
add a comment
|
category: ASP.NET | Views: 17
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 9 months ago, submitted by
j.monty
2 years, 9 months ago
aisto.com — Reflector is an excellent utility - a class browser for .NET components. It supports assembly and namespace views, type and member search, XML documentation, call and callee graphs, IL, Visual Basic, Delphi and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers. read more...
add a comment
|
category: CLR | Views: 2
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 9 months ago, submitted by
j.monty
2 years, 9 months ago
blogs.worldnomads.com.au — From Matt Bourne's Blog: "As some of you would have noticed, I like to do my matching in steps. That is, match the main tag that I'm after and then match for the attributes." read more...
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 9 months ago, submitted by
csmba
2 years, 9 months ago
sellsbrothers.com — After discovering this tool, I just can not imagine doing any regex coding in .net without this. It is free, and saves you tons of debug time and compilations.
All you need is to play with your regex on this tool, perfect it, and then write the code. just love it! read more...
|
|
tags:
RegEx | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years, 9 months ago, submitted by
teenwolf
2 years, 9 months ago
techtoolblog.com — Benchmarking test with 116 web controls on 1 page to reduce viewstate size from 43.3 kb to 3.5 kb. read more...
add a comment
|
category: ASP.NET | Views: 20
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 2 years, 9 months ago, submitted by
j.monty
2 years, 9 months ago
eggheadcafe.com — Excellent article on how to have web services check SSL certificate status and over-ride that default behavior based on the CertificateProblem enum. It also covers how to use BASIC authentication with SSL on the web service as well. read more...
add a comment
|
category: Security | Views: 6
|
|
tags:
WebServices, SSL | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|