August 22, 2006

[CSS] Practical CSS Layout Tips, Tricks, & Techniques

Filed under: Links to note — HanaDaddy @ 10:35 pm

There are various CSS techniques to help you create nice look to your page.

Practical CSS Layout Tips, Tricks, & Techniques

CSS Design: Taming Lists

Sliding Doors of CSS

Sliding Doors of CSS, Part II

[CSS] css ZenGarden: The Beauty in CSS Design

Filed under: Links to note — HanaDaddy @ 10:31 pm

http://csszengarden.com/

Protected: [credit card]- Authorize Capture AVS CVS

Filed under: Uncategorized — HanaDaddy @ 10:30 pm

This post is password protected. To view it please enter your password below:


[C] Separate Large Mailbox(IMAP format) into two files based on date

Filed under: Programming — HanaDaddy @ 10:26 pm

You can generate a copy of your IMAP mailbox based on particular date and hour.

Actually this code generate a copy of IMAP mailbox based on the date & optionally hour argument.

Arguments: mailbox_filename date(mm/dd/yyyy) [hour]
hour is optional arg.

For example, if your inbox size is larger than 50 Meg and you are having hard time to read the box with your shell mail client.

Let’s say you want to save mails from ‘usermail’ file upto 09/01/2005.

You should run ( let’s say the compiled program’s name is divide)

$> divide usermail 09/01/2005

Then all mails received after 09/01/2005 will be saved to ‘usermail.bak2′.
You can backup the original mail file and rename the ‘usermail.bak2′ to ‘usermail’.

Here is the actual code.
(more…)

[C] Debugging Segment Error with gdb in Linux

Filed under: Programming, Uncategorized — HanaDaddy @ 10:22 pm

1. Compile the source with -g option.

2. run gdb

(gdb) file exefile
(gdb) run [arg is optional]

After segment error occurs, type ‘up’ until you see the proper source file & line where the segment occurs.

(gdb) up
(more…)

Page 19 of 21« First...«1718192021»
 

42 queries. 0.358 seconds. Powered by WordPress