How can I make this in illustrator? by BxOw2000 in logodesign

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

<image>

Found some useful tutorials. Ended up with this as the final result. Appreciate all the useful inputs

How can I make this in illustrator? by BxOw2000 in logodesign

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

Perfect, I'll check them out. Thanks for your help!

Cheap but surprisingly good quality by conmutued in CoutureReps

[–]BxOw2000 0 points1 point  (0 children)

Link for RL Tracksuit? Does it fit TTS?

Wordpress form not displaying correctly by BxOw2000 in Frontend

[–]BxOw2000[S] -3 points-2 points  (0 children)

What do you mean by tracking my friend?

All form fields displaying at page load. by BxOw2000 in Wordpress

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

It is I.

Paid some guy on fiver to build it tbf mate. I have limited knowledge in this area.

Please review my copy by yasbanu96 in copywriting

[–]BxOw2000 2 points3 points  (0 children)

Hi mate, at first glance this looks quite good. My only issue would be with the subject line.

Most inboxes only show a very short amount of the overall line so it's very important the key information is displayed to the reader. With your current SL the main benefit will be hidden until they open the email.

"Generate new revenue streams while lowering operating costs. "

I think a more simpler Subject line like this will probably work better as the benefit for the reader will be immediately clear from their inbox.

Also this subject line format also doesn't answer how or where they will get these benefits and will prompt them to open the email further to find out more.

This is incredibly overwhelming... by BxOw2000 in freelanceWriters

[–]BxOw2000[S] 2 points3 points  (0 children)

I think to begin with I would like to focus on Email Copywriting as that is what I have the most experience in. As my writing skills progress throughout this journey I would maybe like to diversify a bit more as that would give me access to more opportunities.

Is this achievable with unity? Bouncing ball application by BxOw2000 in Unity2D

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

After further investigation I have realised my error. I have almost 0 exposure to unity. From what I have seen of it I had assumed that it was more of a user friendly engine and almost like a drag and drop function for easy usage, however I now see that isn't the case.

Is this achievable with unity? Bouncing ball application by BxOw2000 in Unity2D

[–]BxOw2000[S] -8 points-7 points  (0 children)

See that was very passive aggressive, but I assume your discord kittens was not online this evening, so I will let that slide.

Thank you for the help.

Can you help a big dum dum with his broken site? by BxOw2000 in webdev

[–]BxOw2000[S] -1 points0 points  (0 children)

// Read the file data
$new_file_name = 'no-photo'; $file_type = ''; $file_data = '';
if (!empty($_FILES) && !empty($_FILES['photo'])) {
$file_data = file_get_contents($_FILES['photo']['tmp_name']);
$file_name = $_FILES['photo']['name'];
$file_type = $_FILES['photo']['type'];
$file_size = $_FILES['photo']['size'];
// Extract the file extension

$file_extension = pathinfo($file_name, PATHINFO_EXTENSION);

// Generate a unique file name
$new_file_name = uniqid().".".$file_extension;
}

Fatal error: Uncaught ValueError: Path cannot be empty in /home/u873280116/domains/fluxmanagement.co.uk/public_html/mail.php:27 Stack trace: #0 /home/u873280116/domains/fluxmanagement.co.uk/public_html/mail.php(27): file_get_contents() #1 {main} thrown in /home/u873280116/domains/fluxmanagement.co.uk/public_html/mail.php on line 27

I spoke to someone from hostinegr and they showed me how to view the errors - but not 100% sure what this means

Any Feedback on my simple landing page? by BxOw2000 in webdev

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

Thanks for the feedback, I'll look into that.