nikhilsidhaye.wordpress.com
Usage Of Varargs | Daily Java By Nikhil Sidhaye : Web Blog
https://nikhilsidhaye.wordpress.com/2010/02/22/usage-of-varargs
Daily Java By Nikhil Sidhaye : Web Blog. February 22, 2010 at 12:40 pm Posted in Java. In our day to day work we can use variable arguments. This feature gets introduced in J2SE 5.0. In my case I used this to build strings for logger. Param addSpace the add space. Param variableStrings the variable strings. Public static String buildString(boolean addSpace, String… variableStrings) {. StringBuilder sb = new StringBuilder();. For (String arg : variableStrings) {. Arg = CommonConstantsIF.STR UNDERSCORE;.
nikhilsidhaye.wordpress.com
Identify Mobile | Daily Java By Nikhil Sidhaye : Web Blog
https://nikhilsidhaye.wordpress.com/2011/01/12/identify-mobile-2
Daily Java By Nikhil Sidhaye : Web Blog. January 12, 2011 at 6:54 pm Posted in Java. Now a days GPRS and 3G is very common. Anybody can browse internet by mobiles / smartphones. Most of the times mobile users gets annoyed because of large images, flash objects etc. So generally companies launch different version mobile-friendly website having domain “.mobi” or having sub-domain “.m”. While searching for better or smart option I came across one open source project WURFL. Wireless Universal Resource File.
nikhilsidhaye.wordpress.com
EclipseLink Weaving Feature | Daily Java By Nikhil Sidhaye : Web Blog
https://nikhilsidhaye.wordpress.com/2014/06/06/eclipselink-weaving-feature
Daily Java By Nikhil Sidhaye : Web Blog. June 6, 2014 at 7:56 am Posted in Uncategorized. Tags: eclipselink java j2ee. Weaving is a technique of manipulating the byte-code of compiled Java classes. EclipseLink uses weaving to enhance both JPA entities and Plain Old Java Object (POJO) classes for such things as lazy loading, change tracking, fetch groups, and internal optimizations. For enabling Dynamic Weaving we have to follow above steps:. Ensure that eclipselink.jar is in your classpath. While...Prope...
nikhilsidhaye.wordpress.com
TestNG Annotations Problem | Daily Java By Nikhil Sidhaye : Web Blog
https://nikhilsidhaye.wordpress.com/2009/11/25/testng-annotations-problem
Daily Java By Nikhil Sidhaye : Web Blog. November 25, 2009 at 2:43 pm Posted in Java. Yesterday one of my colleague come to my desk saying some problem in configuring TestNG in Eclipse. I was surprise because I am using TestNG more than 2 years and never ran into any problem. RunInfo] Adding method selector: org.testng.internal.XmlMethodSelector@13f5d07 priority: 10. TestNGClassFinder] SKIPPING CLASS class com.test.TestController no TestNG annotations found. SuiteRunner] Created 1 TestRunners. I am getti...
nikhilsidhaye.wordpress.com
Formatting and Parsing Currency | Daily Java By Nikhil Sidhaye : Web Blog
https://nikhilsidhaye.wordpress.com/2011/03/31/formatting-and-parsing-currency
Daily Java By Nikhil Sidhaye : Web Blog. Formatting and Parsing Currency. March 31, 2011 at 8:12 pm Posted in Java. Suppose you are developing an application in java; may be Web Apps or Standalone App and you have to display Currency Internationalization according to locale. How one can implement it? May be we can get the numerical data attached Currency Symbol. Am I right? You might wrong. Because Currency Internationalization is not so simple. 1,234,567,890.12. 1,23,45,67,890.12. 1 234 567 890,12.
nikhilsidhaye.wordpress.com
Identify Differences between two DB’s | Daily Java By Nikhil Sidhaye : Web Blog
https://nikhilsidhaye.wordpress.com/2012/04/06/identify-differences-between-two-dbs
Daily Java By Nikhil Sidhaye : Web Blog. Identify Differences between two DB’s. April 6, 2012 at 4:01 pm Posted in Java. Tags: DB comparedb compare migration. Though there are x processes to keep DB’s same at specific interval of time we came across situations where some of changes did not push to targeting environments. In such situations we feel that there should be some utility which will show you difference between two Databases. The only problem, I faced that this includes DB Sanity Report which che...
matkoya.com
Mac – Matkoya's Blog
https://www.matkoya.com/category/mac
AngularJS looked pretty promising on the first view, but it is complicated to debug and has a steep learning curve. Finally I dropped it for the moment. Then I played around with my own pages and Twitter’s Bottstrap3. Bootstrap is really quite practical and not difficult to understand. I also polished up my knowledge about CSS3, mostly through learning by doing 😉. For the redesign of Muryokoin’s website. At least all pages are now usable on all devices I tested. May 29, 2016. The Karma of AngularJS.
nikhilsidhaye.wordpress.com
Create Sitemap by GSA | Daily Java By Nikhil Sidhaye : Web Blog
https://nikhilsidhaye.wordpress.com/2010/02/18/create-sitemap-by-gsa
Daily Java By Nikhil Sidhaye : Web Blog. Create Sitemap by GSA. February 18, 2010 at 10:50 am Posted in GSA. From Google Search Appliance we can generate sitemap.xml. Unfortunately this option is not well documented and find one of the api documentation. Following is process of creating sitemap.xml. Here I am describing process for Google Search Appliance 5.0 (GSA 5.0) but similar step should be applicable for GSA 5 . This option is not working for GSA 4.x. 8211; Crawl Diagnostics. Leave a Comment ».
digestplease.com
DIGEST OF INTERESTING RESOURCES FROM THE WORLD OF WEB-DEVELOPMENT AND IT INDUSTRY FROM THE LAST WEEK №148 | Digest Please!
http://digestplease.com/en/дайджест-интересных-материалов-из-ми-44
DIGEST OF INTERESTING RESOURCES FROM THE WORLD OF WEB-DEVELOPMENT AND IT INDUSTRY FROM THE LAST WEEK 148. Parallax Burns: Converting Photographs from 2D to 3D with SVG. A Never-Ending Story On Ad-Blockers. Design in a Sea of Engineering. Right Click Logo to Show Logo Download Options. Writing software is easy. Русский) Интересные эффекты с использованием свойства CSS3 тени блока. Quick Tip: Fixing the font-weight Problem on Hover States. A CSS Multi-column Layout Tutorial for Beginners. Replacing ngInclu...
SOCIAL ENGAGEMENT