DirectoryPersonalBlog Details for "Computerized World"

Computerized World

Computerized World
Discussion on latest News and Events in my computerized world
Articles: 1, 2, 3, 4, 5, 6, 7

Articles

Winning Plus grows and loosing Buzz dies at Google
2011-10-17 07:03:00
Google has decided to shutdown Buzz in few weeks raising the closed product count to around 20. With the growing popularity of GMail, Google introduced Buzz in February 2010 as an integrated product to GMail which could easily attract users into Google's Social Networking product.Read more...
More About: News , Google
Subversion 1.7 Released - Under Apache Software Foundation
2011-10-14 20:30:00
Subversion 1.7, first feature release after moving to Apache Software Foundation is announced. Starting from this, Subversion will be released under Apache License, version 2 instead of the modified Apache license used by Tigris. Read more » Home
More About: News , Tech
Are You Leaving Office On Time or Late Continuously?
2011-10-13 19:20:00
Before reading further; just try and answer the question "Are you leaving the office on-time or late continuously?" and keep the answer to yourself. Most of the employees in an organization have to follow a plan, stick to a schedule. Also there are estimates for the tasks that are pending...
More About: Office , Time , Opinion , Productivity
Firefox Address (Location) Bar Hidden or Missing
2011-10-12 18:31:00
Firefox Address bar (or Location bar) is not visible suddenly and browser looks some what similar to the image shown here. Though Navigation bar is visible; there is no space to enter a URL? Sometimes users face this issue though it is not that common. This article shows how to resolve the issue;...
More About: Software , Tools , Firefox , Tips
Steve Jobs - Most innovative genius is no more
2011-10-07 04:26:00
October 5th is going to be a sad day to technology lovers. As you all are aware; Steve Jobs , co-founder of Apple Inc. has passed away at the age of 56 on 5th October 2011. As common to everybody, he also did not have a smooth flow of nicely organized stages in his life; but Steve was praising that...
More About: Hardware , News , Steve Jobs
Facebook notification email settings can be customized
2011-09-28 11:11:00
Facebook notification emails are received for most of the follow up events like comments on photos, tags in photos, wall comments and many more. For a regular Facebook user, it might be difficult to manage the amount of emails received; even some are a bit of less useful. Have you already started...
More About: News , Email , Opinion , Facebook
Encrypted vs Hashed Passwords - Which is better?
2011-09-27 17:00:00
Topics like password strength, protection, encryption are almost everywhere these days. Password maintenance related subjects like password managers, recovery tools and crackers are also gaining attention. A user name and a password is a must in almost all software applications like email...
More About: Security , Tutorial , Java , Tech
[Tomcat] How to change default JSESSIONID cookie/parameter identifier
2010-10-27 17:34:00
Changing default JSESSIONID name of cookie and/or parameter is the objective. Deployed J2EE web applications use browser cookie or parameter based session management technique. By default session cookie name is defined as ?JSESSIONID? and session id parameter as ?jsessionid? in Apache Tomcat ...
More About: Java , Change , Tech , Web Application
[Tomcat] How to change default JSESSIONID cookie/parameter identifier
2010-10-27 17:34:00
Changing default JSESSIONID name of cookie and/or parameter is the objective. Deployed J2EE web applications use browser cookie or parameter based session management technique. By default session cookie name is defined as ?JSESSIONID? and session id parameter as ?jsessionid? in Apache Tomcat ...
More About: Java , Change , Tech , Web Application
Thunderbird 3.1.5 Release with Critical security fixes
2010-10-20 21:03:00
Mozilla Thunderbird 3.1.5 version released today. This free and open source email client is one of the better standalone ones available. Since development is done by a community of developers with the help of security experts; issue identification and resolution process is so efficient. Thunderbird...
More About: Software , News , Security , Tools , Tech
Thunderbird 3.1.5 Release with Critical security fixes
2010-10-20 21:03:00
Mozilla Thunderbird 3.1.5 version released today. This free and open source email client is one of the better standalone ones available. Since development is done by a community of developers with the help of security experts; issue identification and resolution process is so efficient. Thunderbird...
More About: Software , News , Security , Tools , Tech
[Linux] Find filenames list by content search and file format
2010-10-20 19:25:00
Generally computer users can memorize the locations of different files that they read or store. As the number of files increases, they can use descriptive filenames making it easy to guess the content by looking at the file name. However when the number of files grows higher & higher in number,...
More About: Linux , Tech , File , Search , Find
[Linux] Find filenames list by content search and file format
2010-10-20 19:25:00
Generally computer users can memorize the locations of different files that they read or store. As the number of files increases, they can use descriptive filenames making it easy to guess the content by looking at the file name. However when the number of files grows higher & higher in number, it...
More About: Linux , Tech , File , Search , Find
[Java] The enum constant reference cannot be qualified in a case label of s
2010-10-19 16:11:00
The enum constant reference cannot be qualified in a case label is an error message you may encounter while using Java enum values against a switch statement. I assume you are aware Java allows enums to be used in switch statements other than convertible int values. In ShortWhen a Java switch...
More About: Tech , Case , Label , Reference
[Java] The enum constant reference cannot be qualified in a case label of s
2010-10-19 16:11:00
The enum constant reference cannot be qualified in a case label is an error message you may encounter while using Java enum values against a switch statement. I assume you are aware Java allows enums to be used in switch statements other than convertible int values. In ShortWhen a Java switch...
More About: Tech , Case , Label , Reference
Data Encryption Decryption using AES Algorithm, Key and Salt with Java Cryp
2009-10-07 17:51:00
In this tutorial we will implement a full data encryption decryption cycle with Java (only data, not file encryption); encrypt some data using a secret key, salt and iterations and decrypt using the same parameters. We are using the Java Cryptography Extension (JCE) for data encryption/decryption...
More About: Encryption , Tutorial , Tech , Data
Data Encryption Decryption using AES Algorithm, Key and Salt with Java Cryp
2009-10-07 17:51:00
In this tutorial we will implement a full data encryption decryption cycle with Java (only data, not file encryption); encrypt some data using a secret key, salt and iterations and decrypt using the same parameters. We are using the Java Cryptography Extension (JCE) for data encryption/decryption...
More About: Security , Encryption , Tutorial , Tech
[Ant] Build .WAR files in Eclipse for Web Applications
2009-07-28 15:17:00
Eclipse JEE versions support Java Web Application projects, but other Eclipse versions do not. Java developers need to build WAR (web archive) files for deployments (yes, Exploded deployments are also possible). However Eclipse does not provide a direct way to create war files; developers write ant...
More About: Applications , Files , Eclipse , Build
[Ant] Build .WAR files in Eclipse for Web Applications
2009-07-28 15:17:00
Eclipse JEE versions support Java Web Application projects, but other Eclipse versions do not. Java developers need to build WAR (web archive) files for deployments (yes, Exploded deployments are also possible). However Eclipse does not provide a direct way to create war files; developers write ant...
More About: Applications , Files , Eclipse
[Tomcat] validateJarFile(servlet-api.jar) - jar not loaded. Offending class
2009-07-09 15:28:00
org.apache.catalina.loader.WebappClass Loa der validateJarFile INFO: validateJarFile(<APP_PATH>WEB-INFli bservlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class. We are using Apache Tomcat to deploy web applications, and getting...
More About: Java , Tech , Web Application
[Tomcat] validateJarFile(servlet-api.jar) - jar not loaded. Offending class
2009-07-09 15:28:00
org.apache.catalina.loader.WebappClass Loa der validateJarFile INFO: validateJarFile(<APP_PATH>WEB-INFli bservlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class. We are using Apache Tomcat to deploy web applications, and getting...
More About: Java , Tech , Web Application
Attempted to lock an already-locked dir: Subversion issue
2009-07-08 19:01:00
"Attempted to lock an already-locked dir" - svn: Working copy locked; this message is frequently faced by users of SubVersion (SVN) source repository. The message is self explanatory; simply some source files are locked and no commit or update operations allowed on those files/folders. In some...
More About: Software , Tools , Tech , Locked
Attempted to lock an already-locked dir: Subversion issue
2009-07-08 19:01:00
"Attempted to lock an already-locked dir" - svn: Working copy locked; this message is frequently faced by users of SubVersion (SVN) source repository. The message is self explanatory; simply some source files are locked and no commit or update operations allowed on those files/folders. In some...
More About: Software , Tools , Tech , Locked , Subversion
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic content. This article will cover the steps of configuring HTTP server and Tomcat connection, however this will not discuss installation details of Apache or Tomcat.System RequirementsApache HTTP server installeddownload from herewe used version 2.2.10 for this articleApache Tomcat installeddownload from herewe used version 5.5 hereShort NamesFollowings are the short names used to denote folders used in this article.%APACHE_HTTP_HOME%denotes Apache HTTP Server installation directory. In our testing machine, it is "D:ASFApache"%CATALINA_HOME%Tomcat installation directory; for example: "D:ASFTom...
More About: Tools , Apache , Servers , Tech , Guide
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general...
More About: Software , Tools , Apache , Servers , Tech
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic content. This article will cover the steps of configuring HTTP server and Tomcat connection, however this will not discuss installation details of Apache or Tomcat.System RequirementsApache HTTP server installeddownload from herewe used version 2.2.10 for this articleApache Tomcat installeddownload from herewe used version 5.5 hereShort NamesFollowings are the short names used to denote folders used in this article.%APACHE_HTTP_HOME%denotes Apache HTTP Server installation directory. In our testing machine, it is "D:ASFApache"%CATALINA_HOME%Tomcat installation directory; for example: "D:ASFTom...
More About: Tools , Apache , Servers , Tech , Guide
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic content. This article will cover the steps of configuring HTTP server and Tomcat connection, however this will not discuss installation details of Apache or Tomcat.System RequirementsApache HTTP server installeddownload from herewe used version 2.2.10 for this articleApache Tomcat installeddownload from herewe used version 5.5 hereShort NamesFollowings are the short names used to denote folders used in this article.%APACHE_HTTP_HOME%denotes Apache HTTP Server installation directory. In our testing machine, it is "D:ASFApache"%CATALINA_HOME%Tomcat installation directory; for example: "D:ASFTom...
More About: Tools , Apache , Servers , Tech , Guide
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic content. This article will cover the steps of configuring HTTP server and Tomcat connection, however this will not discuss installation details of Apache or Tomcat.System RequirementsApache HTTP server installeddownload from herewe used version 2.2.10 for this articleApache Tomcat installeddownload from herewe used version 5.5 hereShort NamesFollowings are the short names used to denote folders used in this article.%APACHE_HTTP_HOME%denotes Apache HTTP Server installation directory. In our testing machine, it is "D:ASFApache"%CATALINA_HOME%Tomcat installation directory; for example: "D:ASFTom...
More About: Tools , Apache , Servers , Tech , Guide
Tomcat + Apache HTTP: Servers Connecting Guide
2008-11-05 13:01:00
Apache Tomcat is a Servlet/JSP container and used to deploy dynamic Java contents like JSPs and Servlets. Tomcat has some web server capabilities, however it is not a full blown web server to serve high traffic web sites. In the meantime Apache HTTP server is a full blown web server. So in general Tomcat is configured along with Apache HTTP server to maintain a healthy web site with dynamic content. This article will cover the steps of configuring HTTP server and Tomcat connection, however this will not discuss installation details of Apache or Tomcat.System RequirementsApache HTTP server installeddownload from herewe used version 2.2.10 for this articleApache Tomcat installeddownload from herewe used version 5.5 hereShort NamesFollowings are the short names used to denote folders used in this article.%APACHE_HTTP_HOME%denotes Apache HTTP Server installation directory. In our testing machine, it is "D:ASFApache"%CATALINA_HOME%Tomcat installation directory; for example: "D:ASFTom...
More About: Tools , Apache , Servers , Tech , Guide
Unable to load dynamic library php_curl.dll: Error message in PHP
2008-10-15 13:48:00
In Windows , while trying to use "curl" extension with PHP 5.2/Apache 2; you may encounter a blank page. If you open up the error log file in Apache (%APACHE_HOME%logserror.log); you may see an error message as follows."PHP Warning: PHP Startup: Unable to load dynamic library '%PHP_HOME\ext\php_curl.dll' - The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail."This error message can be caused due to some version conflicts on a set of DLLs that are already available inside %windows%system32 directory.First check the %windows%system32 directory to see whether the following DLL files are already available.libeay32.dllssleay32.dllIf those are available, then you would be able to resolve the issue as follows. (However if they are not available, you would need to find some alternative solution).Now you must first rename the above two DLL files. We did as follows by adding an .old extesion.libea...
More About: Library , Tech , Message , Load
More articles from this author:
1, 2, 3, 4, 5, 6, 7
111734 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2012 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker