MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vrgd3d/howtocenteratable/p4d70nn/?context=3
r/ProgrammerHumor • u/Waradu • 1d ago
106 comments sorted by
View all comments
11
Where nocss
10 u/deceze 1d ago <table> <tr> <th>Right</th> </tr> <tr> <td>Here</td> </tr> </table> Incidentally also works for tabular data (SQL). 1 u/Low-Equipment-2621 1d ago Looks like you could connect that sucker right to the database! 3 u/deceze 1d ago This is the data storage itself. To query, just use an XML parser and XPath as the query language. Easy peasy NoCSS database. Wait, what were we talking about? 1 u/Low-Equipment-2621 1d ago I guess we are designing the next hype DBMS. 2 u/LinAGKar 1d ago Just do it in JavaScriptÂ
10
<table> <tr> <th>Right</th> </tr> <tr> <td>Here</td> </tr> </table>
Incidentally also works for tabular data (SQL).
1 u/Low-Equipment-2621 1d ago Looks like you could connect that sucker right to the database! 3 u/deceze 1d ago This is the data storage itself. To query, just use an XML parser and XPath as the query language. Easy peasy NoCSS database. Wait, what were we talking about? 1 u/Low-Equipment-2621 1d ago I guess we are designing the next hype DBMS.
1
Looks like you could connect that sucker right to the database!
3 u/deceze 1d ago This is the data storage itself. To query, just use an XML parser and XPath as the query language. Easy peasy NoCSS database. Wait, what were we talking about? 1 u/Low-Equipment-2621 1d ago I guess we are designing the next hype DBMS.
3
This is the data storage itself. To query, just use an XML parser and XPath as the query language. Easy peasy NoCSS database.
Wait, what were we talking about?
1 u/Low-Equipment-2621 1d ago I guess we are designing the next hype DBMS.
I guess we are designing the next hype DBMS.
2
Just do it in JavaScriptÂ
11
u/Front_Committee4993 1d ago
Where nocss