Category Archives: 2019 Spring class

Design Thinking

The PHP assignment for this week was interesting. I am not a big fan of PHP and I do not find it as useful as I would like it to be. I am sure PHP is very useful for people who know how to use it well.

The Twenty Seventeen reading was full of information. The design they offer makes it easy for us to use WordPress and work on adding various features to our website. The different parts of the theme are well organized for the user to simply add content.

The concept of an agile development process is rather new because it offers continuous work and feedback on a project. Early and continuous delivery are key in this method. The project must be worked on daily. Both the business people and developers must work together. There needs to be open chains of communications to make sure everyone is on the same page and understands the timeline expected. A working piece of software is the ultimate goal. The project must have intervals with various deadlines and, once feedback is given after each deadline, the developers can go back and make changes.

Design Thinking is a concept that is heard frequently. The concept has a positive connotation and it discusses the new approach by companies which has helped them become more successful. It is a design methodology to solve complex problems by drawing upon logic, imagination, intuition, and systematic reasoning, to explore possibilities of what could be. The author believes that Design Thinking is just a different name for Design. It offers nothing new. Creating a design is not just making something look good, but it is also about problem solving and finding an end-to-end solution. Many companies push back the design aspect of a project till the very end. This is because they think they need to create a product and at the end create its design and make it look nice. This is a wrong approach. Design, which is now called Design Thinking, should be introduced early on in the game, in order to find solutions to the problem and cater to the user’s needs. Therefore, changing the name from Design to Design Thinking, non-designers are now looking at design in a more complex matter.  It’s using the basic, proven tools of design to the maximum effect. This new name to Design has given designers more power and authority especially at the beginning of the project, which is a plus.

PHP vol.2

This week was quite different in terms of the coursework for the Web Development course. Unfortunately, I couldn’t attend the class on Wednesday because of another class that took place on the same day. Fortunately, thanks to the classroom recording I was able to catch up on some relevant concepts. Also, the little “student support group” helped me to complete the assignment on time, with most of the code working on the actual webpage. However, there’s still a lot of work ahead of me, especially if I want to include some more interactive components on my website for the final project.

As I mentioned in my previous post, my final website will have a blog/news format, where I will upload different types of content. For this week’s project I was able to figure out how and apply my knowledge of PHP in order to add forms. As it turned out, one of the most unique features of PHP is the way it handles HTML forms. Based on what I have created for this assignment, I would be able to include forms that could potentially help me to make my website more interactive and user-friendly. For instance, I could create a message box, where a user could leave a message for me in regards to the content I would upload there.

To conclude, a good benefit of using PHP is that it can interact with many different databases. I am excited to participate in the class tomorrow, since I still need some more practice as it comes to combining PHP and HTML languages. I would also want to learn how to create a stand-alone PHP file, instead of including everything on the HTML tab. I feel like this knowledge would be beneficial, since having both scripts on the same “page” turns out to be confusing — especially if I want to make edits to a specific part of the code.

Design Thinking and the Return of PHP

Reflections on the Homework

This week’s homework was a good reminder of how fast a skill can atrophy in the face of Spring Break. While searching for the simplest PHP features I could find, I realized that I still don’t really know how PHP interacts with the base of a website’s HTML. I understand that PHP is a server-side language that can create functionality on a website that HTML can’t do alone. But  I never stopped to consider how the two languages “talk” to one another.

I took to Google, hoping for a quick bit of code similar to the one that you use to link a CSS stylesheet to an HTML page. No such luck.

What I found were forums with varying opinions on whether you could code PHP directly into your HTML file. The conclusion I drew was that it’s best to keep files separate (hello, Separation of Concerns), but, like CSS, PHP can work when referenced directly in an HTML file.

I also learned that in order to get the PHP functions to show up, you need to be hooked into a server (makes sense) or server software like Apache. I’m assuming this is where something like MAMP comes into play, but to be honest, that’s where my train of thought ran out of steam.

So, here are some questions I still have: What’s the best way to set up a local server for simple websites like our homepage repos? What’s the best way to test the specific functions of a PHP script? And how do you reference your PHP file in an HTML file?

Readings on Design Thinking

Switching gears to focus on the future, for a moment. I’m grateful to have had these reminders about good design and user experience as we begin to plan out our final projects. I found the Medium reading, “Shh! Don’t Tell Them There’s No Magic In Design Thinking,” particularly interesting, because I hadn’t thought about the tenants of Design Thinking in that way before—i.e., the concepts have been part of good development forever, but now people are starting to pay attention. Here are my favorite mantras/takeaways, which, consequently, are the ones that I think will be the hardest for me to master:

  • We’re going to do things differently from how we’ve always done it before.
  • We’re going to study problems before we jump to solutions.
  • We’re going to diverge on our best ideas before picking the one that matches the solution best.

Never used WordPress before

Reading about themes and how they interact with WordPress seemed relatively straight-forward. When I think of a theme, I think of it as something similar to the different themes available on PowerPoint of Word documents — they do all the design or color schemes for you. Now with the templates, those appear to be a bit more intricate on WordPress than choosing a different theme. Index, home single and so on .php seem like elements that strictly control posts in WordPress. To be honest, I have never had any experience on WordPress before. Even though I have heard of it, I know that it is one of the most widely used hosting sites, so this will be interesting and hopefully not too frustrating for me to learn alongside employing PHP. When reading about child and parent themes, the concept of discerning the difference between the two is reassuring since that it something I can understand without re-reading.

As for reading about plugins, I like how sincerely they start off by stating that there is a “cardinal rule” for WordPress — not to touch the core. This is good to know for someone with no existing experience because I will remember that statement. So it seems that plugins are what allow WordPress to add any additional functionality to my site, which is cool. To my understanding formats, they change the layout or display of certain elements such as images, gallery, videos and such. Also good to note that when concerning post types, that it is not recommended that I do custom post types along with a theme, but should instead use a plugin. The custom data in the form of meta-data seems to be a fun/interesting way to incorporate more tidbits of information on my WordPress site. It reminds me of the same available stuff you would see on Facebook.

Website theme development

This week’s readings on theme development and parent/child themes was good. In the past when I’ve used WordPress themes, they were usually the pre-made ones. I’m really interested in learning more for the most customization ability possible. (As for plugins, I’ve only dabbled in them in the past.)

Having the formats laid out in the post themes section was helpful. I already knew about galleries, quotes, images, video and link options. But the aside function is new to me from a programming/developer perspective. And within the suggested styling section of that same page, I actually think I found what I previously was curious about doing (per my final project idea rundown). It says a chat option is available. I wasn’t sure if this was the same style that customer service friendly pages have (with automated responses queued for simple questions and more specific questions sent directly to on-call staffers). But if it is, I’m definitely interested in pursuing this for added functionality.

I’ll also be revisiting some of I believe week 4’s lessons on scripting zoom-in function for images after the cursor hovers over them. And customizing my navigation bar is something I’m looking forward to, considering I’ve only been able to use the limited settings from pre-made themes in the past.

I also am grateful for the post types to be neatly arranged in the section on this topic. I have something to reference for my boiler plate, as opposed to pulling them together at the end and forgetting the other page options apart from the basic index.html, JavaScript and CSS pages. I know from the start to create a page for each and organize them accordingly.

And it’s finally time to write up my developer profile. I’ve already got the content from my interview and I can finish writing it this week. I was fortunate to have a great subject, who is currently employed with Facebook.

It’s Susan’s Thing

For my final project I decided to concentrate on one of my main interests, which is fashion. By naming the website “It’s Susan’s Thing,” I want to share with the viewers my personal opinion of the newest trends and novelties within this field. I am aiming for a minimalist-looking website, with the format of an online newsroom/blog. The posts would have a maximum of 200 words, in order to attract attention of the specific target audience (i.e. the Millennials). In the creation of the posts I will try to incorporate what I have learned so far in the class. This would include (but not limited to) gallery slideshows, videos and links to multiple external sources. So far this is what I decided to go with, although, I feel like it is still work in progress (however, I am very excited to work on it!).

Road to Fit

My final project will be focused on one of my niche interests of fitness and nutrition. My goal is to connect with others that want to get into fitness, but don’t know how or where to start. I chose this because I have always been into blogs and Instagram posts that inspire me to go on my own personal fitness journey. I want my final project to be personal, but also allow others to connect through input of their journeys as well.

Updated Final-pitch

ACROSS AFRICA “Telling The African Story From The African Perspective”

What: For my final project as mentioned earlier, I am going to develop a unique but interactive news website that will focus mainly on stories about Africa’s culture, politics, arts, business and other pertinent stories from my beautiful continent.

Why: This will provide an alternative to the usually different stories we hear from Africa’s wildlife and how a rare lion or elephant was found. While those are important and significant stories from Africa, often the culture and lifestyles of its people is either ignored or rushed through.

Who: I am excited to see how far this will go in reaching out mainly to  Africans in the diaspora and anyone interested in African stories.  I am looking forward to build a website like this or better.

Code Customization

1 Code Customization 1 (TO-DO)

  • What – Main News tab
  • Why – will add versatility to the content on the website and leave the viewing control in the hands of the viewer.
  • How – Use Pseudocode/HTML, CSS
  • Timeline -Research code, feedback review, modification and finalize.

2 Code Customization 2 (TO DO)

  • What – News Ticker
  • Why – To be able to display multiple headlines at the same time allowing audience get a sneak peak into other news items while reading other stories.
  • How – HTML/CSS
  • Timeline -Research code, feedback review, modification and finalize.

3 Code Customization 1 (TO-DO)

  • What – Subscription form
  • Why – To help gain insight into people who visit the website and get user feedback for potential improvements.
  • How – Use a Pseudcode
  • Timeline -Research code, feedback review, modification and finalize.

4 Backup- Breaking News/Happening now

5 Backup -Trending News on Social Media

6 Backup-Video News

 

Personalized Web Expression

As we all are surely aware, a short, memorable domain name can make the difference between creating a successful Web presence and getting lost in cyberspace. We are all a brand in some way. We present ourselves to the world, and for me (as a PR major), having one’s own domain name makes that individual look professional. Especially, if you want to create content that attracts attention of a specific audience, you should ask yourself the following question: if you’re not willing to pay the money to register an appropriate domain name, why would your readers think you’re putting enough effort into creating valuable content? More than anything else, a domain name can increase awareness of your brand. If the URL you have chosen corresponds to your company name, it reinforces your brand, making it easier for customers to remember it and find their way back.

After this week, I consider NameCheap as an all-in-one website solution, which allows you to buy your domain, host your site, and purchase any necessary add-ons, all found in one place. It is pretty easy to navigate through and use this hosting service, however, I had a minor problem with one of the steps. Thus, I had to chat with their support team and was able to figure out the issue, which helped me to submit the assignment on time.

During last week’s class we have learned how to set up a self-hosted WordPress on our laptops and hosting services like MAMP. As of right now, the final project is quite confusing and a bit overwhelming. However, what we did and the material we went through in class on last Tuesday was very helpful, since I wouldn’t have been able to do it by myself.