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

Search In

Setting cookies in php

Cookies in php is defined in the following line of code, CookieComponent is a wrapper in a PHP setcookie method.It offers user a number of methods for working with the Cookies in the document, cookies will allow user to remember their username and pa

Client end validation in MVC

While developing the MVC applications you need to provide validations that mainly work on the client end.   public class EmployeeModel { public int EmpId { get; set; } [Required(ErrorMessage = "First Name is required")]

Ruby: Metaprogramming: Method that makes methods

Ruby: Meta Programming: Method that makes Methods Hi friends, The normal way of defining method is to give the method name after def and write code between def .... end, and it is pretty fine for most of the cases, but sometimes suppose we need som

Possible days in a date range using Javascript

Possible days in Date Range using Javascript Hi friends, In some cases we try to build a logic where for a case where we need to find all the possible days that are possible inside a date range for any use case like scheduling a meeting or rem

SLIM and basic implementation using SWAGGER Editor

Slim is a micro framework in PHP which is used to write powerful web applications and APIs. Slim is a simple framework that care for core necessities of a web application, receiving the HTTP request, dispatch the appropriate code and return the HTT

Magento Theme Structure

Magento theme designing is complicated unlike other cms wordpress. If we look into the magento theme structure we will notice that it contains two main folders app and skin. The two primary elements of Magento Theme are :     

How to download the database dump from your live/test server

Sometimes our requirement is to export/download the latest database from live/test server. We can easily create the dump on our server and then copy paste it from server to your local machine using Win-Scp.   But the issue comes when the size o

Gmail API C# code

hi , im working on a function that will save the attachment file in Email via Gmail using gmail API code(C#). but i keep getting an error that saying :  An unhandled exception of type 'Google.Apis.Auth.OAuth2.Responses.TokenResponseExcept

Incremental model: Advantages And Disadvantages

In the 'Incremental Model' we can separated to the entire requirements into different-different builds. In this model many development cycles occurs here for building the life cycle as the multi waterfall cycle. In the incremental model, we s

Converting .DOCX file to .PDF file using LIBREOFFICE in cakephp

In order to convert DOCX file to PDF file directly, LIBRE OFFICE should be installed in your system. LibreOffice is an OpenOffice's successor that allows command line conversion using the LibreOffice conversion engine. The advantage of LibreOffi

1 208 409
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: