Everything posted by CGeorges
-
problem with the MYSQL database
If you have ssh access you can try running: mysqlcheck --repair --databases db_name What engine is your DB using, InnoDB or MySAM ?
-
How long did it take you to learn web development?
Agh youtube, no. As many people said around here, it can teach you bad practices with which you'll get stuck with forever and you'll miss the biggest skills that are important in programming, "problem solving" and intuition. I've learned the basics, like syntax and how the whole process of a web app works (server side -> client side and so on) after that I gave myself a homework, a big project that I knew I couldn't finish and it's over my skills. Just open the documentation, stackoverflow and start working, at first, you'll be reading the documentation for 30 minutes just to write one line of code but soon enough you'll be on your way. Why I like this way ? because like @@rbrtsmith said, when you are a programmer you're going to constantly learn new things, new frameworks, languages, design patterns, libraries if you don't have a feel of how that new framework works in the first 5 minutes after looking at their documentation you're going to have a bad time. So I'd say that a good programmer is not made of how many programming languages or framework he knows but how good are your problem solving skills and your intuition.
-
My own website, your own critiques
Well, not bad, but not good either, they just look like common templates with text and images replaced. They're easy to spot because you haven't worked on the details, blend each section with each other. The logo on the first site it doesn't blend at all either. sorry.
- 6 replies
-
- html
- css
- web design
- development
-
Tagged with:
-
Our print store
Whole page is 7Mb, definitely not good, especially mobile device, just think loading that on a mobile data plan. You can optimise images without loosing any noticeable quality.
-
Our print store
It's your decision, though, from the point of view of usability it's a harmful thing and if you look at other sides with big headers on their front page they all have that behaviour.
-
What to do to make a website loading faster?
I'm going to disagree with that statement, for example this site is pretty fast http://www.nytimes.com/
- Possible legal action by web design company
-
Our print store
Yes, the large image in the header. If you're attached to it, maybe shrink it by 50% on secondary page ?
-
Our print store
Looks good, just one thought, don't you think it would be better to remove the Hero section on all pages other than the homepage ? It doesn't bring any value and takes a lot of space.
-
Bye bye IE 7 8 9
Hey guys, not sure you've heard yet but next Tuesday Microsoft will drop support for all IE versions except the latest https://www.microsoft.com/en-us/WindowsForBusiness/End-of-IE-support How happy that makes you ? or better yet, how about sharing your most awful experience in making your website compatible with older IE versions?
-
Money to spend...Need direction for WordPress Design/Code/Launch
I'm pretty sure you can find a responsive Wordpress theme like brainpickings on themeforest. ~$60 up to now. After that hire a small agency or developer to install, configure, secure and adjust to your design needs. $2000 should suffice. If you decide to go that way, for that budget my agency can help you out.
-
Clients red flags (discussion)
I see you guys don't like Wordpress, next time, if they pay well, just send them my way )
-
Like for Like
How do you see that this will help your business ? The whole goal of having subscribers/likes/follows is to promote your services to the people that like your page and send your content to your feed, but if someone who doesn't care about your services likes your page he will be just a number.
-
Is it just me or is Bootstrap impossible to style?
If that's the case, then yeah, SCSS would be a better option, I wasn't aware of BS dropping LESS support
-
Is it just me or is Bootstrap impossible to style?
I think you're going into the wrong direction. In order to make it easier to change bootstraps style, use the LESS version.
-
How to promote a new service ?
The 'tool' finds people/companies that needs freelancers, I need to find the freelancers!
- First WordPress Website
-
How to promote a new service ?
It's pretty straightforward but I need to work on the site to make it more clear. Basically, freelancers subscribe to my service and I will send them an email each morning with potential clients from their industry. These leads are hand checked and include any background data we might find (email, twitter account, linkedin, their name, phone, etc) so that the freelancer can contact them and get the contract.
-
Would hosting on a virtual or dedicated server avoid spam blacklisting?
Hey, I have two VPS machines that handles emails for my company and my clients. From my experience if you want to avoid getting blocked in spam filters go with a established email service like Mandrill, Gmail, Outlook360,etc. On Topic: Going with dedicated or VPS it's not very important, either one is good just make sure there are no other mail servers that are sending spam within the same IP range. Also, going with a custom email server will increase your headaches because you first have to setup all this things like SPF, DMARK, etc and your emails will still get blocked until your IP builds up some trust. For example, hotmail will block you by default and you have to mail them to whitelist your server IP. PS. I used mailinbox to setup my email servers.
- Is it possible? Automatic youtube search filtering
-
one js file for different .html pages - handling conflicts
@@portia79 I stand corrected - the solution Nillervision provided would fit you best.
-
one js file for different .html pages - handling conflicts
It pays long term, when you have to add new features or do maintenance.
-
Is it possible? Automatic youtube search filtering
Here's their API and the search filters it supports https://developers.google.com/youtube/v3/docs/search/list I'm not seeing any fllters related to what you want to do though The API is available in multiple languages, including Python but the most exhaustive one I've seen is PHP. Since their API won't let you, try and look if you can find any Youtube aggregators with bigger filtering options in their API. Though, usually their content is have a big delay in adding new videos.
-
Can I use my own CMS for clients?
I've understood what you we're saying, I was just pointing out that a PM might work better than bashing the spammer on a thread with a different topic
-
images in websites
If you have the receipt you should be safe. Next time, make sure to draft up a contract though.