(2 votes, average: 5 out of 5) Loading ...2,870 Views 244 Words
I have recently started using GMAIL as my pop-mail spam filter and its working great so far.
I used to check my pop-mails through web based system. I decided to centralise all of this and just use GMAIL. I feel GMAIL has a better SPAM filtering logic, and secondly I wanted to centralise all my emails.
The way I went about is, for my pop-mail, I went to the "C-Panel" and added a filter to sent all mails to 'something@mydomain.com' (an existing email adderss) to 'test@mydomain.com' (a non existing email address)
Then I created a "FORWARDER" to send all email coming to 'test@mydomain.com' to 'my_gmail_address@gmail.com'
Now, in my GMAIL account, I created a "LABEL" to identify these emails and added a "FILTER" such that all email where "TO: contains something@mydomain.com" should be 'applied the newly created label' and should 'skip inbox'.
This works like a charm for me.
I check all my emails at one place.
Storage capacity is not a problem as emails stay only in GMAIL box. Even if you own a 5MB webspace, no need to worry
Even if your domain expires (for those lazy people like me), you still retain all your old emails.
Take advantage of Googles Spam Filter.
Probably many more advantages I havent figured out yet...
(3 votes, average: 5 out of 5) Loading ...6,303 Views 586 Words
Most often in print media, one sees multi column layouts where the text overflows from one column to another.In flash, there is no way of connecting two dynamic text fields such that when you reach the end of the first column, the text automatically overflows to another columns (this is a very common feature in most of the print publishing softwares.)I recently came across a situation where I had to display such multi column text which overflows to another text field.I figured out a quick sollution, not sure if its the best way to do it.Heres what I did:Step-1:Create a vertical column of Dynamic text field, give it instance name 'myTXT'Step-1:Create another vertical column of Dynamic text field to the right side of the first one and name it 'myTXT1'Step-3:Dynamically load large piece of text in the first column 'myTXT' (for this example I am hard coding the text here):
Step-4:Copy the same text to the other column like this:
In most cases, the right side column will not be filled completely with text, it will be the residue of the first column.If the lines of text in second column are less then the total lines it can accomodate, the split will not be correct.To overcome this, lets add some extra breaks in the second column:
Step-5:Last step is to move the scroll position of the second column text:
Thats it, you should be ready to enjoy!!Download 2 column exampleDownload 3 column example---------------------------Update : 22 Jun' 2006---------------------------The above code works fine when the content in the first column is surely going to overflow to the second column.BUT, when the content in the first column is less, you get two columns with same content in both of them.Now thats not what we would like, right?So, here is a slight modification to the code posted earlier.To avoid situation like the one mentioned above, we will do one check. That is, we will populate the second column only when the first columns overflows.
(1 votes, average: 5 out of 5) Loading ...5,331 Views 92 Words
This time around, I am working on creating a complete Flash Interface for Wordpress.
Work is in progress and I should be ready to show the piece soon.
This has involved modifying some core 'Include' files and creating a complete 'Theme' file set and ofcourse the Flash Frontend.
The intension is to create both AS 1.0 and AS 2.0 compatible (two seperate versions). AS 1.0 is in progress and some work on AS 2.0 has started as well.
Almost all features on a standard blog will be available: Commenting & Searching included.
note: Due to few people reporting some problem, I have changed the name of the function so that it does not clash with some other plugin which might be using same function name. Atleast I think that is the reason why some people are not able to view the Quicktag.
Can you try this new download and let me know if this works fine?.