background preloader

Development

Facebook Twitter

Xampp for linux. XAMPP for Windows 8.0.28, 8.1.17 & 8.2.4 Includes: Apache 2.4.56, MariaDB 10.4.28, PHP 8.0.28, phpMyAdmin 5.2.1, OpenSSL 1.1.1t, XAMPP Control Panel 3.2.4, Webalizer 2.23-04, Mercury Mail Transport System 4.63, FileZilla FTP Server 0.9.41, Tomcat 8.5.87 (with mod_proxy_ajp as connector), Strawberry Perl 5.32.1.1 Portable Includes: Apache 2.4.56, MariaDB 10.4.28, PHP 8.1.17, phpMyAdmin 5.2.1, OpenSSL 1.1.1t, XAMPP Control Panel 3.2.4, Webalizer 2.23-04, Mercury Mail Transport System 4.63, FileZilla FTP Server 0.9.41, Tomcat 8.5.87 (with mod_proxy_ajp as connector), Strawberry Perl 5.32.1.1 Portable Includes: Apache 2.4.56, MariaDB 10.4.28, PHP 8.2.4, phpMyAdmin 5.2.1, OpenSSL 1.1.1t, XAMPP Control Panel 3.2.4, Webalizer 2.23-04, Mercury Mail Transport System 4.63, FileZilla FTP Server 0.9.41, Tomcat 8.5.87 (with mod_proxy_ajp as connector), Strawberry Perl 5.32.1.1 Portable Windows 2008, 2012, Vista, 7, 8 (Important: XP or 2003 not supported) Windows XP or 2003 are not supported.

Learn. Force.com Home Page ~ salesforce.com - Developer Edition. Cheat Sheet : All Cheat Sheets in one page. Pusher: Main — API Access. Test run php code online, right here - WriteCodeOnline.com/PHP. How to create a resizing menu bar. Lately some websites, like This is the Brigade and All You, have started featuring a dynamic and animated menu that resizes on scroll down. Minimizing the main navigation to allow more space for the content. In this tutorial, I’ll explain how you can create this menu yourself with HTML5, CSS3 and just a bit of jQuery. This kind of menu is great if you want to give special focus on your content throughout the whole website, and it also enables you to create a bigger and more impactful navigation on a user’s first visit to a website. You can better show your website brand or logo, great for the above the fold view; and after engaging the user in a visit, a smaller and minimized version hides away subtly to let the user focus mainly on your content.

There are several ways of doing this. Before we start, you can checkout the demo or download the source from here. Creating the basic structure in HTML We’ll start by creating the basic HTML code we’ll need. <! <! And this is about it on HTML. Building your first WordPress plugin (part 1) One of the primary reasons for WordPress’ continued popularity is the ease with which it can be extended and customized with plugins. Building a plugin may seem like an impossible task, but it’s simpler than you may think.

Today we begin our “Building your first WordPress plugin” series that will cover the most important principles and how-tos of the process. By the end of the series you’ll be fully prepared to make further experiments of your own, relying on best practices and conventions adopted by the extensive WordPress community. What is a WordPress plugin? It is a PHP script that modifies or extends the native functionality of WordPress. By providing a very simple but flexible Plugin API, WordPress supplies every developer with following advantages for plugin usage: No need to modify core files to have additional or alternative functionality. The primary task that we are going to explore today, is to build a solid plugin foundation.

Plugin name and files Let’s start with an example. My Group. Do - get work done. Setup Multiple Websites using XAMPP Web Server on Linux Ubuntu. In this article, I will guide you in setting up multiple websites used for web development using XAMPP as the web server on Ubuntu Linux. XAMPP or LAMPP on Linux is composed of Apache web server, MySQL database, and PHP program. Let's begin. For our example, we will be creating a development website using domain name. Our html files will be located at /opt/lampp/htdocs/example folder. For our initial configuration, create the example folder at /opt/lampp/htdocs. . # cd /opt/lampp/htdocs # sudo mkdir example Create index.html file inside the example folder. # cd example # sudo gedit index.html Add the following text inside the index.html file and save. "Welcome to my New Example WebSite" Open your browser and go to The first step is that you need to tell xampp that you need the virtualhost feature to be added on the server.

. # sudo gedit /opt/lampp/etc/httpd.conf Uncomment the following line by removing '#' #Include etc/extra/httpd-vhosts.conf.