|
|
|
|
|
Login to share your opinion Examples of Typical Drupal ApplicationsBy enabling and configuring individual modules, an administrator can design a unique site which can be used for knowledge management, web publishing, community interaction purposes,… read more Mozilla BrowserID: More one way to sign inMy opinion about the (not so) new mechanism offered by Mozilla Labs. read more Read Word and PDF files from PHPIn most of the big web applications we will have to deal more or less with file manipulations. Sometimes we need to create some config… read more Calling Web Services Using AJAXIn this article, I will present an ASP.NET WebForms application that will submit data to the server and get a response, all without refreshing the… read more Sending cookies with RestTemplateSometimes it is necessary to send cookies along with requests to a RESTful API. One such example is the JIRA 4.3 API, which requires sending… read more PSD to Drupal Theme Conversion StepsDrupal is one of the user friendly open source Content Management Systems (CMS), it is a platform powering millions of websites and applications. Conversion of… read more Building RESTful services – part 2Hypermedia is really the most interesting aspect of REST and the aspect that is key to scalability and loose coupling. Sadly this is also the… read more How to add Sharing or Booking buttons to your site?Firstly, go to the addthis.com. You will see like below. read more PHP 5.4 is Here: What You Need to KnowPHP 5.4 is here; the next major step forward since version 5.3 – keeping PHP 6 (full Unicode support) on hold for now. The latest… read more Android login authentication with remote (MySql)databaseMost of android developers already developed how to conform user login / register data to local Sqlite database, but may few of you try how… read more When to make Mobile Native Application or Web ApplicationWhen to make Mobile Native Application or Web Application read more HTTP Request/Response BasicsThe life-cycle of an HTTP request & response.<br /> Anatomy of an HTTP request & response.<br /> HTTP Methods & best practices. read more Connecting with API Data from Instagr.am using PHPThe process of connecting into API data via OAuth is tricky. Some of the more notable social networks which have adopted this technology include Foursquare,… read more How to Secure an Apache Thrift ServiceA previous post explained how to create a Thrift service and consume it in different modes such as blocking, non blocking etc. Now if you… read more How I Tried Free PSD to HTML ConvertersPersonal experience of usage the online free PSD to HTML converters. The aim was to specify the quality of markups generated automatically and find out,… read more php SOAP Service with XMLCall a web service in soap using php, with an XML document as a parameter. read more PHP TutorialIn this series of tutorials we have covered PHP 5 in detail. While creating this, we have take care that learners can master the basics… read more How to test Credit Card numbers using Luhn’s algorithmAlmost all credit card numbers used are generated using Luhn’s algorithm. Luhn’s algorithm is a simple checksum formula to validate variety of numbers. We can… read more Sunset and Sunrise Time using PHPPHP5 have few very interesting new functions, Using two of them you can create your own "Sunrise and Sunset Calculator" to Find sunrise and sunset… read more |