Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to optimize and repair all databases and tabels in mysql?

Optimization of database tables in mysql is a methodology which must be done frequently to make your database healthy. As per mysql manual, OPTIMIZE TABLE should be used if you have deleted a large part of a table or if you have made many chan

Thread Safe Dictionary (ConcurrentDictionary)

.NET has introduced a thread safe dictionary (4.0 onward). Essentially, it does something similar like conventional dictionary plus lock system. Read the MSDN documentation for the same at following link: http://msdn.microsoft.com/en-us/library/ee37

Hiding "My Sites" Menu in Docbar in Liferay

You can hide the "My Sites" menu from Liferay Docbar by creating hook. In my example i am hidding the menu option for all the users except those whose role is Administrator. You need to Hook the html/taglib/ui/my_sites/page.jsp Add the following cod

How to Compress Video File Through coding in ios

Hello all, Refer the code below to compress the video file and save the compressed file in document directory. - (void)compressMyVideo:(NSURL *)videoPath completionBlock:(void(^)(id data, BOOL result))block{ NSLog(@"compressing ====%@", videoPa

titleist 915f-Why You'll Need A Custom Hybrid Golf Club

Why Components A Custom Hybrid Golf Club Parallel the actual (feet, knees, hips, forearms, shoulders and eyes)at address to the mark line. When looked from behind, a right-handed golfer will surroundings aimed slightly left for this target. This opt

Liferay Validating user-submitted forms

In Liferay we can Validating the user submitted form or Validating AUI input fields. You have to add aui:validator tag and specify the appropriate attributes which we define with name property for ex: required,minLength etc . The Below Example can s

How to create an osv_memory wizard systems in openerp-7 and openerp-8(Odoo)

To create an osv_memory wizard systems in openerp-7 and openerp-8(Odoo), follow the below steps. In the action that opens the object, you can put </br> <field name="target"/> It means the object will open in a new window.

Setup Facebook app invites of an iOS app

Hello reader's ! If you want to setup Facebook App Invites of an iOS app then follow these steps. Using Facebook graph API , make a request to get facebook app_access_token (app_access token is not login access_token) . I m using google chrome po

Making any element resizeable

For making an element resizeable vertically, horizontally or both we use the CSS3 attribute resize. The resizeability in a textarea can be be disabled using the same. Property and value:- resize: vertical; resize: horizontal; resize: both; resize:

Example of HttpServletRequestWrapper class in Servlet

HttpServletRequestWrapper Class : In JavaEE everything is in the form of request and response. User sends the request and server do the response. Now the question is what if we want to change the request data or wanna override the default request met

1 577 596
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: