Web Application Developer Wanted for Online Dating Application Development – PHP MySQL

June 12, 2010

Web Application Developer Wanted for Online Dating Application Development Project

Web developer wanted to work on online dating application

Web developer wanted to work on online dating application

PHP web application developer with 5 year or more commercial experience of developing web application using PHP scripting language, CSS and other web compliant programming/scripting languages wanted to develop an online dating application.
The online dating application you are required to code has a detail description document and some wireframes, you will be working with project manager who will guide you when you need guidance. You will be working with a graphic developer who will develop GUI for the application.
You must have developed a dating application or social networking application before for you to be able to do justice to this project. You must be able to give us at least 2 urls of similar application you have work on recently. The final application you are expected to deliver must be robust, secure with as few bugs as possible. The codes will be well commented and a documentation that make it easily for other programmer to work on your code in future must be written. The final application must run on Linux/PHP MySQL platform error free.
The application must comply with standards such as WC3 and other recognised standards. Code must be separated from design so that themes can be created and apply to the application easily.
In brief, core skills required are:
XHTML / CSS / JavaScript / AJAX / HTML5
• OO PHP, Smarty, & Zend Framework,
• MySQL
• Some Linux server knowledge
• Familiarity with XML

If you need additional information, clarification or to apply to work on this project please use the contact form to contact us. You could also call temi on +44 7939 276 451

  • Share/Bookmark

Web Design – Choosing the right colour scheme

April 1, 2010

Picking the right color scheme can be a difficult phase of the design process. Color schemes can make or break a site. The colors you choose will help convey the overall mood of a site and how you use them will call attention to key areas on your pages. Websites keep their colors for a long time between web designs, so make sure to choose the best possible scheme by using the tips and tools below

Working with text
Text is the most important element on your site. If someone cannot read your site then it serves him or her no purpose and they will leave. Whether it is the text in your navigation or your body text, select colors that contrast so that text is readable. A standard choice is to use dark text over a light background. Most people are used to this since print on has gone this way for ages. Of course this is web design and we are not constrained to the styles of print media and are free to choose a dark scheme if it fits our site

The following example shows how a dark design can work. Navigation elements have a slightly lower contrast to bring out the white text from the background. Also the opposing color of red also points out the focus of this particular website.

right-color

The example below shows what not to do with text both in the navigation and the body. The text on bottles is inconsistent and difficult to read on. The body text is made of the two worst possible colors for the background. The yellow text also doesn’t contrast well against the bottles in the background image.

bottles

Figure 1 Poor colors for text over a blue background

Choosing the Colors

Once upon a time web design was limited to the 216-color web safe color palette, but current browsers allow nearly all colors to be rendered. Just because you can use any color doesn’t mean you should. Try and work with a light background and dark foreground colors. With the background making 50% or more of your site this is the color that will set the tone. But don’t be afraid to invert this color scheme if it fits your sites purpose.

Look at your logo

Your logo is a good starting point for choosing the colors for your site. Experiment with contrasting colors to help the logo stand out. You can also use the colors of your logo to become colors of various elements in your website. The image below from FedEx is a good example of this. The purple from the logo highlights the active navigation and the services section of the website pointing out what the customer will gain most from this area. The light grey also takes a role here as trim and for navigation and elements like the scroll bars.

fedex

Figure 2 FedEx logo colors as highlight

Tools for color selection

There is no end to how many possible color combinations can be made. A good rule of thumb is if you are working with more than 5 colors for your website you are going overboard. Tools such as Color Scheme Designer, and Adobe’s Kuler project allow you to experiment with colors using the following rules.

  • Complementary – colors which are colors opposite to each other on a color wheel
  • Analog  - colors that are located right beside each other on a color wheel
  • Monochromatic  - colors or different shades of the same color
  • Triad or Tetrad – 3 or 4 colors equally spaced around a color wheel

color-scheme-red

There are more color theory rules than I listed here but those are the most popular choices.

Both tools allow you to look at schemes from other designers and export your created color palettes to formats useable in GIMP or PhotoShop. Adobes Kuler web app also adds many social aspects to the color selection game. There is the color wheel showing the popularity of colors other designers are using, and forums to discuss current work being done from Kuler.

comunity-pulse

There are many web applications for creating color schemes available that work on all platforms. These are just two popular examples. I’ve listed a few more here for you to explore for your self:

This article was courtesy of:
Lawrence Hall , Community Manager Go-Gulf , a Dubai based web design company that provides web development solution in the middle east.

  • Share/Bookmark

LBS Premium features

August 18, 2009

Those of us who has been using LBS are looking forward to the the premium version which is due out by the end of this month. It come with and unbelivable array of new features, some of the features you can expect from LBS premium follows:

- multiple currency support
- use pre made or custom templates
- category and or alphabetic navigation
- advanced SE stats, backlinks info and Google PR info
- SE Stats updating automatically
- screenshots of the listed sites
- enable or disable stats
- outbid mail notification options
- link order management for separate pages
- maintenance mode
- home page links on or off
- Google Map
- listing expiry mode: never expire, 30 day, 60 day … etc
- free mode option
- free mode with backlinks
- language management
- enable disable the pages: about us, terms, top links
- enable or disable address submission
- set rel follow or nofollow
- dual captcha option: lbs or recaptcha
- set bid limits
- admin management
- manage the links number per page
- welcome text management
- category management
- manage separate the bids, active listings and inactive listings
- orders management
- shopping basket
- link fields management from the admin section
- page content management for: about, terms, news pages
- add custom pages
- blogroll type linkroll
- email templates management
- templates management
- google adsenses option
- integrated google and yahoo site map generator
- very detailed SE stats management
- bad word filter
- IP ban
- Domain ban
- MySQL management with backup option
- TAGS, not required
- search form
- PayPal IPN integrated
- ready for PHP v6
- improved subcategory management
- SE stats now is with CURL

  • Share/Bookmark

Hide your robot.txt from prying eyes

November 22, 2007

Robots,txt is one of those very simple yet crucial tools in a website. Its primarily use to give search engine crawlers instructions about what to index and what not to index, what part of a website should be left a line completely.

Just like there are lots of malicious hackers around, there are many prying robots online, some do not obey the robots.txt instructions at all, while some are even more sinister than just a prying eye. There is a simple code to protext your robots.txt file from such robots whilst making it available to valid genuine robots. Except from the code below, you can find the full code at UK Webmaster World forum.

RewriteEngine On RewriteCond %{http_user_agent} !(googlebot|Msnbot|Slurp) [NC] RewriteRule ^robots\.txt$ http://seo.i-connector.com/ [R,NE,L] AddHandler application/x-httpd-php .txt

  • Share/Bookmark

Difference between HTML to XHTML

November 14, 2007

Difference between HTML and  XHTML often subtle but marked difference anyway was brilliantly summarised by UK WW member resonate.  A brief highlight of some of the differenced follows:

  • Tags must be properly nested: overlapping elements are not allowed
  • Tags and attributes must be in lower case
  • All elements must be closed
  • Attribute values must always be quoted
  • Attributes cannot be minimized: For example, <option selected> is incorrect it should be instead: <option selected=”true”>
  • ID attribute replaces the Name attribute
  • Mandatory elements: XHTML documents require certain mandatory elements. The html, head, body and title elements must exist. Additionally there must be a DOCTYPE declaration.

The Most Important Differences:

  • XHTML elements must be properly nested
  • XHTML elements must always be closed
  • XHTML elements must be in lowercase
  • XHTML documents must have one root element

 You can read the full article here

  • Share/Bookmark

Next Page »

2009 © Temi Webmaster Blog All Right Reserved.