Thursday, December 2, 2010

Shirley Baby

Shirley..



shirley my baby girl, i brought you home when you were only 3 months, you moved in with us on the 2nd day we shifted to our new home. You are the cuttest dog i eva had.
Mesh named after you shirley , you are the reason for me and mesh to be home even we have big arguments , because we know we have to feed you and you will be waiting for us.




sorry that i beat you when you keep on barking when i placed you in the cage you were so small to understand  but after that i let you out to roam around the house.
You don't like your feeds get wet so you wipe it by running around the house. So the whole house will get wet. And now my dear we found a reason to clean the house. 

When you are baby you keep urinating in the house on the carpet, i have to washed each time and i was tired but i love you so only thing i can do is scold you. Your face will become sad. Then i found a way that i need to place a newspaper on your cage and each time you urinate , i have to immediately clean it and place a new newspaper.
Mummy get angry when you bite my phone in to piece,my phone charger , my laptop charger my new roxy purse , my new pens, now i learned to keep everything out of your reach.





this is when i bald her
Shirley baby i know you dont like to go to petshop to have your hair trimmed and washed, but mummy have to sent you
so that you dont get sick. Doctor advice me not to give bath everday since your natural oil in the body will goes off and
your lifetime will go short. SO mummy can only give you bath once a week after your favorite walk in desa park city
where you meet the other dogs.After bathing you , i need to comb your hair and hairdry it. You like your hair been hairdryed dont you.



                             
  I sad to see your face waiting for mesh when he went to outstation, you wait for him in the doorway every evenning.
Its makes me feel so sad .. so i take to your favorite place desa park city for walking ..And you love the word walking...
You like to see your frens janu,guru and sharla in my mom house.Reminds me sometime when i go cross sharla's house ..
you bark at me on excitement to get out of the car.  Sorry that mummy cant take you there always.
Shirley ... my darling you are the smartest puppy that i could have. You listen to me as you were my baby.
I dressed you and get your injected every 6 months
worrying you will get sick. Since Once worried and cried my heart out when i took you to emergency ward in sentul because didn't take care you with your vaccination.

                               Shirley i know you will be bored at home alone but i try to make it up to you bringing you to park in the weekends.  
i miss you now already that i have forgotten to spend time with you this days. Mummy carry and hug you in d morning and night but i know thats is not enough for.Oh shirley I Love You.

Wednesday, December 1, 2010

Thinking so much to get EOS 550 D

yet i need to get a nice dinning table for my house.... don't know yet what my decision would be... 

Thursday, November 11, 2010

Cash Based Alternative ONline Payments

Interesting things to share about on the online payment methods


Cash Based online payment  ( U Kash)                                           
  • online transactions to be anonymous, no financial details is required . ( NO bank Card, NO bank account)
  • easy safe , private online payments for everyone
  • it works like  a coupon or voucher which has 19 digit pin number, amount of coupon and expiry date
  • typically higher merchant cost, since the agent or partners can charge service charge
 Traditional Online payments (visa, mastercard, paypal)
  • requires bank account, card and needs verification
  • moderate standard merchant fee

Wednesday, November 10, 2010

MESSAGE BROKER AND MQ

Websphere MQ - Application to application communication services regardless where the data resides. It can be in the same server or separate server. Websphere MQ faciliates communication between different application by sending and receiving application data via message queuing.
WebSphere MQ provides a secure and reliable transport layer for moving data unchanged in the form of messages between applications but it is not aware of the content of the messages.
It suppost most of the programming language like cobol, java, vb.net accross all platform

Websphere Message Broker - to extend MQ -
capable to understand the content of each message that moves through the broker.
processing messages from various sources, such as Java Message Service (JMS)

MQ is just a transport protocol layer to sent out messages and receive message but MB a Processor to process the content of the messages.





An XML parser converts an XML document into an XML DOM object - which can then be manipulated with a JavaScript.


Today i Learned lil something on SWIFT

What is swift : - Society for Worldwide Interbank Financial Telecomunication.
                    
                     Operation for the telecomunication, transmission, and routing of private and confidential and proprietary financial messages. also acts as a ISO creation and maintenance of financial messaging standards.
Telex - secure delivery of payment and confirmation information primary in treasury and banking areas.

SWIFT services -
FIN - Financial application - messages from user to user  (System Messages)
GPA - General Purpose Application  - messages from user to swift and vice versa

IFT (Interbank File Transfer)     For bulk file transfer of messages, for example low net value, high volume Retail payments
ACCORD        A centralised confirmation matching bureau service
Directory Services     An automated and centralised Standard Settlement Instruction service
                                 for message enrichment that at present is limited to Treasury and Payment information
RTGS (Y-copy)     Mostly used for sending a copy of a message or parts thereof to a third
                           party,for  example a Central Bank


SWIFT --  final destination address

MT0nn     System Messages
MT1nn     Customer Payments
MT2nn     Financial Institution Transfers
MT3nn     FX, Money Market & Derivatives
MT4nn     Collections and cash letters
MT5nn     Securities Markets
MT6nn     Precious Metals & Syndications
MT7nn     Documentary Credits & Guarantees
MT8nn     Travellers Cheques
MT9nn     Cash Management & Customer Status

The second digit represents the Group denoting that the messages are related to similar parts of a transaction's lifecycle. For example:
MT200     Financial Institution Transfer, Own Account
MT202     Financial Institution Transfer, Third Party
MT521     Receive (Securities) Against Payment
MT523     Deliver (Securities) Against Payment

The last digit is the Type and denotes the individual message. There are several hundred message types across the categories in total.

A special subset of Messages is known as the Common Group because the last two digits represent the same message in each category. For example:
MTn99     Free format
MT299     Free format relating to transfers
MT599     Free format relating to securities
MT999     General free format

Other common group messages are:
MTn90     Advice of charges, interest, etc
MTn91     Request for Payment of Charges, etc
MTn92     Request for Cancellation
MTn93     Directory Services
MTn95     Query
MTn96     Answer
MTn98     Proprietary Message Envelope

Wednesday, August 25, 2010

Preparing For Interview

Notes for me :

Difference between Vector and ArrayList 
Vector are synchronized .  Any method that touches the vectors are thread safe . but thread safe will incur perfomance issue, which cause you to cost you more. Whereby ArrayList are not synchronized which is better to be use if you dont concern on the thread safe. Both Vector and Array List will grow internally, and is good for retrieving element in specific position. This will also will cause performance issue. Better to use Linked list if you want to get access to the element at any position.

Difference between Hash Map and Hash Table?

Hash Map allows null value to be key and its not synchronized where else Hash table is synchronized and doesn't permit null value.

What is the meaning of Vector is synchronized in java?
It means multiple thread can safely read/modify data at the same time. But if you want to do this using Array list, then exception been thrown and incorrect data can be stored.


When we Talk about Design Pattern
Singleton is one a design Pattern
Advantage and Disadvatange
Singleton define on  only having one instance on a java class with having a global point to access it.

What is the meaning of CPU 100 %?
CPU 100% means.. system resource fully utillized..some codes or processing will take up alot of resource which is not good.it is possible you don't don't have enough memory, or cheap memory, a 5400 MB or slower hard drive, a memory defect, inadequate video card
memory, a failing hard drive, som...e other hardware problem, or too many
software programs loading.  More to be said.. Your coding is poor

What is static variable and static method?

static variables are classes variables not instance
variables .They are instantianted only once for a
class.They are initialised at class load time.
Static method can be referenced with the name of the name
of the particular object of that class. That's how the
library methods like System.out.println works



Basic Java on the OOP ( object Oriented Programming)


class is a template or specification.Class has member methods and member variable
in it. Car is a class you cant see but you can see Toyota Vios
therefore class is a base and Toyota Vios is a object. instance of the class.
object everything that you see that has properties or attribute is a object, well Toyota Vios in silver color   and high speed and petrol engine, therefore Toyota Vios is a object.this objects are created in class

during run time.so as conclusion object has state and behavior.
well by now, you should understand that , the object resides in the class and class has
its object's method and its variable...
well lets say to build car you need a blueprint, that specifies the perfect combination  and
vital things to manufacture a car...well if combination are in correct figure so manufacturing would be in perfect design  So this same method is used to produce thousands and thousand of car


1. Abstraction is enability,well bout abstraction you dont have to have deep knowledge on some method  achieving information without having deep knowledge about it.
Often, the superclass will be set up as an abstract class which does not allow objects of its prototype to be created. In this case, only objects of the subclass are used. To do this the reserved word abstract is included in the class definition.Abstract methods are methods with no body specification.
2.Encapsulation, is also a mechanism...well think of capsule.. the medicine capsule of course..
well you can see black + red cap join together to become a capsule well. encapsulation is a
mechanism to bundle or bind data and method in one single unit.like the setter and getter method
la encapsulating everything needly.everything written in curly bracket is encapsulating.
and another thing dont set in your head encapsulation is information hiding, cause it is not.
3. Polymorphism-is a mechanism,many forms with same name but different behavior.
They are two types when we talking about polymorphism.
Overloading and Overriding.
Overloading - having method with the same name, different parameter list.
Overriding - having method with the same name and the list of parameter list is same and the return types are same.
4.Inheritance, well like mag and my mom... what i am i got inherited some from my mom and very lil from my dad, that is how it works, inheritance is about generating new class from the existing one,well my mom and dad generate maggie..hahahha... multiple inheritance is not possible in java but it can be achieved using implements interface.
so you dont have to create a new class just inherit the class so that, this maggie will have some
extra features ..
The concept of inheritance greatly enhances the ability to reuse code as well as making design a much simpler and cleaner process.

In JAVA THERE IS NO MULTIPLE INHERITANCE, SO WE USE INTERFACES

Message Broker (MQ)  to be continued

Monday, August 23, 2010

Raksha Bandhan – 24th August, 2010

Raksa bandhan is celebrated today and its to tie rakhi to your brother's hand ... in order to celebrates brother-sister relationship. But i am eagerly waiting for vinayaga charuthi on 11th September, 2010... where i can eat lots of lots of indian sweets, and "puli rice and ponggal"..... and get blessing from the one....