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
It has been a long time since I have written in my blog because of my workload. Yesterday I have seen that you cannot directly right click and add web reference to a console application. Instead, you have to click “Add Service Reference”, click “Advanced”, click “Add Web Reference” button at the bottom and then [...]
Let’s say you have two tables that include towns and cities and you also have two fields in an entity that you have to keep the town and city of customer address. All you want to do is to load towns that are valid for the selected city only. Below you will find how to [...]
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 [...]
You can set NULL values for datetime values in your update parameters by using DBNull.value. SqlPar(0) = New SqlClient.SqlParameter("@CreatedOn", DBNull.Value) You can not use vbnull for null values. It sets the date to the lowest available value which varies (2.1.1900 for me).
After dealing with this situation for about two hours, I have decided to blog this so that you will easily implement your own code into your web page. First of all calling events for buttons in flash has changed a little in Actionscript 3. The new code to implement event is as the following… btnA.addEventListener(MouseEvent.CLICK, [...]
Tutorialized is a website that has a huge archive of tutorials in all types of categories in design and development. They are especially focused on Photoshop.
In this tutorial I will try to show you how to create a logo with reflection effect in Photoshop. 1 – Use the text tool to write what ever you like. 2 – Rasterize your text layer. The easiest way to do this is by trying to use the erase tool on the layer. 3 [...]