My Archives

mephis stands for mephisto, who cares about memphis

Posts Tagged ‘development

A week of Memphis #1 (13->20 April 2008)

without comments

Yeah, this type of blogging is copied from other blog but I think it’s cool to remind what I have done or at least my friends can keep up to my work. Make a comment if anything went wrong here :P . Ok, in the previous week, I did:

  1. Deploy a new production server.
  2. Write a php script to clean redundant files on that server.
  3. Solve DNS problem with the domain.
  4. Install memcache on my test server.
  5. Convert real link from text in the book description, for example: mahshelf.com now becomes http://mahshelf.com.
  6. Change page title dynamically to improve page SEO.
  7. Make a presentation about Web 2.0 user interface at EVTEK school and receive lots of criticisms about that :( .
  8. Think about my mom, forex rates showed 1 Euro = 26,058.5 Vietnamese Dong yesterday, my currency lost its value for the last 5 years. Being a Vietnamese is tough.

Moreover, I also write a quick note here as a to-do list, if you find sth missing, inform me through the comment.

  • Make a good benchmark on how memcache can really save the day.
  • Although the link is automatically linked, it still breaks the layout if the URL is too long, need to truncate the URL (not easy with those php preg_replace functions :( )
  • Need to add dynamic meta keywords to improve page SEO as well.
  • Improve URL routing system.
  • Fix current CSS tooltip, an alternative is using an AJAXed one to save bandwidth.

Written by mephis1987

April 20, 2008 at 6:09 am

Web testing obstacles

without comments

Hi friends and folks,

For those who keep up with what I am currently doing, you may notice that our website is at pre-beta testing stage and I am very excited every time I think about it. But now there is one difficulty that I admit that I do not know how to solve, hope you guys can help.

I am testing HTML, CSS and Javascript on Firefox and IE7, the site seems to run well on those 2 standard browser but since I received several issues that it is broken on IE6, Safari and other older browser, the headache has started. For CSS issues, although it was the first pain for my head and I am not a CSS master, it was solved quickly by detecting and adding separate CSS file to separate browser.

Now comes the interesting part, playing with Javascript is fun but it is only the joy when you have the so-called “toys” in your hand. Without those tools Firebug, WebdeveloperToolbar, I feel confused. And that is the situation I currently face with IE6 and other unfamiliar browsers. It is even worse when my working environment only has Firefox and IE7. Fooling around between my laptop and PC is a waste of time. I really want to find a solution having everything on a single machine, I also hope in the internet, someone has made a Javascript debugger on IE6 or Safari. Then life should be much easier.

Well, meanwhile, I am downloading Safari on Windows and IE6 standalone to try out; fixing some PHP bugs with Eclipse and eh oh it’s Sunday, may be going to the pool will refresh my mind a little bit.

Written by mephis1987

March 16, 2008 at 10:46 am

Posted in css, development, firefox, html, javascript

Tagged with