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

Search In

Facebook SDK for PHP

Hello Readers , The following code demonstrate how you would accomplish common tasks with the Facebook SDK for PHP. This SDK can be use in facebook login , Retrieve a user's profile , Post a link to a user's feed. window.fbAsyncInit = function(

Basic HTML Document

HTML stands for HyperText Markup Language. It’s a type of text document, where text is ‘marked up’ by using special tags that inform a program that reads the text in how to render the text. Typically that program is a Web Browser such as Internet Exp

NSLog with Locale

NSLocale class provides information about system language like the language that iPhone is currently running on, the list of supported language etc. To get the current language code use following lines of code. NSString *code = [[NSLocale currentLo

How to compare PHP Variables and Arrays with null or empty values

Sometimes it is a bit confusing for developer to select right compare statement to check variables or arrays as there are lots of compare functions like "isset()", "!" operator, "is_null()", "empty()" etc. So we can use a straight forward approach t

Configuring i18N Api in rails internationalization

Rails Internationalization : Configure the i18n Module As we all aware that whenever we use term web, it refers to globalization of application. For globalization, your application must support multi-language support. In ruby i18n provides the supp

Redirect not found page to home page in CakePHP

When we try a wrong URL in cakephp then it displays an error page with error message: "Controller class could not be found". We can override this message and also can handle this exception using Error.php of cake. We can override this function in

Innodb data base and Row Level Locking

MySQL provides a storage engine called InnoDB. It is a default storage engine for MySQL 5.5 and later. InnoDB supports ACID-compliant transaction features, along with foreign key support. InnoDB is a general-purpose storage engine that is used for hi

SQL Server : How to shrink or clear the transaction log file ?

Many times the large size of transaction log file (.ldf) in Microsoft SQL is too big which leads to performance issues and loss of valuable disk space.Therefore it's imperative to periodically do database maintenance. In order to clear or shrink

How to make iconic hower on link using Javascript

Hello Reader if you want to make the nice and iconic hower on link then you can use Javascript as below:- <!DOCTYPE html> <html lang="en"> <body> <div class="container"> <h3>Tooltip Example</h3> <a href=

Displaying date into a particular format using angularjs

In angular we are provided with date $filter that formats date to a string based on the requested format.* There are several formats.Some of them are :- 'medium': equivalent to 'MMM d, y h:mm:ss a' for en_US locale (e.g. Dec 4 201512:05:08 PM) ’sh

1 7 75
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: