Yesterday, I was scanning through an article of .net magazine which referred to the best css sites of the year. One of them was particularly impressive on both desgin and content (which is also my personal site of the year favourite). Although the site is one of the best I have ever seen in design [...]
For most of the companies that send mass e-mails to their clients, delivering e-mails to inbox folder is a painful process. As spammers always develop new techniques to bypass spam filters, the spam filters update their methods and criterias frequently to deny them or place their e-mails into junk folder. In this article, I am going to try to explain what steps you should take to bypass these filters and get your e-mails to be delivered to your clients' inboxes
When you try to open your websites from IIS in Vista or Windows 7, you may receive a message such as this: To access local IIS Web sites, you must run Visual Studio in the context of an administrator account. This error can be caused by 3 reasons:
You liked the sound in flash but you cannot find it in MP3 or WAV formats ? If you have a SWF Decompiler (like SoThink SWF Decompiler), a Flash editor(like Adobe Flash) and a Proper Converter(like Total Video Converter) you can easily extract the sound file out of the fla or swf files. So, let’s go step by [...]
I have installed Windows 7 yesterday to my old desktop which has 1,5 GB of RAM, an Intel Mainboard, an ATI Radeon 9200 and an onboard sound card. After the installation system seemed to be running nearly as smooth as Windows XP or at least better than my brother’s new laptop with Vista. I had [...]
It has been a while since we discussed which game is better in eksisozluk (a turkish dictionary site) which one of these games is the best strategy game under the topic of Age of Empires 2: The Conquerors
If you are using ESET NOD32 there is a chance that you will get this error to windows live messenger. The solution is to remove the msnmsgr.exe selection from advanced setup like at the picture below. If this doesn’t solve your problem there is a slight chance that this can be becaues of the .sqm [...]
You cannot direcly update the state code or status code in Microsoft Dynamics CRM 4.0. Instead you have to use FulfillSalesOrderRequest/Response. Here is the code… Dim ordercl As orderclose = New orderclose() ordercl.salesorderid = New Lookup() ordercl.salesorderid.type = EntityName.salesorder.ToString() ordercl.salesorderid.Value = New Guid(SalesOrderId) Dim ffSalesRequest As FulfillSalesOrderRequest = New FulfillSalesOrderRequest() ffSalesRequest.OrderClose = ordercl ffSalesRequest.Status = [...]
Internet Explorer 8 is different from the previous verisons in many ways. One of them is the way you debug javascript. IE 8 has its own developer tools and one of them is for script debugging. Press F12 to open developer tools and click script tag to use debugging features of IE 8. Also you [...]