Which technology is used on this website?


 
Thread Tools Search this Thread
Top Forums Web Development Which technology is used on this website?
# 1  
Old 07-09-2014
Which technology is used on this website?

Hi,

Home ~ InfoBeans

I want to know technology framework using which we can achieve that kind of look and feel
Quote:
Originally Posted by ezee
There are multiple layers of image which give feeling of 3Ds . So is that also achieved using iosscipts plugin?
Thanks

Last edited by ezee; 07-09-2014 at 08:48 AM..
# 2  
Old 07-09-2014
Go through

https://iosscripts.com/

its jQuery Plugins
This User Gave Thanks to Akshay Hegde For This Post:
# 3  
Old 07-09-2014
There are multiple layers of image which give feeling of 3Ds . So is that also achieved using iosscipts plugin?
# 4  
Old 07-09-2014
Using: CMS detection

What CMS Is This?

it seems like the CMS is Wordpress (although other detectors don't see that)

Using:

WordPress Theme Detector - Free online tool to find a site

it says that the theme is probably bespoke but it detects some plugins in use.

Hope that helps.
This User Gave Thanks to hicksd8 For This Post:
# 5  
Old 07-09-2014
Quote:
Originally Posted by ezee
There are multiple layers of image which give feeling of 3Ds . So is that also achieved using iosscipts plugin?
?
# 6  
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:
# 7  
Old 07-09-2014
OBTW, I looked further into this; and the WP theme appears to be a custom theme written by the website owner (infobeans), because the theme name is also "infobeans" and this does not appear to be a publicly available WP theme (after a quick WP theme search).
This User Gave Thanks to Neo For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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
Login or Register to Ask a Question