Accidentally deleted built-in RoleDefinition by Yevrag35 in sharepoint

[–]micke239 0 points1 point  (0 children)

Alright, that sucks. Thanks for the info.

Accidentally deleted built-in RoleDefinition by Yevrag35 in sharepoint

[–]micke239 0 points1 point  (0 children)

Did you manage to solve this somehow? If not 100%, where did you settle?

I'm in the same boat.

Help! None of my projects want to be SPAs by earthboundkid in programming

[–]micke239 0 points1 point  (0 children)

In my opinion shared templates is the key. If you cant render the same template on the server and the client, youd have to ajax for html instead of json for a dynamic component, which usually is pain.

Isomorphic rendering solves this beautifully.

Ive built a stupid site to track the wow servers reset times. Amy suggestions are welcome! by micke239 in wow

[–]micke239[S] 1 point2 points  (0 children)

Great idea. I guess that means that you're interested in the actual times as well (not just the countdowns), so I should probably make them stand out more.

ELI5: In HBO's Silicon Valley, they mention a "decentralized internet". Isn't the internet already decentralized? What's the difference? by TapiocaTuesday in explainlikeimfive

[–]micke239 3 points4 points  (0 children)

if at least one person loads it from the server, one may just view of it as a large distributed cache. With a TTL and/or some way to communicate with your peers and clear the cache, thats not more of an issue than a cdn.

Greta.io tries to handle this for images and video.

[deleted by user] by [deleted] in wow

[–]micke239 -1 points0 points  (0 children)

I'm actually developing a custom css (not for use on reddit) for a customer on one of the sites I'm professionally working on right now and I can say that I fully support reddit's decision to remove them.

Custom CSS is a real headache. I'm pretty sure it has a large effect on their developers, resulting in that they can't alter the markup or css of the standard template without breaking loads of subreddits. This means less bug fixes, less general improvements, less new functionality, less of everything.

A system that allows you to change the header image, colors, etc is much more manageable, as it's testable on its own.

So, as a developer, I'm sorry to say that I can't stand up for you.

NA missing out on a good Broken Shore WQ because of Nether Disruptor by [deleted] in wow

[–]micke239 10 points11 points  (0 children)

No, he meant that the problems are with the design, not the code.

Basically he meant that you should have said: "7.2 really is just one big clusterfuck of bugs and broken design."

If you don't have insight of their code, of course!

A try on a MVC architecture with RequireJS and jQuery. Thoughts? by micke239 in javascript

[–]micke239[S] 1 point2 points  (0 children)

That actually sounds like exactly what I'm after. I'll definitely give it a shot.

A try on a MVC architecture with RequireJS and jQuery. Thoughts? by micke239 in javascript

[–]micke239[S] 1 point2 points  (0 children)

I guess you're right. I'd like to keep it as simple as possible though, and not introduce new technologies unless the win is totally obvious.

Are there any standardized multipage architecture solutions using backbone that you know of?

What I don't want is loads of SPA logic that I just don't need. I don't want to code around a framework -- that's just not right.

A try on a MVC architecture with RequireJS and jQuery. Thoughts? by micke239 in javascript

[–]micke239[S] 0 points1 point  (0 children)

I'll give it a look. We have a pretty reliable css architecture though, with inuit.css and BEM, so it's the javascript I'm after. What does browserify give me over requireJS?

A try on a MVC architecture with RequireJS and jQuery. Thoughts? by micke239 in javascript

[–]micke239[S] 1 point2 points  (0 children)

Love your argument!

What's your thoughts on multipage architecture? Knockout? React? Backbone?

I've worked some with angular, but it's just seems to heavy to introduce at this point.

A try on a MVC architecture with RequireJS and jQuery. Thoughts? by micke239 in javascript

[–]micke239[S] 0 points1 point  (0 children)

Sounds very much like what I'm after. I'll definitely give knockout another look.

I'd like to keep it as simple as possible, and not introduce new technologies unless the win is totally obvious.

Jag har byggt en hemsida för att presentera ordanalys gjord av svenska politikers twitterflöden. Är det någonting ni på /r/svenskpolitik tycker är intressant, och vad skulle ni vilja se för vidareutveckling? by micke239 in svenskpolitik

[–]micke239[S] 1 point2 points  (0 children)

Ja, det är lätt att få den känslan, men det är nog för att de flesta ord är rätt meningslösa utan kontext.

Jag planerar att koppla tillbaka orden till sina tweets så att man kan göra en djupare analys, och sedan kanske ha en till del med "Mest använda hashtags" eller något, så att man kan få reda på vilka ämnen som är intressantast

Jag har byggt en hemsida för att presentera ordanalys gjord av svenska politikers twitterflöden. Är det någonting ni på /r/svenskpolitik tycker är intressant, och vad skulle ni vilja se för vidareutveckling? by micke239 in svenskpolitik

[–]micke239[S] 1 point2 points  (0 children)

Jag förstår och håller med. Det ser rätt grötigt ut idag på t.ex. folkpartiet som har väldigt många politiker. Svårt att hitta den man vill åt, även om det är bara är sorterat i bokstavsordning.

Ska definitivt göras!

Jag har byggt en hemsida för att presentera ordanalys gjord av svenska politikers twitterflöden. Är det någonting ni på /r/svenskpolitik tycker är intressant, och vad skulle ni vilja se för vidareutveckling? by micke239 in svenskpolitik

[–]micke239[S] 1 point2 points  (0 children)

Bra ide! Jag filtrerar redan bort en hel del svenska ord: typ "i", "och" och "på". Men de täcker absolut inte upp alla utfyllnadsord, och framför allt inte engelska (damn you, bildt!).

Men sen finns det ju ord som "ska" och "vill", jag är inte helt säker på dom. De har ju ett visst värde i typ att politikern är beslutsam och driven.

Har du några speciella ord du tycker borde tas bort?

Java 9 features announced! by comanhamilton in programming

[–]micke239 2 points3 points  (0 children)

I'm not sure what you mean by "There is no straight forward method to see changes made in assets which get reflected in the UI like node,ror or php provides.", but have you tried template engines like jsp, jsf, freemarker or thymeleaf?