Welcome to TheCredence.com - You may like to subscribe to our RSS feed to stay updated.
As promised I am going to cover some semi-advanced articles on ASP. I have already wrote one article on Authentication and security in ASP last week. Here is one more on Built In Personalization Techniques in ASP.Net 2.0
One of the most important feature that professional sites need to have implemented is personalization. If you look at a site you have already visited you will surprise how many things it knows about you. For example your name, address, visits count, ip address, your favourite theme. In order to be implemented personalization, another technology must be provided. That technology is called profiling. This is a way site to collect as many information about particular user as needed, just to provide comfortable environment. Some years ago coders had to write so much code to implement such technique. First they had to create database, then database fill, extract and UI programming to match the user preference.
Continue reading...
Posted by TheCredence on Sunday, September 9th, 2007
For some time (almost a week) I was not writing much on the blog (just wrote on ASP article on web security) as I was busy making the next set of articles. I only get time to write stuff on weekends so I need to make sure I utilize all the time in writing as its impossible to write during weekdays.
I have completed reviewing more than 15 wordpress plugins and 4 ASP articles + lot of PHP stuff too. So in few hours, there is going to be a huge update *WOOT*
and than I will take some rest for couple of days. I have some office work to do as well. Of course you are welcome to make comments and I will be replying to them instantaneously.
Continue reading...
TheCredence
Posted by TheCredence on Sunday, September 9th, 2007
This happens many times when people forget both there wordpress login and password and since they can only retrieve the password by mail, when they enter both login/password correct, they keeps on getting the error: Enter correct login and email.
Now to reset wordpress Admin password or login or email, there are 2 ways. Either do it with using PhpMyAdmin or through MySql. If you want to reset wordpress password using PhpMyAdmin, check this page. I myself prefers this over MySql but somehow whenever I uses it, it says error and operations never gets performed. So I had to look at the other way of using MySql.
Continue reading...
Posted by TheCredence on Sunday, September 9th, 2007
This may or may not be true but I have noticed this more than once on my sites now that if you add Google Search Box (from Google Adsense Account) or Google Coop search box, your site gets crawled and indexed by google much faster.
For example One of my blog Beats of India is only few weeks old. I am adding daily content to it and have added more than 50 articles into it but because the domain is so new and there are NO backlinks to it, google was showing only 12 pages indexed right from start. Than I decided to add Google co-op and *bang* in less than 48 hours it started showing 78 pages.
Continue reading...
Adsense Google Serps
Posted by TheCredence on Saturday, September 8th, 2007
After covering tons of stuff related to PHP, I felt may be I should start covering other web languages like ASP and JSP. So here is my first ASP related article.
The most popular technology for identifying users connecting and using particular web site is “authentication”. The authentication itself is the process of collecting information about user attempting to connect or use resources from the site and verifying it. In other words the user provide credentials to prove his identity and the build-in logic by the coder provides verification for his identity. After his identity is verified his right and restrictions are determined. This is called “authorization”. Although this article is about the authentication process both operations work hand in hand. Continue reading...
ASP Security Web
Posted by TheCredence on Friday, September 7th, 2007