Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged Working

Rss Feed Group items tagged

1More

See our web design portfolio | Thenextidea - 0 views

  •  
    Thenextidea has been working in the capacity of the web designing in Philadelphia. Have a look on our work of web design, our web design is portfolio one of the best portfolio in the Philadelphia .
1More

Guiding Principles to Our Employees - SmallArc - 0 views

  •  
    To build, cultivate and dynamic work environment that recognizes individual contribution and foster team spirit. To build, cultivate and dynamic work environment that recognizes individual contribution and foster team spirit.
1More

How to Create Perfect Landing Pages That Convert Users. - 0 views

  •  
    Any business web designing company works for creating responsive web designs. These in turn works well for a website for converting visitors online.
1More

Need to solve error in PHP code useful for getting Google PageRank - 2 views

  •  
    We are working on to get Google pagerank using php code for one of our customer projects.I referred http://www.pagerankcode.com/down\nfor doing this.This code works fine in our local machine. We are using it for long time from our local machine. And, we tried to use it in our server few months back.
1More

Free BasketBall Sports Wordpress Theme - 0 views

  •  
    BasketBall Sports Web2.0 Wordpress Theme Template, Very High Quality Design Theme for Wordpress Called GT Basketball, nice looking Sport wordpress theme, it's Come with 2 Columns, Dark Brown, black and Green Colors, Rounded Corners, Ready Adsense, Ready Widgets, Web2.0, nice Inspiration and illustrations, It has all the simple features you could want making your blog easy to get around making life for your reader much less confusing in finding what they are looking for, A Great Sport Wordpress Theme for anyone, This work is under Creative Commons Attribution-Share Alike 3.0 License, This means you may use it and make any changes you like, However, credit links must remain on footer for legal use, This Theme Was Tested and Work Fine On IE 6.0 & 7.0, Mozilla Firefox, Opera 9.02, Google Chrome and Safari Web Broswers, this Theme Was Tested on The Latest Wordpress Version Also.
1More

Application Dashboard of Website Redesign, Professional Web Design - 0 views

  •  
    Dashboards are pages were upcoming announcements are important reports are displayed. When you open an application to improve the software user's work the dashboard page is the first page which comes to view and acts as an application home page, also when you are working on an application, you can return to its dashboard page any time.
1More

A Brief Discussion On Web Design Services in Sydney - 0 views

  •  
    Getting a best quality Website made is not a most difficult thing nowadays. There are mass of Website Designers in Sydney, Australia and lot of them work on a Freelance basis, searching for work when they have free time.
1More

Why Your Website Isn't Working Well! - 0 views

  •  
    You would probably been thinking of the investment you made in website design, its going down the drain or you like many other people would be thinking like "Web does not work".

HP Support for Printers - 1 views

started by liza cainz on 06 Dec 10 no follow-up yet
7More

CSS techniques I use all the time - 0 views

  • EM calculations Sizing text is always an important part of making a usable design. I start all my CSS files with the following rules: html { font-size:100.01%; } body { font-size:1em; } The explanation for this comes from "CSS: Getting Into Good Coding Habits:" This odd 100.01% value for the font size compensates for several browser bugs. First, setting a default body font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. The current "best" suggestion is to use the 100.01% value for this property.
  • I used the following calculation: 14px/16px = .875, 18px/16px = 1.125. So my default text at 1 em would translate to 16px for most users, and my small text I sized at .875em which I can trust to result in 14px for most users, while my large text I sized at 1.125em which I can trust to result in 18px
  • Safe Fluid-width Columns I work with hybrid fluid layouts all the time, usually with max-width set at anywhere from 900 to 1000px. I usually have floated columns with percentage widths, and browsers will calculate these percentage widths to whole pixel values when rendering the columns.
  • ...3 more annotations...
  • A typical problem is the following: when a user has the viewport at a size that makes the outer container 999 pixels wide, if the first column is 60% and the second is 40%, IE 6 will always calculate the two columns as 600 and 400 pixels and as a result, the two will not fit (600+400 = 1 more than 999) and it will drop the second column. This is obviously not intended behavior, and in a world where we still have to use floats for columns (I can't wait for display:table support across all browsers), it's important to work around this problem. I used to give my last column 1 less percent (in this example, it would have 39% instead of 40%, but this would usually result in columns that don't quite fill up the container. Of late I have been giving the last column .4 less percent (in this example, 39.6%), which seems to work perfectly. Browsers will calculate this width and round up, but it will still fit even with an odd container width like 999px and I won't have to worry about dropped columns.
  • Filtering for Old Browsers To be honest, I barely support IE 6 nowadays. If there is something special about my layout that doesn't work in IE 6, I will simply filter it out of the CSS that IE 6 understands
  • Because old browsers like IE 6 don't support the "first child" selector (right caret >), I can do the following to make sure that IE 6 only gets the basic setting and all the new-fangled browsers get the right result: div#container { width:900px; } html>body div#container { width:auto; max-width:900px; } /* This overrides the previous declaration in new browsers only, IE 6 simply ignores it. */
  •  
    Excellent simple collection of CSS tips that are easy to remember and implement. It's an old article, but i think everything is still relevant
1More

Best Resources for Submit your Tutorials and Get Traffic | Smashing Buzz - 4 views

  •  
    After done an really creative and professional tutorial we must want to spread our work for get some extra and quality traffic, because most of the design lovers will learn from tutorials, they always helping to know about techniques and tool usability. Today we are with most famous and helping resource who respect your work..
1More

Dive Into HTML5 - 0 views

  •  
    Dive Into HTML5 seeks to elaborate on a hand-picked Selection of features from the HTML5 specification and other fine Standards. The final manuscript has been published on paper by O'Reilly, under the Google Press imprint. Buy the printed Work - artfully titled "HTML5: Up & Running" - and be the first in your Community to receive it. Your kind and sincere Feedback is always welcome. The Work shall remain online under the CC-BY-3.0 License.
1More

Logo design In Canada - 0 views

  •  
    Canada has been always a favorite destination for people around the globe, according to a research 100 Million people have migrated to Canada in the last 15 years and most of them either start their own business or be a part of business as most of them are highly educated or highly skilled so rather then working for someone they find it more suitable to work on their own.
1More

Doing It Yourself - Problems You'll Face - 0 views

  •  
    It is often the case that small business owners think they will minimize costs by simply doing the job themselves. Building your own website and then managing online marketing yourself is a good opportunity to cut costs, but it will only make a difference if in fact there are profits coming in. For some, it may work. If it does not work for you, turn to a professional to help you through this process.
1More

[how to] FCKeditor Image Upload / Browse Server 2.10.14 - 0 views

  •  
    "[how to] FCKeditor Image Upload / Browse Server 2.10.14 Hi All, As of 2.10.14 this is what I found to work in getting the image / file upload and browse server feature to behave as you would expect. As with all forums information becomes fragmented as versions change and solutions are found so as requested I've put the following together from my experiences to get things working with FCKeditor."
1More

JQuery Scroll to top dynamic plugin - 0 views

  •  
    "UItoTop jQuery Plugin Inspired by the great idea of David Walsh's jQuery topLink Plugin, I made a similar plugin but with two key differences, this one does not require you to add extra html markup or extra plugins to function. It will only work when JavaScript is turned on ( on purpose ), It's easy to setup with only one line of code, and it works cross-browser nicely ( Tested: IE6-8, FF, Safari )."
1More

Project Management Software, CRM, Sales, Intranet - thousands of apps - Podio - 0 views

  •  
    For the first time ever you can create your own work tools and shape the way you work. No technical skills required. No dependency on IT.
1More

40+ Striking Adobe Fireworks Tutorials - 4 views

  •  
    Now Adobe Fireworks is getting famous then before, because this growing prototyping tool for designers, many web designers find different techniques, experiments and learn how to work with various characteristics of Adobe Fireworks to interest up tedious pictures and make them into works of arts, in these of all listed tutorials many ways to get more inspirational stuff for design industry, If you're interested in improving your skills with Fireworks, here are some of the best tutorials available.
1More

50+ Useful CSS Professional Techniques | Dzinepress - 6 views

  •  
    As we know most of the Web designers and developers only scratch the surface of the potent language that is CSS (cascade style sheet), like programming languages, CSS has a quite simple learning twister, normally being used more often in every web project. CSS as language giving many advantages even working in table based design or table-less designs, most of the time our designed pages can easily change after replace a css file with another one. When we working on latest trends, Tab Navigation has been one of the essential element in any contemporary web layout. In order to make sure visitors can properly navigate through the website through our used techniques, here in listed CSS stuff we offering some best and most useful Cascade style sheets with source files which can help for more inspiring developments.
1More

Authentication & Authorization with CakePHP - 0 views

  •  
    Why and how authorize and authenticate? Process of authorization ensures the identity of any user in the system. To achieve successful authorization CakePHP uses Auth Component. By default Auth works with databases, but you are the boss and can change its configuration to work with anything.
« First ‹ Previous 41 - 60 of 1136 Next › Last »
Showing 20 items per page