craity Posted October 2, 2015 Share Posted October 2, 2015 Hello guys, I am new and I wonder if there is anything that creates websites such as these two: www.boosting24.com www.imbaboost.com I mean all the scrolling etc. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/298401-what-are-those-called/ Share on other sites More sharing options...
QuickOldCar Posted October 2, 2015 Share Posted October 2, 2015 Websites are usually dynamic and fetch data from a database these days, not solely static html pages. For that some sort of CMS(content management system) is required. As for the frontend there is a template(layout structure) or theme(styles) A responsive html5 template is what you would want. For the delayed loading or endless scrolls is javascript/ajax or jquery, usually called lazy load, lazy loader, lazy loading If you do not know how to code or do your own web design then try a popular premade cms wordpress, joomla, drupal For each of them they have a wealth of free themes and plugins, or can also purchase some better ones. Quote Link to comment https://forums.phpfreaks.com/topic/298401-what-are-those-called/#findComment-1522137 Share on other sites More sharing options...
MediafreakO4 Posted January 11, 2016 Share Posted January 11, 2016 I notice this second page imbaboost.com is using some cool chat plugin. Can you also recommend some popular premade solutions. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/298401-what-are-those-called/#findComment-1529416 Share on other sites More sharing options...
QuickOldCar Posted January 11, 2016 Share Posted January 11, 2016 Actually when comes to chat is good to have your own chat server and based on sockets if server is adequate. http://socket.io/ There are a pile of IRC frontends out there can use. https://kiwiirc.com/ Can use some embedded chats like chatango , xat , cbox , shoutmix and piles others. The cms I mentioned have a few chats can install as plugins/modules. Quote Link to comment https://forums.phpfreaks.com/topic/298401-what-are-those-called/#findComment-1529445 Share on other sites More sharing options...
MediafreakO4 Posted February 1, 2016 Share Posted February 1, 2016 Actually when comes to chat is good to have your own chat server and based on sockets if server is adequate. http://socket.io/ There are a pile of IRC frontends out there can use. https://kiwiirc.com/ Can use some embedded chats like chatango , xat , cbox , shoutmix and piles others. The cms I mentioned have a few chats can install as plugins/modules. Thanks a lot, but owning a chat server is not necessary in my case. Shoutmix looks really nice, especially the design. I should try this free trial. Have a nice day. Quote Link to comment https://forums.phpfreaks.com/topic/298401-what-are-those-called/#findComment-1530659 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.