Hello,
I am creating a simple Asp.Net Blog system. All blog posts have an ID which is an unique identifier (a GUID).
Now I wanna create permalinks. What format should I use? How can I do this?
Could someone, please, help me out?
Thanks,
Miguel
Hi,
A permalink is a redefinition of the url in an easier way for a user to read or identify it.
Check http://en.wikipedia.org/wiki/Permalink
For example a blog post with such an url:
http://www.mydomain.com/post.aspx?id=398179823223
would become something like:
http://www.mydomain.com/<4 digit year>/<2 digit month>/<2 digit day>/<article name>/
This would show the post with id=398179823223
I don't know exactly how to implement this in my ASP.NET web site.
Thanks,
Miguel
Hi,
A permalink is a redefinition of the url in an easier way for a user to read or identify it.
Check http://en.wikipedia.org/wiki/Permalink
For example a blog post with such an url:
http://www.mydomain.com/post.aspx?id=398179823223
would become something like:
http://www.mydomain.com/<4 digit year>/<2 digit month>/<2 digit day>/<article name>/
This would show the post with id=398179823223
I don't know exactly how to implement this in my ASP.NET web site.
Thanks,
Miguel
Hi shapper,
Forgive me cuz i'm not familiar with this "permanent link" and what i suggested may be wrong. I searched thru the internet and found the following informaton. i hope it can be helpful to solve your problems anyway.
"With Ajaxium it is easy to construct permanent links which guide exactly to the page opened. So if the ASP.NET page is accessible for the visitor by a link, it is just as accessible when Ajaxium is enabled." (Orignial Article see:http://www.ajaxium.com/ajax-critique.aspx) So, could you try to impliment it using AJAX?
Hope my suggestion helps . thanks :)
0 comments:
Post a Comment