blogger template editor

http://download.cnet.com/YouCMSAndBlog-WYSIWYG-IDE/3000-10247_4-10835719.html

just to let everyone know to try out new free WYSIWYG editor for
Blogger template (YouCMSAndBlog) . It lets you edit your template on
one window, while interactive result view on another window (view) and
can easily switch full editing / viewing screen easily. Inserting
Blogger tag template easily by selecting from Left listbox and  you
can extend it to support any other Blog tags list tempate you want to
do so.

With this small size software, you can even let your user download
your template and they can try out on their own local machine how the
final template result will looks like.

Features for this early release (Version 1.0):

    * Interactive View through True View and Quick View mode while you
edit your template. For Blogger template, you can use Quick View to
design your own mock data (dummy data) in HTML code  to be rendered
with your template in local machine. (Note: for this release, this
View only support Old Blogger).
    * Easily switch to Full Editor mode (like UltraEdit IDE), Full
View mode or Hybrid mode (Default mode)
    * Code Syntax Highlighting (Coloring), which you can configure
from your main configuration file using Regular Expression
    * Find words with color highlighting
    * With Quick View, users will not need to install CMS or Blog
Engine on their local machine, i.e: Blogger Template, user can
download the template and open it using this IDE to get a dummy view
easily.
    * With True  View, user will get instant true view from your
running CMS or Blog engine hosted locally.
    * Automatic back-up for all files you are editing but can be
turned off.

For video demo, you can click on this link : http://youtube.com/watch?v=wBWTg9rc3oc

or article and download link: http://vivociti.com/content/view/41/53/


How To Add Music or MP3 Songs in Your website


If you want to embed any music file or mp3 in to your website, so that your listeners can enjoy it, then here's a simple way to do it !

First of all you need a DIRECT link of the song/ mp3 file.
So upload it to:
OpenDrive (Recommended), or

Now you will be having a link to your music file like this:
http://www.opendrive.com/files/7285877_812bb/airtel_1.mp3

Now use the code, displayed below:
<embed type="application/x-shockwave-flash" wmode="transparent" src="http://www.google.com/reader/ui/3523697345-audio-player.swf?audioUrl=YOUR_MP3_FILE_ADDRESS" height="27" width="320"></embed>
Replace the text in RED, with the DIRECT LINK of the MP3 file (from your OpenDrive account).
This plays the song like this:

Reverse Engineering Tools in Linux – strings, nm, ltrace, strace, LD_PRELOAD






Reverse Engineering Tools in Linux – strings, nm, ltrace, strace, LD_PRELOAD

Posted: 06 Mar 2012 10:02 PM PST

This article explains about the tools and commands that can be used to reverse engineer an executable in a Linux environment. Reverse engineering is the act of figuring out what a software does, to which there is no source code available. Reverse engineering may not give you the exact details of the software. But you [...]

Read More: Reverse Engineering Tools in Linux – strings, nm, ltrace, strace, LD_PRELOAD



Perl training



Need to cover these topics :

1. overview of scalars/arrays/hashes/subroutines
2. regular expressions
3. references and complex data structures
4. modules and packages
5. file handling, OS interface and ftp
6. perl debuggining
7. OO Perl, Moose
8. SQL::Abstract
9. Catalyst Web framework
10 DBIx::Class
11.Closures/Type globs 



some of my best articles


http://www.victoriousliving.in/2008/08/procrastination-what-are-you-putting.html
http://www.victoriousliving.in/2008/02/goal-setting-for-every-christian.html
http://www.victoriousliving.in/2007/12/if-youre-not-choosing-to-spend-regular.html
http://www.victoriousliving.in/2007/12/joy-comes-by-putting-jesus-first-others.html
http://www.victoriousliving.in/2012/01/tips-to-stay-focused.html
http://www.victoriousliving.in/2012/01/productive-christian-life.html
http://www.victoriousliving.in/2011/08/disciplined-life-richard-s-taylor.html
http://www.victoriousliving.in/2011/08/your-thoughts-root-of-your-goal.html
http://www.victoriousliving.in/2011/07/grow-as-faithful-disciples-of-christ.html
http://www.victoriousliving.in/2011/07/grow-as-faithful-disciples-of-christ.html
http://www.victoriousliving.in/2011/06/points-on-how-to-improve-your-life.html
http://www.victoriousliving.in/2011/06/points-on-how-to-improve-your-life.html
http://www.victoriousliving.in/2010/08/30-days-to-success-by-steve-pavlina.html
http://www.victoriousliving.in/2010/08/power-of-clarity-by-steve-pavlina.html
http://www.victoriousliving.in/2010/06/how-to-be-fruitful.html
http://www.victoriousliving.in/2010/05/ways-to-stay-focused-at-work.html
http://www.victoriousliving.in/2010/05/rediscovering-your-passion.html
http://www.victoriousliving.in/2010/04/be-excellent-your-christian-witness.html
http://www.victoriousliving.in/2010/04/be-excellent-your-christian-witness.html
http://www.victoriousliving.in/2010/03/are-you-putting-things-off.html
http://www.victoriousliving.in/2009/06/succeeding-at-home.html
http://www.victoriousliving.in/2009/04/fruit-of-spirit-ought-to-be-trademark.html
http://www.victoriousliving.in/2009/04/staying-focused.html
http://www.victoriousliving.in/2008/12/eliminate-everything-unnecessary-in.html
http://www.victoriousliving.in/2008/09/i-die-every-day-by-bro-milton.html


show open database connections

mysql> show status like '%onn%';
+--------------------------+-------+
| Variable_name | Value |
+--------------------------+-------+
| Aborted_connects | 0 |
| Connections | 8 |
| Max_used_connections | 4 |
| Ssl_client_connects | 0 |
| Ssl_connect_renegotiates | 0 |
| Ssl_finished_connects | 0 |
| Threads_connected | 4 |
+--------------------------+-------+


mysql> show processlist;
+----+------+-----------------+--------+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+----+------+-----------------+--------+---------+------+-------+------------------+
| 3 | root | localhost | webapp | Query | 0 | NULL | show processlist |
| 5 | root | localhost:61704 | webapp | Sleep | 208 | | NULL |
| 6 | root | localhost:61705 | webapp | Sleep | 208 | | NULL |
| 7 | root | localhost:61706 | webapp | Sleep | 208 | | NULL |
+----+------+-----------------+--------+---------+------+-------+------------------+


$ mysqladmin status

Uptime: 4661 Threads: 1 Questions: 200 Slow queries: 0 Opens: 16 Flush
tables: 1 Open tables: 6 Queries per second avg: 0.043

Response Vs Reaction









Response Vs Reaction

At a Restaurant, a cockroach suddenly flew from somewhere and sat on a lady. She started screaming out of fear. With a panic stricken face and trembling voice, she started jumping, with both her hands desperately trying to get rid of the cockroach. Her reaction was contagious, as everyone in her group also got panicky.

The lady finally managed to push the cockroach away but it landed on another lady in the group. Now, it was the turn of the other lady in the group to continue the drama.

The waiter rushed forward to their rescue.  In the relay of throwing, the cockroach next fell upon the waiter.  The waiter stood firm, composed himself and observed the behavior of the cockroach on his shirt. When he was confident enough, he grabbed it with his fingers and threw it out of the restaurant.

Sipping my coffee and watching the amusement, the antenna of my mind picked up a few
thoughts and started wondering, was the cockroach responsible for their dramatic behavior?
If so, then why was the waiter not disturbed?  He handled it to near perfection, without any chaos.  It is not the cockroach, but the inability of the ladies to handle the disturbance caused by the cockroach that disturbed the ladies.

I realized that, it is not the shouting of my father or  my boss or my wife that disturbs me, but it's my inability to handle the disturbances caused by their shouting that disturbs me. It's not the traffic jams on the road that disturbs me, but my inability to handle the disturbance
caused by the traffic jam that disturbs me.

More than the problem, it's my reaction to the problem that creates chaos in my life.

Lessons learnt from the story:

I understood, I should not react in life.  I should always respond.  The women reacted, whereas the waiter responded.  Reactions are always instinctive whereas responses are
always well thought of, just and right to save a situation from going out of hands, to avoid cracks in relationship, to avoid taking decisions in anger, anxiety, stress or hurry.





a

Other Articles

Enter your email address: