Monday, March 23, 2015

JAX-RPC


JAX-RPC

Full form :  Java API for XML-Based RPC

What is JAX-RPC ?

Ans : JAX-RPC  aimed at making it easier for applications or Web services to call other applications or Web services.Below diagram shows the JAX-RPC working.





SAAJ

SAAJ

Stands For : "SOAP with Attachments API for Java."

Use :

  • You  can make Java API calls that generate XML messages which comply with the SOAP 1.1 or 1.2 specifications, as well as the WS-I Basic Profile 1.1 specification.
  • It allows developers to read and write SOAP-based XML messages, and in some cases, to send and receive those messages over the Internet.
Alternative to  : JAX-RPC or JAX-WS.



Monday, March 16, 2015

Recent Tags

CSS3-Transition-Cross Fading



CSS3 Transitions enables us to create cross fading effect using only CSS3.Previously we used jQuery or javascript for achieving Cross Fading effect in our web pages.The new features in  CSS3 like transitions and transform helps to create animations or different types of effects for our web pages.Now a days all the web developers,make use of the CSS3 animations to make use of the CSS3 to make their pages more attractive.Here I am going to give an example of cross fading effect using only CSS3.These  effects can be used on our websites while we create image galleries or for showing details of an image ,when we hover the image.


HTML -Source code.
<div id="images">
<img alt="image1" class="Second" src="picture1.jpg">
<img alt="image2" class="First" src="picture2.jpg">
</div>

CSS3 -Source code
#images img
{
position: relative;
height:257px;
width: 400px;
}
#images 
{
position:absolute;
-webkit-transition :opacity 1s ease-in-out;
-moz-transition :opacity 1s ease-in-out;
-o-transition :opacity 1s ease-in-out;
transition :opacity 1s ease-in-out;
}
#images img.first:hover

opacity:0;}


Demo Code:

<html>
<head>
<style>
#images img
{
position:relative;
height:200px;
width:300px;
}
#images img
{
position:absolute;
-webkit-transition :opacity 1s ease-in-out;
-moz-transition :opacity 1s ease-in-out;
-o-transition :opacity 1s ease-in-out;
transition :opacity 1s ease-in-out;
}
#images img.first:hover{
opacity:0;}
</style>
</head>
<body>
<div id="images">
<img alt="image1" class="second" src="picture1.jpg"/>
<img alt="image2" class="first" src="picture2.jpg"/>
</div>
</body>
</html>












Babble

Babble tries to give you an alternative to Lorem Ipsum



If you have designed websites at least once, then you know how tedious it is to add Lorem Ipsum content all the time, in fact many designers say that you shouldn’t use it. It seems that we have a new alternative to Lorem Ipsum to help us in this regard, and it’s named Babble.

How can Babble help you?
This app is located in the menu bar once you install it and all it does is to generate babble content in order to fill your web pages. Instead of Latin stuff, the app will generate random, single words or even entire paragraphs based on what you need?

How is Babble useful?
Having an app that generates content for you all the time is really nice. Sure, the content might not make any sense, but it does look a lot more professional than a multitude of other tools that can be found out there.

Filler text is not a problem most of the time, but if your website still has Lorem Ipsum leftovers even after you finished development, then some very bad things can come out of it. It’s interesting to see how the filler content apps have evolved in the past few years, and to be honest Babble is the best tool released until now. Yes, it does have its own mishaps, but in the end Babble is one force to be reckoned with despite being a menu bar tool.

What categories of users can try it out?
Alongside the fact that Babble is a tool for web designers mostly, other categories of users can also try it out as well. Whenever you need filler content in your documents, for testing purposes for example, you just need to open up Babble, select the amount of text that you need and that’s it. There are no restrictions or bad things, just the text you need and you’ll like it for sure.

Googling for filler words might be frustrating and not that ok most of the time, so Babble manages to provide one of the most interesting alternatives in this regard.

Babble can be accessed immediately on the app store, at http://vulcanca.com/babble, and to be honest it has a very low price, so basically anyone can purchase and use it, since it’s only $1.29. It’s safe to say that this app will become the next best thing for people that use filler content often, but even the others will surely enjoy the unique content that Babble brings into the mix.

This app is set to bring a great alternative for web designers and filler content needers alike, so we encourage you to check it out, this is a good app. Will you try this application out, or do you know any other applications that can provide filter content for Mac or other platforms? Let us know in the comments section!