Ideas for a New Mobile Design


 
Thread Tools Search this Thread
Top Forums Web Development Ideas for a New Mobile Design
# 1  
Old 11-18-2019
Ideas for a New Mobile Design

Does anyone have any favorite mobile tech sites they want me to look at while I'm considering the next phase of mobile redesign?

My idea is to build a new mobile design without using any forum framework (do not use vBulletin, XenForo, etc.) and do not use any big SPA Javascript frameworks (do not use Angular, Vue, React), and not to use any cookie-cutter CMS (no WordPress, Joomla, etc.). These cookie-cutter frameworks seem so boring.

So my initial idea is to use the basics:
  • HTML5
  • CSS5
  • Javascript
  • Bootstrap
  • Font Awesome

and avoid like the plague (do not use):
  • vBulletin, XenForo, Inversion, or any forum package.
  • WordPress, Joomla, etc.
  • Angular, React, Vue, etc.

The reasons for this is that we have a perfectly good DB already and the back end is not really public facing, so there is no reason to worry about the back end.

As far as the UI, there is nothing really interesting to be gained by cookie-cutter CMS and my experience this year with Vue (big JS SPA frameworks) was that
  1. ...it is not SEO friendly,
  2. ...it is hard to debug,
  3. ...does not provide anything we cannot do with plain-vanilla Javascript,
  4. ...is constantly changing so too much time is spent managing the framework versus writing new features,
  5. ...adds an unnecessary layer of complexity.

So, the new mobile design would be mainly just writing some JSON AJAX queries and displaying some nice mobile UI, with responsive modules which can go "anywhere on the site" , maybe with infinite scrolling and some bare-bones JS libs.

I thought I would design a new home page for mobile first; and the move on from there. I'm just not keen on "frameworks" these days, I guess. I enjoyed building the UserCP with VueJS, but I would not do it again if I had to do it over again. The more experience I have will full-stack web development, the more I am disappointed with "frameworks" and cookie-cutter CMS software.

My idea is "everything is a responsive UI module"; and "no dependance on frameworks".

Any ideas or suggestions ?

(please don't suggest any forum packages or CMS-like frameworks)
These 3 Users Gave Thanks to Neo For This Post:
# 2  
Old 11-27-2019
Using below would be good enough even. If there is possibilities you can avoid Font Awesome, for improved better TTFB, you probably noticed in google's PageSpeed Insights :
Code:
HTML5
CSS5
Javascript
Bootstrap
Font Awesome - ?

How We Boosted Page Load Speed By 58%

Font Awesome vs Google Fonts | What are the differences?
# 3  
Old 11-27-2019
I have not noticed, when viewing unix.com, any notable slowdown our our use of Font Awesome.

In fact, when I just checked, it shows the FA fonts cached in memory, with 0 additional delay.

Ideas for a New Mobile Design-screen-shot-2019-11-27-35828-pmpng

I am guessing that those guys in that report you cited Akskay had their browser caching disabled in dev tools.

We use both Google Fonts and FA and I have never noticed any delay greater or less, then either one (after caching), so far. Of course, the initial loading will be faster depending on the CDN used and how those fonts are loaded, initially. If the Google CDN is faster than the FA CDN, that might be a factor in in initial load; but on the other hand, my experience is that networks change all the time (speed, performance), so drawing conclusions about loading time, can be very deceptive.

More importantly, is the caching, and after initial load, FB and Google Fonts (we use both) are cached in browser memory, and so are both very fast.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Mobile Thanks Now Visible in Mobile

Hey, I have enable post thanks (viewing thanks, not yet giving thanks) in mobile: https://www.unix.com/members/1-albums214-picture1018.jpeg I plan to also add the button to "give thanks on mobile. In addition, I will change the formatting (color and justification) of this new mobile... (1 Reply)
Discussion started by: Neo
1 Replies

2. Shell Programming and Scripting

Help me get some ideas

Hello, I have been given a scripting project, but have not learned any scripting. I need to get some ideas on how to start. Attached is part of the project: I have no idea how to parse the arguments. What I had in mind was to get the arguments ($1, $2, ... ) and have if statements for different... (1 Reply)
Discussion started by: facepalm
1 Replies

3. UNIX and Linux Applications

Need ideas for graduation project based on unix or linux Need ideas for graduation project based on

Dear all, i am in last year of electronics department in engineering faculty i need suggestions for a graduation project based on unix or free bsd or linux and electronics "embedded linux " i think about embedded unix for example or device drivers please i need helps (1 Reply)
Discussion started by: MOHA-1
1 Replies

4. UNIX for Advanced & Expert Users

Sendmail - Any Ideas?

I have solaris 9 and am using sendmail to pickup requests and forward them to a bulk mail server on a different port. Now for the fun...In sendmail, I need to find a way to place a default address in the Mail From: and Rcpt To: or remove them as required - These will be picked up by the bulk mail... (3 Replies)
Discussion started by: mikey2003ma
3 Replies

5. Shell Programming and Scripting

any ideas?

i need to compare to dates/times given in the format MMDDhhmmYY. That is month, day, hour, minute, year. It is a 24 hour clock. I need to compare two dates to check that they are, say, less than 900 seconds apart. I have got to a point where it checks the time, turns the values into seconds and... (5 Replies)
Discussion started by: fwabbly
5 Replies

6. Cybersecurity

Any Ideas !!!!!!!!!!

Hi, I installed sybase server on a LINUX server. I assigen port 2025 whilst installation for sybase , later i uninstalled sybase and when i try to reinstall sybase and use port 2025 it throw up error saying that it is already in use, use other port number. How can I re-use the same port number... (2 Replies)
Discussion started by: suda
2 Replies

7. Shell Programming and Scripting

Any Ideas?

I have several staging directories on my UNIX server. /usr2/data1 /usr2/data2 /usr2/data3 /usr2/data4 /usr2/data5 /usr2/data6 In these directories a file is transferred from different PC's connected to the network via TCP/IP. The File name is constant for all directories. Transfers... (1 Reply)
Discussion started by: Docboyeee
1 Replies
Login or Register to Ask a Question