WHAT'S NEW?
Loading...
0

Laravel Project Setup in Windows

When working with Laravel in Windows, we need php-cli to be accessed from command line globally. So, here is how I installed 7.0 version of php in windows...

0

Font rendering for Java applications in Linux

There are many softwares built with java that require jvm to run.  For developers,  mainly IDEs are of great concern.  But with the Oracle java jre,  the font...

1

Delegates in jquery

Dynamic UI at browser side is more of my concern these days. I need to add controls with different events dynamically to meet my system requirements and features. One...

1

Importance of validating HTML

I never realized to validate my HTML markup till this day. I just tested my code with different browsers and if it worked, I continued my work and finally...

1

Initially in GIT

I. Configuration git config --global user.name "your_username" git config --global user.email "your_email" this sets the author's identity inside git. Initializing and Starting Tracking Projects to initialize a directory...

2

Introduction to GIT Version Control

Life was easy, projects were small; there weren't more files to handle and tracked for changes. Many project files got misplaced and many got deleted. A part of...

0

More advanced implementation of AJAX in Web Projects

AJAX provides faster performance and dynamic user experience. Working on many web projects at both front end and back end, implementing AJAX for communicating with the server about...

Pages (11)1234567 Next