In the evolving landscape of web design, CSS Cards stand out as a pivotal UI component, seamlessly bridging aesthetics with functionality. Often referred to as Styling Cards, Web Cards, or even Thumbnail Cards, they have become integral to modern Front-end Development. Originating from frameworks and design philosophies like Bootstrap and Material Design, CSS Cards encapsulate…
Working with The Shapes of CSS is very easy. In demo you can find all types of shapes using CSS3.
This tutorial will explain how to get or iterate the JavaScript Object keys / Properties using AngularJs ngRepeat.
This tutorial will explain how to import joomla modules inside custom components like plugin, module or components. In this tutorial sample code and demo is available.
In AngularJs we can able to disable or enable the dropdown like jQuery does. Using ngDisabled function in angularjs we can achive the functionality. Demo will be available at end of the tutorial.
This tutorial will explain how to create the job seraching portal using Indeed API with advanced search and autocomplete for seraching jobs and cities.
This tutorial will explain how to achieve check all and uncheck all checkbox using angularjs and listing all checked values in the page. Find the demo and download the source code at the end of the tutorial.
Everyone have account in social networking like twitter, facebook, linkedin etc. In previous article we see google and linkedin login. Now I share with how to login with twitter account. Twitter is on the most people used network this is the reason of now I have develop this article.
This tutorial is going to look at how you can manually re-sign an Android APK for an application on your device.
Today am showing to how make user authentication using LinkedIn API. First you have some knowledge about OAuth just read this official explanation, https://oauth.net/about/introduction/
JSON is more better way to transmitting the data in server to client. When you have develop large data application, I suggest to use JSON because its very efficient and speed to get the value in Server. Ajax also intermediate the JSON to help for develop the big data application.