Archive for May, 2014

27 May 2014

cut the unwanted tail

22:37 | javascript | 684 views

There is a big array and the items joined by comma like this: I don’t need the end with the many unwanted comma. I try to cut the string at the last real value. Let’s extend the string object with the followings: to call this:


27 May 2014

extend the console

22:37 | javascript | 709 views

The javascript console is a very important part of a developer life. Here is a small reshape of the console.


27 May 2014

instead of conditional call

22:36 | javascript | 721 views

I want to create an easy adjustable command processor class with some implemented callable commands. The command definition like this: In a conditional world we can do the following: Be careful we need to edit this statement every time when we want to put new command into the collection. So we can avoid this if […]


27 May 2014

Send email with bcc from Oracle SP

22:32 | oracle | 1507 views

There is a general problem to send an invisible copy of email from oracle stored procedure. Let’s start with a simple mailer propcedure and add a new recipient (second one) to the connection – that will be BCC! This second one recipient is missing from the header “To:” section and will be invisible. and here […]


#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }