In this article I am going to describe how to work with Strings in JSP. Strings, which are widely used in Java programming, are a sequence of characters.
In this article we are going to understand something interesting related to text rotation. The text you want to rotate in your browser you can put in this application.
Windows Presentation Foundation (WPF) provides support for multimedia, vector graphics and animation, making it easy for developers to build applications that are interesting and that have simple user interfaces.
Web services are also classes just like any other .NET classes. Web services have methods marked as WebMethods that can be exposed by the WebServices to be consumed by the outside world. We can also overload the WebMethods but method overloading in a Web Service is not as straightforward as in a class.
Last week, I started to talk about chaining asynchronous Validation rules using jQuery Deferred objects . After writing up that post, I thought I might be able to factor-out the core idea into its own jQuery plugin - jQuery.whenSync(). Like the native jQuery.when() method, the jQuery.whenSync() method takes a variable-number of argument ... Read More »
Jetpack by WordPress.com Think of Jetpack as a supercharged plugin packed with various features to truly help you maximize your site's potential. While many plugins may offer one simple, yet important piece of functionality, Jetpack offers a ton of them. As for the plugin's social media perks, there's a Twitter Widget that displays a users latest updates. The Gravatar Hovercards feature adds small popups in the comments section that give a sneak peek into user Gravatar profiles. Easier sharing is enabled through WP.me Shortlinks. Want to implement embedding functionality? Jetpack will do...
To put it in a simple manner, Extension Methods have been introduced in the .NET 3.5 framework to add methods to a class without altering the code of that class.
You may come across a requirement to access the entire picture saved in a Media Library of a Windows Phone. The Media Library can be accessed using the MediaLibrary class.
You need tools that will automatically keep your code clean and without an erroneous file by performing an autobulid process when a new checkin to the repository is done. I recommend the CruiseControl .Net tool for this. It's free and open source.
A model-defined function is the function that is defined in a conceptual model of EDMX. The body of the MDF (Model Define Function) is representing in Entity SQL, which allows the function to be used independently of rules or languages supported in the data source.