Archive for the ‘Others’ Category

.htm pages in wordpress plugin

This plugin will automatically add .htm extensions at the end of wordpress pages. Special note: keep the permalink settings of wordpress as “/%postname%.htm” and then install and activate this plugin Download htm-on-pages wordpress plugin [...]

How to get the Authrization Code in GODADDY

The godday system is naturally complex and slow to manage it. So you want to transfer your domain to other registrar and you need the authorization code of your domain name. Just follow this procedure. Hope this will help. 1. go to godaddy.com. 2. login there by using your user name and password. 3. Then from the left go to the My Products –> Domain Manager 4. Now you can see all of your domains in go daddy. Look beside the domain of domain.com, you will see a...

Article from another blog

(This article is taken from one of my other blog.) from few days one thing is clicking in my head very simple but not initiated before.so i have posted the problem in phpfreaks forum and got some useful solutions : #1 : hi i want to know how to run continuous service which is written in php? for example : i want to inform through email to my clients in a particular time automatically , how to do it ? Thanking you Tanvir. => Cron job. # 2 : but there is one question...

Simple XML pursing with XPath

Hello again. Today i will talk about how to purse XML simply with .NET’s XPath features.We know XML now days gets very important thing for transferring or what ever. I will show how simply we can Purse a XML file.Suppose we have a XML file named “Sample.xml” and the structure of that XML file is as bellow: 1: <?xml version="1.0" encoding="utf-8" ?> 2: <items> 3: <item> 4: <name>Tanvir</name> 5:...

Simple Mail send Through .NET

Hello all ,Today i will describe how to send mail through .NETFirst we have to configure the SMTP mail server . In this context i have assumed you mail server has been configured (including web.config ).Now we have to import using System.Net; using System.Net.Mail; .csharpcode, .csharpcode pre{ font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/}.csharpcode pre { margin: 0em; }.csharpcode...

Event fire at certain time.

(This article is taken from one of my other blog.) from few days one thing is clicking in my head very simple but not initiated before.so i have posted the problem in phpfreaks forum and got some useful solutions : #1 : hi i want to know how to run continuous service which is written in php? for example : i want to inform through email to my clients in a particular time automatically , how to do it ? Thanking youTanvir. => Cron job. # 2 : but there is one question...
Page 1 of 1712345NextLast »