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

Search In

Check for Internet Connection

Hi All To check internet connection using objective c you can use this function. There may be a plethora of reasons that you need to check whether or not the device that is using your application has an internet connection. If checking whether the

Laravel 5.0 Relationship In Laravel And How To Use It

In laravel we can create relation between the tables and can use them where ever we need it we need not to create custom queries or use query builder to retrieve data. I have written one of example of my worked project. //hasOne relationship model

Circular graphs in SVG

Hello, Here I am sharing some information related to circular graphs using Javascript. JavaScript provides a library that generates circular graphs in SVG. We need to include circles.js or circles.min.js file in the HTML file. It can be downloaded

How to go back from a page using window.history.back in angularjs?

We can use the history.back() method which loads the previous URL in the history list. It functions the same as clicking the Back button in the browser. Here is the code snippet to show it's usage :, <html> <header ng-controller="menuCont

Using namespaces in Laravel 4

Namespaces plays an important feature of php. Namespaces are used to solve 2 major issues. 1) Authors of libraries 2) Applications encounter Laravel 4.x also provide namespace to solve those issues. The files are app/controllers/FilesControlle

Determine which submit button has been clicked

If we have two submit buttons and want to detect which one is pressed then simply use post method i.e. $this->request->data. <?php echo $this->Form->create(false); ?> <?php echo $this->Form->text('input'); ?> <?php e

What to pass as parameters to the Url class?

There are n number of situation where we want to pass parameter in URL and use that parameter in our controller.That can be easily explain by using example: There are few steps which I have implemented that are: Step 1:First we will define our rou

Features of cakephp

Hello Readers, Below are some of the features of CakePhp: CakePhp is basically a framework which is based on MVC pattern i.e(model view controller). Cakephp is compatible with php version 4 and 5 plus. Cakephp have built in validation. Cakephp h

I want to convert the query php code into the Prepare statement php code

Here is my query code, How can write same code in the prepare statement php. <?php header('Content-type : bitmap; charset=utf-8'); if($&#95;SERVER['REQUEST&#95;METHOD']=='POST'){ $encoded&#95;string = $&#95;POST['ima

Create, Edit and Delete Crontab Jobs

Hello readers, today we will discuss about Crontab jobs. Q. What is crontabs? Ans- Cronjob is a service or we can say its a tool that run in backend periodically at fixed times, dates, or intervals. The crontab is a list of commands that you want

1 376 720
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: