Everything posted by davep
-
Website designers and graphics service needed
post the details here
-
Does downloading an image from What's App change the image's extension?
check whatsapp documentation. do a test with your friend - send in several formats or ask them to send to you
-
how do I recreate that effect?
i would make the waves as vector and export as svg
-
site with html css
the only thing i see in that really long css stylesheet is for fontawesome. if you're posting for beginners then post a url or codepen/similar. the other css isn't even in a stylesheet and is likely to only confuse a beginner. It's a lot better for everyone if you present an idea as a finished thing that's easy for us to look at and analyse rather than making beginners try and reassemble those pieces into a site. this is what codepen etc (I think i mentioned this once or several times already) are for. As it is the links to fonts and images are broken
-
site with html css
no thanks - that's no better. try https://codepen.io/
-
site with html css
an example of what? and you haven't answered why you posted a bunch of code and linked files instead of a link to a site or a codepen or jsbin or similar
-
site with html css
whaaaaat? post a url or put the code in e.g. codepen.io. also perhaps ask a question or give some context
-
Building professional website
contact design/software agencies in your area
-
Need a Quick Review
have to scroll down to get an idea of what you do. the first two sentences in the hero are so general they don't help at all. As a user i want to know what problems you're gong to solve for me it was slow to load (i'm on a fast fibreoptic wired connection) and it's too heavy (needs optimising) and don't use pngs for photographic images
-
Digital Advertising
no thanks for sharing
- HTML, CSS
-
Rotate a 3d model.
you're 8 years too late!!
-
Eye straining color schemes
nothing wrong with Georgia and at 18px it's usually nice and readable but the line length is too long (45–75 characters is optimal) and don't like the experience of long numerous pieces of copy with yellow on black - perhaps very dark grey and warm white?? but preferably dark grey on off-white would be best. the animations are really annoying and disrupt the reading experience
-
Beautiful Typography *drool*
i think it's to avoid link dropping
-
Beautiful Typography *drool*
i'm on Windows so i'm only getting the optimizeLegibility part and then of course only under 20px. Beware of performance on long texts and especially on mobile (see under performance https://css-tricks.com/almanac/properties/t/text-rendering/ ) I would have preferred an em-dash in your codepen looks fine to me though otherwise. What enhancements are available for linux??
-
Beautiful Typography *drool*
and guessing the link has been removed to the "this example"
-
eCommerce new versions of the cart area
why is it so small? can we have a screenshot at 100% ?
-
Web Design feed back?
definitely smells spammy why link to a page advertising services and not the homepage? I thought this line from the frontpage was funny "As Software Engineers We deliver top-notch quality that no other company can offer. "
-
Photoshop
https://www.adobe.com/products/photoshop/compare-plans.html if you can't afford it use gimp (free), affinity (low cost and not subscription) or similar
-
Remove border from website?
you should post the url or the code or e.g. at codepen.io
-
What Online Web Business can build to make some money
ok
-
few WordPress pointers
sounds good - how do i get it?
-
few WordPress pointers
Thanks. Is it a paid theme or free? This is just a hobby site so budget is very low, but it's also a good practice site for me.
-
few WordPress pointers
So it's a long time since i made a WordPress site, and all i really did then was pick a theme and do customisations in the WP. I need to remake this music review site (redesign and move content) https://levyarvostelut.fi/ (sorry it's in Finnish ) Using https://localwp.com/ i have WP installed and the twenty-twenty-one theme. I'm going to make a child theme (i know how to do that) but questions are what's a good theme to start with to customise? (e.g. 2021 has only one place for widgets) this is the functionality i need to use/add latest e.g. 5 reviews (i.e. posts - this is built in isn't it?) sub-navigation: so just general pages but want something to build the list by querying the e.g. artists labelled as Categories - Artists (list) - Bands (list) - Genre (list) ALBUMS in alphabetical order GENRES in alphabetical order Search (possibly ) free search to return an artist and list of work or a particular album so i'm guessing i need to identify the hooks i need (e.g. Category artist) then customise the frontpage template to traverse the artist array, fetch results and display it as a list - but this is the part of WP i'm haven't dealt with before: from my basic WP understanding this all seems par for the course for WP (except perhaps the alphabetical list with links from A,B, C, D - some php function to truncate the Artist string to find the first letter and display it under A. links to resources should be fine in the first instance- not expecting you to the work just need some guidance Thanks in advance
- Edit current website