Sponsored Content
Top Forums Web Development Which technology is used on this website? Post 302908641 by Neo on Wednesday 9th of July 2014 08:46:21 AM
Old 07-09-2014
You don't really need an app to tell you the CMS (for this site, anyway).

If you look at the HTML source code, you will see it is a Wordpress site, for exampleL

Code:
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
<script src="http://www.infobeans.com/wp-content/themes/infobeans/js/libs/jquery.cookie.min.js"></script>
<script src="http://www.infobeans.com/wp-content/themes/infobeans/js/plugins.js"></script>
<script src="http://www.infobeans.com/wp-content/themes/infobeans/js/libs/jquery.parallax.min.js"></script>
<script src="http://www.infobeans.com/wp-content/themes/infobeans/js/hero.js"></script>
<script src="http://www.infobeans.com/wp-content/themes/infobeans/js/main.js"></script>

"wp-content" is a core install directory for a WP site.
This User Gave Thanks to Neo For This Post:
 

6 More Discussions You Might Find Interesting

1. AIX

AIX Technology Level 9

Hi Guys I am currently running AIX 5.3 technology level 6 on a 570, but want to go up to level 9. However I am struggling to find on IBM's website the new features that it brings in, along with the commands for these new features. Can any one help me with this? Thanks (7 Replies)
Discussion started by: ryanbsc@gmail.c
7 Replies

2. AIX

Update technology level

Hello I update one lpar from TL03 to TL06 reboot and check with lppchk -v, errpt and everything looks fine then I commit my fileset and I update to TL08-04. The installation was ok. I reboot my machine again check with lppchk -v and errpt and its ok, but when I type oslevel -s I get this... (5 Replies)
Discussion started by: lo-lp-kl
5 Replies

3. Shell Programming and Scripting

Web Technology

Hi Experts, This may sound stupidity.....anyhow....let me ask the doubt, Even though shell is just a scripting language, can anyone tell me, whether web pages can be created with embedding some concepts. In any other scripting language, whether web pages can be created. If so, suggest me in... (6 Replies)
Discussion started by: kritibalu
6 Replies

4. What is on Your Mind?

What technology advancement you need ?

Though we got surplus amount of primary memory, and big HDD when comapared to 20 or 30 years back, and cloud computing... What other technology advancement you still need ? Note: Feel free to add more options to this poll. (21 Replies)
Discussion started by: thegeek
21 Replies

5. Red Hat

Clustering Technology Documentation

Hello, I'm new in this forum. I'll have a new project to change architecture for our servers. From one server where we found database oracle 9i and Oracle application ebs 11 installed in HPux to cluster that contain nodes in redhat. Can you give me a detailed documentation that... (1 Reply)
Discussion started by: Safi1982
1 Replies

6. What is on Your Mind?

Does anyone know what technology this logo belongs to?

It came in a template full of techy-related stickers for laptop (like Docker, K8s, BigData, RHEL, AWS, etc) but I have no clue what it represents. Any idea? https://i.imgur.com/7ILp105.png Thanks. (7 Replies)
Discussion started by: verdepollo
7 Replies
PERLMACOS(1)						 Perl Programmers Reference Guide					      PERLMACOS(1)

NAME
README.macos - Perl under Mac OS (Classic) SYNOPSIS
This document briefly describes perl under Mac OS (Classic). If you are running perl under Mac OS X, you don't want to be here (unless you are in the Classic environment under Mac OS X). When we say "Mac OS" below, we mean Mac OS 7, 8, and 9, and not Mac OS X. DESCRIPTION
The latest perl source itself builds on Mac OS, with some additional pieces. Support for Mac OS is now in the perl core, and MacPerl is kept in close sync with regular perl releases. To build perl for Mac OS (as an MPW tool), you will need the addition of the macos subdirectory, distributed separately. It includes extra source files, config files, and make files. It also includes extra Mac-specific modules. To build the MacPerl application, you will also need the macperl directory, which includes the source files for creating the application itself. All of this is available from the development site, via HTTP (in the MacPerl Installer, which includes all the source and binaries) and anonymous CVS. http://dev.macperl.org/ The source is also in the main perl repository in the macperl branch (the 5.6 source is in the maint-5.6/macperl branch). You will also need compilers and libraries, all of them freely available. These are linked to from the SourceForge site. Go that site for all things having to do with MacPerl development. MacPerl 5.6.1 and later are supported on Mac OS 8.1 and later, for 68040 and PowerPC architectures. The MPW tool may be used on Mac OS 7.5.5 and 68030 computers. MacPerl 5.2.0r4 is also available, on the CPAN and on SourceForge. It is based on perl 5.004, and works with Mac OS 7.5.5 and 68030 com- puters. AUTHOR
perl was ported to Mac OS by Matthias Neeracher <neeracher@mac.com>. It is currently maintained by Chris Nandor <pudge@pobox.com>. DATE
Last modified 2002.05.02. perl v5.8.9 2007-11-17 PERLMACOS(1)
All times are GMT -4. The time now is 04:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy