Mod_rewrite to handle paths ?


 
Thread Tools Search this Thread
Top Forums Web Development Mod_rewrite to handle paths ?
# 29  
Old 03-23-2019
Quote:
Originally Posted by Neo
I'm not an Angular fan, sorry.

Either way, you should watch a few YT video tutorials first, IMHO.

The world has shifted away from asking a lot of basic questions in forums before at least watching a few video tutorials.

It's the modern day version of "RTFM".... but instead it's "Watch the F... ing Videos" (WTFV) .... LOL .

Seriously, watch some videos. They are great and FREE.

This is true, what I've noticed. I'll stick with that app even if it's old after watching the videos, then if I have questions; I'll ask. I can't find anything similar and I fumbled upon that app as I need something like that for the work I do.
# 30  
Old 03-23-2019
A quick Google shows this one, which looks well supported and promising:

A simple Kanban board software built with Electron and Vue.js
# 31  
Old 03-23-2019
Also, personally, I like the various templates by "Creative Tim":

Creative Tim Products

But his templates are just that, "templates" and are not full blown apps; but only scaffolding templates for developers who wish to build more complex apps.

And Creative Tim does not have any "taskboards".... he likes dashboards, for the most part.

But don't forget to at least spend 30 minutes to an hour a day watching YT videos if you want to understand modern web development.

WTFV ROTFL Smilie

Cheers.

FWIW, this app at UNIX.COM is written in Vue.js:

UserCP Prototype 0.7364

Code:
https://www.unix.com/usercp/#/viewprofile

# 32  
Old 03-23-2019
Quote:
Originally Posted by Neo
Also, personally, I like the various templates by "Creative Tim":

Creative Tim Products

But his templates are just that, "templates" and are not full blown apps; but only scaffolding templates for developers who wish to build more complex apps.

And Creative Tim does not have any "taskboards".... he likes dashboards, for the most part.

But don't forget to at least spend 30 minutes to an hour a day watching YT videos if you want to understand modern web development.

WTFV ROTFL Smilie

Cheers.

FWIW, this app at UNIX.COM is written in Vue.js:

UserCP Prototype 0.7364

Code:
https://www.unix.com/usercp/#/viewprofile


I like topsi-project-manager. Alright, I would have been fussing over why I couldn't get that app installed if it wasn't for your input. Therefore I'll watch the videos amongst the dozens of others on other computer subjects I must watch over the next week or so, then go ahead and install and hopefully I won't need to ask any questions, if so this thread will get updated Smilie


topsi-project-manager
This User Gave Thanks to MaxtheCat For This Post:
# 33  
Old 03-23-2019
That Topsi Project Manager on GitHut looks promising.

All these apps benefit from strong knowledge and experience in

Code:
HTML
CSS
Javascript

Plus you need some server side tech like PHP and a database like MySQL or you can go the JSON NOSQL DB way with Google's Firebase as the datastore.

These apps look and work great, but they really require expertise in full-stack web development, from the server to the UI, to make them work properly beyond "scaffolding" and "templating".

I suggest you learn and work in Vue.js versus Angular or React, as it is my opinion that Vue is really the way to go. But that's up to you.

The web has moved strongly to "components and component-based sharing" in the last few years; and many do not realize just how far the web has shifted toward the component-based MVVM paradigm.
This User Gave Thanks to Neo For This Post:
# 34  
Old 03-23-2019
In the mean time would it be possible to get someone to help install topsi project manager on my account / server, though the means of this forum so I can get this installed before diving into your suggestions ?

I'm hoping depending on ones experience it shouldn't take long ?
# 35  
Old 03-23-2019
First you must install Node on your desktop development computer:

Node.js

Then you need to install the Vue CLI for Node using the node package manager, npm.

We are not going to do this work for you. But you can follow my instructions and provide feedback as you do it, yourself, I'll help you.

But really, you should spend time watching basic YT tutorials and learning what you want to do before asking us to help you do it. Don't be lazy about learning and expect us to do what you are too lazy to spend a few hours on to learn. We are all just as busy as you, or maybe even more busy!

Modern web development using Javascript frameworks requires considerable technical skills. You must at least learn the basics by both working on the project yourself, watching video tutorials, and then asking questions after you have at least made some honest attempt to learn.

For me, I find it more productive to watch a YT tutorial on some cool new technology versus watching a movie rerun on TV; and I get a lot done enjoying a good video tutorial every day, versus watching the same news about the world of politics, crime, and punishment. So please....

WTFV ROTFL

Smilie
This User Gave Thanks to Neo For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Web Development

Mod_rewrite - URL rewrite based upon HTTP_REFERER

Hello, I have added following rewrite cond and rewrite rules but it does not work. RewriteCond %{HTTP_REFERER} ^http://192\.168\.1\.150/categories/.*$ RewriteRule ^(.*)$ http://www.blahblah.com/ When I hit url : http://192.168.1.150/categories/881-Goes?page=7 in my browser - it... (2 Replies)
Discussion started by: ashokvpp
2 Replies

2. UNIX for Advanced & Expert Users

Apache Mod_rewrite Mystery

Hi Folks, I am running on a CentOS 6.3 server, whose primary function until recently has been my Zimbra mail server exclusively. I added wordpress and I have not been disappointed, with this one exception of Apache mod_rewrite. I have already tried to set selinux to permisive to eliminate that... (5 Replies)
Discussion started by: cjm51213
5 Replies

3. Web Development

Mod_rewrite http to https

Hi Team, I have a question on the apache mod_rewrite module. I have a requirement of rewriting only specific url's to https. Requirement below:- want to match a word (test) on the url and if matches then it should rewrite to https. example:- ... (1 Reply)
Discussion started by: arumon
1 Replies

4. UNIX for Dummies Questions & Answers

Difference between handle to the thread HANDLE and thread identifier pthread_t

This question might be silly but its confusing me a bit: What is the difference between handle to the thread HANDLE and thread identifier pthread_t? ---------- Post updated at 01:52 PM ---------- Previous update was at 01:48 PM ---------- Sorry I saw details and HANDLE is in windows and... (0 Replies)
Discussion started by: rupeshkp728
0 Replies

5. Shell Programming and Scripting

Need help with mod_rewrite rule, redirect

I have to redirect http://www.domain.com/(*)/(*)-hotel-deals.html to http://www.domain.com/(*)/(*)-hotel-deals where of course (*) are dynamic. Any ideas how this could be accomplished? (0 Replies)
Discussion started by: EXT3FSCK
0 Replies

6. Web Development

Apache mod_rewrite: from 'friendly' url to actual path

I'd like to translate a friendly url such as: http://www.xxxyyyzzz.com/page/12345678/ to: http://www.xxxyyyzzz.com/page/12/34/56/78/ Seems simple enough, but I cannot figure out how. Any one done this before? (2 Replies)
Discussion started by: markericksen
2 Replies

7. Web Development

mod_rewrite help

Here's my situation. When a user access the site domain.com it redirects to /portal which displays SKIN1 by default. When a user accesses the site domain.com/portal?branding=SKIN1 it displays SKIN1 by default as well. When a user access the site domain.com/portal?branding=SKIN2 it... (0 Replies)
Discussion started by: Adrnalnrsh
0 Replies

8. Web Development

mod_rewrite RewriteMap - possible to 404?

In my strenuous efforts to get SEO-friendly urls, I'm using a rewrite map in my apache setup: RewriteEngine on RewriteOptions MaxRedirects=5 RewriteMap seo prg:/Applications/MAMP/htdocs/map.php #map requests for the original file to the new SEO friendly urls RewriteCond... (0 Replies)
Discussion started by: sneakyimp
0 Replies

9. Shell Programming and Scripting

mod_rewrite problem

hi i'm very new to mod_rewrite. I can't seem to have this work. I have a site which has 4 pages : home, links, adverts and contacts page. the adverts page is linked to this url http://www.xxxxxx.com/adverts.php. What i want is that whenever the adverts page is clicked , it will show... (0 Replies)
Discussion started by: arsonist
0 Replies
Login or Register to Ask a Question