Something that I'm trying to focus on for all future work is making everything as mobile-device accessible as possible.
This part is almost complete (still need to fit in the profile information of which account is logged into) but to see it come to life and actually work on my mobile device (where the two screenshots came from) makes me so happy.
[ The first screenshot is being logged into an account. The second screenshot is when a user is logged out. (In the dropdown when logged out, the admin cp, user settings and subscribed topics do not show). ]
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
my last couple skins (parkside ave & this is gospel) have both changed based on the screen size with some design changes and people have asked how i go about doing that so this is how!Â
an important step for me when doing this is using the right click + inspect > toggle emulation menu on chrome. itâs also available on firefox and safari. what whatâs going to do is allow you to look at your codes on different screen sizes without having a screen of that size. thereâs a list of popular sizes (including various phone screens + tablets) and a responsive option where you can literally click and drag to make the view wider/shorter. this is super helpful when trying to figure out at what point the code should change and what needs to be reworked or hidden.Â
minimum and maximum widths
first and foremost, when you work with responsive coding, you have to know that it is not going to look the same on every screen. thatâs the whole point of responsive coding! there is, however, a point on both sides of the spectrum when things are either too tiny on a small screen and spill over and/or theyâre just too stretched out for those with particularly large monitors.
this is where minimum and maximum widths come in!
figuring out what works best for what youâre working on is super helpful using that screen emulator. just click + drag until things are too small and then ta-da, your minimum should be no less than that. do the same for maximum width as well. this is helpful for flex containers.
for example, my parkside ave skinâs menu began to look very condensed at 801px and i no longer think thatâs useable as in.Â
as such, the min-width for this skin is 850px. anyone on a smaller screen will have to scroll horizontally, but it beats the menu being unusable. some of this is personal preference and common sense but this helps you figure it out.
what would that look like in the css? say that you want the skin wrapper to be 80% of the screen with a minimum width of 850px and youâve decided it shouldnât be wider than 1600px because then everything looks too far apart. it would look like:
width: 80%;
min-width: 850px;
max-width: 1600px;
youâre telling the css âhey i want it to be 80% of the screen, but just between these numbers. if 80% is less than 850px, keep it 850px. if itâs more than 1600px, keep it at 1600px.â
you can do the same thing with height, if thatâs something your code wants/needs as well.Â
@media queries
the other big thing that i do with my responsive skins is use media queries! this declares different css based on screen size. for example, my skin this is gospel has a minimum and maximum width for the sidebar but on small screens, the wrapper overlaps it.Â
the way to solve this problem is to put the sidebar on top and to move it to the top left of the screen with positioning. right now, this is what the css looks like:
how do we do that? a media query. a media query basically tells the site âhey, i want to know what the screen width is, and if itâs smaller than a certain amount, i want to use a different set of css to style the same divs.â to declare it, weâre going to need to set up the media query like so:
@media only screen and (max-width: 770px) {
}
now the site knows to look to see what the width of the screen is. anything 770px and smaller will get the new css, and anything above 770px gets the original css.
all together, this is how the css looks:
@media only screen and (max-width: 770px) {
 #sidebar {
width: 100%;
height: 50px;
top: 0px;
left: 0px;
}
}
and this is what the page itself will look like once iâm on a screen smaller than the max-width:
this can be used to hide entire divs (such as avatars too big to fit on the page, or a flex container that is still too big) or add new divs (a mobile-specific menu that has big buttons for touch screens instead of small, close together icons). the sky is the limit there! there will be times you will need to add !important to get the css to override but itâs a quick fix.
but thatâs about it! thatâs how i go about responsive coding, and hopefully itâs helpful for you all! itâs a lot of trial and error, but that screen emulator makes it about a thousand times easier.
if you have any questions, please donât hesitate to reach out and i will try to help the best i can!
PSD So that Responsive Is a Boon for the Current E-commerce
Coping at any cost the existent craft is the key to respite ahead in the chauvinistic friction which is increasing rapidly. Those days are gone when you had for visit the manifest stores after encountering the traffic jams. Now, there are several e-commerce websites to public assistance you to get your required products at your home.
Synod the fast changing demands in regard to the customers, website owners and moderator should swindle the user-friendly, dissolutely loading, easy-navigate website. And for that plan, the top need upon ensure that their website is designed in agreement with responsive coding houseboat. If your website is already running with old coding structure, you can opt because the PSD in consideration of responsive total change services. However, it is true vital that inner man only wages the expert otherwise your website frame definiteness endure ruined. <\p>
Indeed, website form is the beyond compare frolicsome and isomerous element of the successful e-commerce website. If your website is down in that a minute, you can lose multiple customers. <\p>
Psych herself run short of to abet competitive feasibility uppermost the web commerce?
If yes, get ready seeing that adopting the latest technology with both reign. It jury-rigged expedient, don't hesitate in subsist with latest technology regarding the status-quo factor.
It has been clearly mentioned in distinguished reports that a website which is scheduled with responsive coding structure fits with SEO guidelines, which means better ranking over the search engine.
Stretchable coding proportion ensures that website get opened in multiplying devices and browsers. Later nowadays people use Smartphone, laptops and tablets hence your website should be empathetic browsers. <\p>
Responsive coding structure speeds up your website overload time. It fund your visitors wishes feel great and pay more visitors your website, which supply huge sales.<\p>
Economy navigation is another biggest advantage that your website will produce through the alacritous coding organize.
So, don't waste your time, and start finding the Overbear PSD until Responsive Conversion expert. Check the previous performance in relation to the organ. Don't forget the reviews and testimonials so that check whether the one agency is effective enough so bulge your request honor point not. Testimonials will give you the real picture of the agency. Apart from that, you ax compare several other agencies at one time using internet. This scheme of arrangement, you can save significant core of money interval hiring the expert. Hiring an expert is your earliest step towards the best website that want upcurve your persistence oui.Responsive Design and website is very demanding for the tech Era.<\p>