Showing posts with label web development. Show all posts
Showing posts with label web development. Show all posts

Friday, November 4, 2016

Project Updates: Web Development, Course Revision and More

While being nestled near the Western Ghats in an Indian high-rise suburb appears relaxed, I can tell you that it this isn't the case! It felt as if the final months of the year might have been swept out with the pre-Diwali cleaning.

After a series of viral and a short respite in Hyderabad in September, I found myself frantically trying to finish or resume projects started in August.

First there was my personal website, which I have used as a lab rat for different CSS3 and HTML5 principles since last October. Finally I settled on a design, at least for the time being, and cut 75% of what I had built. All that was left was to edit the content, finalize fonts and colors, and finish the media queries. Granted, my PHP form abruptly stopped working, possibly because of an addition of another script, and so it was back to the drawing board for my contact form.

Given that I enjoy numerous creative pursuits, I wanted a place to showcase my development project, translation, writing, and design. However, I also wanted the website to be simple, not overbearing, and possibly interactive. Therefore, I borrowed code from this fullscreen layout with page transitions as shown on Tympanus.net and tweaked it to create a one-page interactive layout. In the process, I learned quite a bit about JQuery and clean CSS3 styling, which I hope to use in my future projects.

I’m hoping to experiment with the layout of this blog, as well as delve into some WordPress development.

Next, I wanted to focus on my online grammar course. Although I am proud of my first course, I have wanted to expand and improve on it. Back in March I had made a list of possible improvement areas based on feedback from a test class, and I continued to add to this throughout the year. Finally in October I sat down and organized my list and created a general timetable. As I plan to nearly quadruple the size of my course, I have estimated it will take about eleven months to write, film and edit it. While I’ve gone ahead and done some work now, I’m officially starting in December.

Of course, all of my projects will take the passenger seat for 20 days in November, during which time I will learn stick shift! While I’m not too fond of driving, depending on autos and Ola cars has become rather impossible at this point. Waiting for our area to develop simply isn’t a decent option. This became especially clear in September, when a viral was making its rounds about the house, and we had no way to get to a doctor without a vehicle.

As for my German and Hindi – both are slightly off schedule. I’m still planning to take my German exam in February-March, as my work through Aspekte has appeared promising. My Hindi, finally, is starting to pick up. On a typical day I can understand most of what people say around me, or at least get the gist. I can maybe understand 30 of Bollywood dialogue, which is expected, as I haven’t quite hit the 1000 word mark yet. Currently I’ve stopped at chapter 14 of Teach Yourself Hindi, of which I’ll give a proper review in a future blog post.

Writing wise, I have three short stories in the works, a novel outline, and a draft of a comic. I’ve also had time to write a few poems here or there, and I’m hoping to make it a regular activity.

Once I finish driving school in November, and take my C2 exam in early 2017, I’m hoping to have more time to lend to these other projects. And once my Hindi reaches a more natural conversational level, I’m estimating sometimes early next year, I’m hoping to start some Marathi (the local language) and Bengali (home language).

Then, perhaps, I can finally reacquaint myself with my other languages.

Friday, September 2, 2016

Web Development Update

Last November I started working on a professional website, only to go on hiatus in February before returning to the States. I didn't start working on it again until June, and I'm glad to say its nearly complete.

Since June I've exchanged my crude text holders for icons from Icomoon, by buttons for tabs and plain html for some nice hover effects. I've also added color and some jQuery to make the site interactions more dynamic. I'm still sorting out the colors, affects and some minor alignment, but the website is coming along.

Before I tune the aspects listed above, I'm working on making the website responsive. In other words, it will modify the content to fit whatever screen it's on. Mostly I'm working on creating media queries for the mobile and tablet.

So far it's been a pretty good ride. I've gotten a better hold on CSS3 transitions, bootstrap override, responsive navigation, dynamic Javascript and Jquery, with a dash of PHP for the contact form. I'm not sure I would use this site for an actual personal website at the moment, but it's been a great learning experience.

My next project will be to create a blogger template, followed by some ventures into WordPress. Wish me luck!

Friday, May 20, 2016

Build Your Portfolio As Novice - Part 2

Last time we dealt with the research-focused aspects about building a solid portfolio as a novice. In this section, we'll discuss how to put together an action plan.

Friday, May 13, 2016

Build Your Portfolio As A Novice - Part 1

Having only recently graduated college, I am still living through that "transition" period - partially because I was a liberal arts major, and mostly because I have varied interests and projects. But whether I am working on translation or web development, I still need one thing to get my career going - a portfolio.

The concept is nothing new  - but my experience has been in the art world. So now that I'm experimenting in a different venue, I've written down a method that I (and others) can reuse when trying to figure out how to start their portfolio without much experience.

There are general tips: use whatever you already have, for example. But there are many cases (especially if changing careers), when you may need to create a few new items.

Friday, April 15, 2016

WebDev Update: PHP and CSS3

For the last two months or so I have been scurrying about trying to tie up loose ends - finances, visas, finishing my online course, and the like. This has not to say that my self-study projects have fallen by the wayside. Rather, I've had to lessen the time devoted to them.

Friday, February 19, 2016

Web Dev: PHP Scraping & Quizes

In addition to taking a beginner-intermediate course on Udemy for PHP and MySQL, I've also been reviewing some projects I created in Rob Percival’s tutorial, The Complete Web Developer’s Course. My first run-through the PHP projects ended with quite a few errors, so I wanted to repeat the tutorials and create working demos. One of those projects I discussed last time –the PHP contact form.

Friday, December 11, 2015

WebDev Update: PHP Contact Form

For the past year or so I have been returning to an old hobby – web development. You may have remembered my earlier post about coding and second language learning. First I worked on upgrading my knowledge of CSS (now CSS3) and HTML (HTML5), with some exercises in practical JavaScript and jQuery. I've also been working quite a bit with Twitter Bootstrap. I also dabbled in Wordpress and MySQL.

For the past month I've decided to primarily focus on dressing up some PHP samples. I took the The Complete Web Developer’s Course by Rob Percival, as well as the Code Academy PHP course, but it is still my weakest link.