Aztechnology
Member
Edit: Nevermind I figured it out.
Is there any way to create a BB code or embed an HTML/CSS sheet here for a comparison image slider?
I'd like to link my images as a comparison image slider instead of just filling the page with excessive images when letting people compare the difference in an images in a thread. Do I have to link to a separate page and just link it? What are my options?
External link. It would be problematic if you could load js on a public forum.
Yea, I can imagine. Guessing there's no way to actually embed it though?
I had found this which is independent of JS.
https://codepen.io/beben-koben/pen/JKzyf
But I'd still need to setup an external webpage. Probably better to just create an HTML page/CSS, zip and share.
Iframes aren't allowed either. Github is probably your best bet for hosting as you can serve raw files for free and set them up as webpages.
Anyone know a good resource to learn Angular 2? A lot of the ones out now seem to be outdated compared to what's ion the final. I'm currently just going through the Angular 2 docs.
Anyone know a good resource to learn Angular 2? A lot of the ones out now seem to be outdated compared to what's ion the final. I'm currently just going through the Angular 2 docs.
I'm sitting here scratching my head what Apple was thinking killing deeplinks into apps with iOS 9.2
A client wants me to build a WhatsApp sharing icon that redirects into the appstore if the app is missing. It simply does not work anymore. All you get is an ugly and uninformative popup dialog telling you it cannot open the page because the address is invalid.
The worst part is, that it was all fine and dandy with iOS 8, where you could use an iframe to open the app or redirect to the appstore, if this did not work.
Too bad web intents died and there is nothing else on the horizon to get us out of this mess. What a shame
so I'm trying to turn this into code:
I'm having an awful time trying to figure how to make the separators work
so far I got this:
https://jsfiddle.net/sikaffy/2ps7djhy/1/
HELP
something like this? https://jsfiddle.net/b10hau8o/
Does anyone here have experience with Typescript? I'm having some issues with importing Javascript modules.I want to use a JS library (SimpleMDE) that has a type definition file on NPM (@types/simplemde). The typings file doesn't have a module like other ones that I've used, so I can't import it like the others (it just does "declare namespace SimpleMDE" and "declare class SimpleMDE") but the compiler finds it as a global variable, so it compiles just fine. When I try to actually open the page though, the browser complains about not finding the SimpleMDE class and I've also checked the built bundle.js file and the JS library is not there.
My setup is Typescript 2.1, Webpack and NPM. Source is here, the relevant file is src/components/Editor.tsx.
If you just link the lib in your html file it probably works right? I've only done a hello world in TypeScript so I'm not 100% sure, but can you do `import 'simplemde';` like regular ES2015?
Do you guys think its worth it to pay for host and domain for my portfolio? I have been using the free 000webhost all along but if paying is worth it I am willing to consider it.
*Figured it out*
Kinda.
Does anyone have any input on break points? After giving it some thought, I'm going to redesign starting with mobile, and then tablet / desktop. I think it'll help me organize my content better and (hopefully) avoid a lot of issues later on with different mediums.
That said, does most everyone stick to 320 for mobile and 768 for tablet?
Do you guys think its worth it to pay for host and domain for my portfolio? I have been using the free 000webhost all along but if paying is worth it I am willing to consider it.
*Figured it out*
Kinda.
Does anyone have any input on break points? After giving it some thought, I'm going to redesign starting with mobile, and then tablet / desktop. I think it'll help me organize my content better and (hopefully) avoid a lot of issues later on with different mediums.
That said, does most everyone stick to 320 for mobile and 768 for tablet?
*Figured it out*
Kinda.
Does anyone have any input on break points? After giving it some thought, I'm going to redesign starting with mobile, and then tablet / desktop. I think it'll help me organize my content better and (hopefully) avoid a lot of issues later on with different mediums.
That said, does most everyone stick to 320 for mobile and 768 for tablet?
It's worth paying for a domain name and hosting it somewhere free like GitHub Pages.
Domain, sure. Host, it's up to you and you probably don't need one these days with services like Heroku or GitHub Pages. If you're technically inclined you could explore Amazon AWS and pay a few pennies a month to host your stuff and learn about AWS in the meantime.
I personally still have a host for my company website but it could easily be stored on a free service, but sometimes I need a place to stash a new client site for development or something, and so it helps to have that host available. Plus it's a tax write off.
I generally stick with bootstraps, 480px -> 768 -> 992 -> 1200
Does anyone have any input on break points? After giving it some thought, I'm going to redesign starting with mobile, and then tablet / desktop. I think it'll help me organize my content better and (hopefully) avoid a lot of issues later on with different mediums.
That said, does most everyone stick to 320 for mobile and 768 for tablet?
Breakpoints are silly. A responsive site reflows based on the content design, and when a viewport is too small for that specific content. That may be six different points based on how it reflows, and none of them may correspond to random device widths.
What makes paying for the domain worth it? Also is the github pages for designers too? As I am more of a designer.
Domain names are cheap and look more professional if available, i.e. BobRoss.com > BobRoss.geocities.com. If you're looking for WYSIWYG to develop then I'm not sure GitHub Pages is for you, maybe someone here has a better alternative.
But that's not how designers think, they are more interested in nice screens with a fake iPad as a background... It's possible to get some additional breakpoints between the normal ones, but I did not work on a single project in the last 5 years where we didn't have a phone, tablet and desktop breakpoint...
You are right. But it's how I try to condition designers at our company to think.
It.. doesn't really work. D:
I generally just do a mobile and desktop design, and then when building out make the decisions at what point things best start breaking down in the middle.
Anybody here good with SEO?
I have a question.
I setup a website for my business with a URL (www.kumarhero.com) using WIX.
Now I have another domain, www.herobikes.in redirecting to my site. Should I submit the other domain in Google Search Console for indexing?
No, it doesn't matter, unless that was an old domain that has existing inbound links to it. Then you'd want to make sure your are redirecting as a 301 to the proper url.
So submitting it won't index the second domain you mean?
I am not see a whole lot of react sites out there to be honest. At least with the sites I visit on a regular basis.
You mean sites like Netflix, Airbnb, Facebook, Instagram, NHL.com, and many others?
You don't see the react as much as you could spot the angular, maybe that's why.So what's the dealio with angular2 nowadays? Seems everyone hightailed it to react around 1.5 years ago but I am not see a whole lot of react sites out there to be honest. At least with the sites I visit on a regular basis.
You don't see the react as much as you could spot the angular, maybe that's why.
Yeah, no react-tags. Not sure if it's a common convention, but I've seen people label react components with their Pascal case class.
You can download React dev tools and the React-tab will pop up on your dev tools on sites with React