var alinks_link; var trackImage = new Image(); function alinks_click(link) { var keyphrase = link.innerHTML; trackImage.src = 'http://www.thecredence.com/wp-content/plugins/alinks/classes/aLinksAjax.php?log=' + keyphrase; pause(1000); return true; } function pause(numberMillis) { var now = new Date(); var exitTime = now.getTime() + numberMillis; while (true) { now = new Date(); if (now.getTime() > exitTime) return; } }
You seem to be using a version of Internet Explorer.你似乎可以用一个版本的ie 。 For a safer browsing experience, please consider一个更安全的浏览体验,请考虑 and

If you're new here, you may want to subscribe to our RSS feed as well as to our NewsLetter (on Top Right hand menu) to get highly informative articles weekly...and NO, we never spam!如果你是新这里,你可以订阅我们的rss以及我们简讯 (顶右手菜单) ,以获得翔实周刊文章… …不,我们从来垃圾!

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.一段时间(将近一个星期) ,我写作不是过多地放在博客(刚刚写就的asp文章对网络安全 ) ,我忙着制作下一批物品。 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.我已完成检讨超过15 wordpress的插件和4 asp的文章很多+ php的东西呢。 So in few hours, there is going to be a huge update *WOOT*因此,在几个小时内,将是一个巨大的更新* * 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... 继续读… …

Comments (0) Posted by TheCredence on Sunday, September 9th, 2007 评论( 0 ) 张贴thecredence对周七, 2007年9月9日


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.这种情况下,很多时候,人们忘记了还有两个wordpress的登录名和密码,并因为他们只能取回密码邮寄时,他们均进入登录/密码正确,他们就不断获得误差:输入正确的登录和电子邮件。

Now to reset wordpress Admin password or login or email, there are 2 ways.现在wordpress的重置管理员密码或登录或电子邮件,有2方式。 Either do it with using PhpMyAdmin or through MySql.要么做它用phpmyadmin或通过mysql的。 If you want to reset wordpress password using PhpMyAdmin, check this page .如果你想要重置wordpress的密码,用phpmyadmin 检查此页 I myself prefers this over MySql but somehow whenever I uses it, it says error and operations never gets performed.我喜欢这个mysql的,但在某种程度上,每当我使用它,它说,错误和行动从未得到履行。 So I had to look at the other way of using MySql.所以,我不得不看看其他方式使用mysql 。

Continue reading... 继续读… …

Comments (0) Posted by TheCredence on Sunday, September 9th, 2007 评论( 0 ) 张贴thecredence对周七, 2007年9月9日


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.这可能不是真正的,但我已经注意到了这个不止一次对我的站点现在,如果你放入谷歌搜索框(从谷歌adsense的帐户)或谷歌合作搜索框,你的网站得到抓取和索引谷歌快得多。

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.我每天添加内容,并增加了50多条进入,但由于域名是新的,并没有返回给它谷歌呈现只有12页索引权开始。 Than I decided to add Google co-op and *bang* in less than 48 hours it started showing 78 pages.比我决定增列谷歌合作社* *邦在不到48小时内开始出现78页。

Continue reading... 继续读… …

Comments (0) Posted by TheCredence on Saturday, September 8th, 2007 评论( 0 ) 张贴thecredence上周六, 2007年9月8日


After covering tons of stuff related to PHP , I felt may be I should start covering other web languages like ASP and JSP.占地后,吨料有关php中 ,我感觉到,可我首先应涵盖其他网络语言一样, asp和jsp的。 So here is my first ASP related article.因此这里是我的第一asp的相关文章。

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...虽然这篇文章是对认证过程中既作业手。 继续读… …

Comments (2) Posted by TheCredence on Friday, September 7th, 2007 评论( 2 ) 张贴thecredence上周五, 2007年9月7日


By default, wordpress offers automatic feed creation of your blog which can be seen as http://<yourblogname>/feed which is very nice (if you want to create your own feed using PHP program than please read my article How to Create RSS Feeds using PHP ).默认情况下,提供wordpress的饲料自动创建博客,你可以看作是http:// <yourblogname> /饲料是非常好的(如果你想要创造自己的饲料用php程序比请阅读我的文章如何创造的rss饲料用php ) 。

I feels RSS plays a very important part in blog promotion and everyone should publish there feeds.我感觉rss的扮演一个非常重要的部分,在促进博客与大家应该出版有饲料。 Being them such a big part of blog, there are services like FeedBurner (which has been recently boughtby Google for 100 Million USD) who provides addon features for RSS feeds with viewers tracking.被他们这么大的一部分博客,有服务,如uigarden网络(已于日前boughtby谷歌为100万美元)的人提供addon特点rss聚合与观众进行跟踪。

Continue reading... 继续读… …

Comments (0) Posted by TheCredence on Friday, September 7th, 2007 评论( 0 ) 张贴thecredence上周五, 2007年9月7日