Skip to main content

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

Rss Feed Group items tagged

Jochen Burkhard

60 Visionary Examples of Creative Photography | inspirationfeed.com - 0 views

  •  
    Creativity is in the air and you're about to catch it. As you might know inspiration sometimes comes from almost anything. We have a great roundup of hand-picked creative photography that are sure to inspire you. Some of the photos are obviously photoshopped, but they still look real. We would love
  •  
    Creativity is in the air and you're about to catch it. As you might know inspiration sometimes comes from almost anything. We have a great roundup of hand-picked creative photography that are sure to inspire you. Some of the photos are obviously photoshopped, but they still look real. We would love to know what you think, so please comment below.
Inspirationfeed

45 Delightful Wood Textured Websites - 0 views

  •  
    As a growing trend in web design, wood textures really give a natural and organic feel to a website. If you're planning to create your very own wood textured website, these examples will inspire you. All the websites below use wood as one of their elements. If you know of other awesome websites we m
jdr santos

Raphaël-JavaScript Library - 5 views

  •  
    Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.
Herb Tucker

PHP: Expressions - Manual - 0 views

  • (scalar values are values that you can't 'break' into smaller pieces, unlike arrays, for instance
  • Expressions are the most important building stones of PHP. In PHP, almost anything you write is an expression
  • The simplest yet most accurate way to define an expression is "anything that has a value"
  • ...16 more annotations...
  • PHP also supports two composite (non-scalar) types: arrays and objects. Each of these value types can be assigned into variables or returned from functions.
  • PHP is an expression-oriented language
  • Since assignments are parsed in a right to left order, you can also write '$b = $a = 5'
  • and that's the value of the assignment itself
  • A very common type of expressions are comparison expressions. These expressions evaluate to either FALSE or TRUE. PHP supports > (bigger than), >= (bigger than or equal to), == (equal), != (not equal), < (smaller than) and <= (smaller than or equal to). The language also supports a set of strict equivalence operators: === (equal to and same type) and !== (not equal to or not same type). These expressions are most commonly used inside conditional execution, such as if statements.
  • and is assigned back into $a,
  • The last example of expressions we'll deal with here is combined operator-assignment expressions
  • Adding 3 to the current value of $a can be written '$a += 3'
  • This means exactly "take the value of $a, add 3 to it, and assign it back into $a"
  • Any two-place operator can be used in this operator-assignment mode, for example '$a -= 5' (subtract 5 from the value of $a), '$b *= 7' (multiply the value of $b by 7), etc.
  • There is one more expression that may seem odd if you haven't seen it in other languages, the ternary conditional operator:
  • If the value of the first subexpression is TRUE (non-zero), then the second subexpression is evaluated, and that is the result of the conditional expression. Otherwise, the third subexpression is evaluated, and that is the value
  • Some expressions can be considered as statements. In this case, a statement has the form of 'expr ;' that is, an expression followed by a semicolon. In '$b = $a = 5;', '$a = 5' is a valid expression, but it's not a statement by itself. '$b = $a = 5;' however is a valid statement.
  • One last thing worth mentioning is the truth value of expressions. In many events, mainly in conditional execution and loops, you're not interested in the specific value of the expression, but only care about whether it means TRUE or FALSE. The constants TRUE and FALSE (case-insensitive) are the two possible boolean values.
  • Throughout the rest of this manual we'll write expr to indicate any valid PHP expression.
  • Functions are expressions with the value of their return value.
  •  
    Expressions defined and discussed with highlighting
awqi zar

LakTEK - Introducing jQuery Smart AutoComplete… - 3 views

  •  
    At this point, it made me realize this could be something that can be useful for others too. After couple of weeks of free-time hacking, I'm ready to introduce you to the Smart Autocomplete plugin! First of all, I suggest you to check different use cases of the plugin by visiting the demo page. If those examples pumps you, read on!
DJ XC

How to implement COMET with PHP - 0 views

  •  
    Examples and code for Comet, by iframe, and by ajax. 
tom studer

BeerCamp at SXSW 2011 - 0 views

shared by tom studer on 22 Sep 11 - No Cached
  •  
    This is a fun example of the possibilities of CSS3
Kashif Mehmood Mughal

35+ Web Developers Useful Ajax Tutorials - 3 views

  •  
    The web developers are driven to newer technologies that could enrich users experience, Some examples about functionality: in voting pole With Ajax, your vote could be registered without having to load the entire page again. web designers can use the greatest development tool If they already know about JavaScript, HTML, CSS and XML then you will need to spend your few mints to start with AJAX learning.
Kashif Mehmood Mughal

50+ Constructive Adobe Air Apps for Web Designers and Developers | Dzinepress - 3 views

  •  
    Adobe AIR is platform for internet-enabled desktop applications which helping web designers and developers that allows developers to use HTML, Ajax, and Flash to develop desktop applications. In the past from few years AIR has gained a lot of popularity with amazing inspirational examples, and there have been a lot of great applications created, including some that are very useful listing here.Adobe Air apps work both on windows and MAC computers, some of the individuals have create useful desktop apps using Adobe AIR, I came across or used at least once. Adobe AIR apps allow users can be able to tackle everything from image editing and color scheme management to batch processing images, wire framing, debugging and browser testing.
Kashif Mehmood Mughal

40+ Most Useful Wordpress Plugins | Dzinepress - 3 views

  •  
    We listing Most Useful Wordpress Plugins which is available for free download and can according to our requirements for example in hundreds of plugins we prefer most rated plugins always, as we listed some most powerful plugins can use as image gallery, page navigation, flickr RSS, WP Super cache, All in one SEO, Google XML sitemaps, akismet, contact form 7, GD star rating, add to any, sociable, related posts, google analytics, easy adsens, WP e-Commerce, Wordpress.com stats and hundreds of other which also helping us in our needs as we running an blog or using wordpress open source for personal website.
Kashif Mehmood Mughal

45+ Advanced Adobe Flash Actionscript Trainings | Tutorial Lounge - 6 views

  •  
    In Latest tendency of animation arena and when technology updates randomly evolve professional environment most of web designers and flash developers prefer Actionscripts for less size development and even scripting based animations, now Adobe Flash CS4 offering some latest updates for make real time designs and data integration through xml and using other tools which also helping our development some examples are adobe flax, xml, adobe air and adobe after effects which is helping in Flash Developments.
chris miller

Development of a simple website using Drupal - 0 views

  •  
    Simple small website is for example a company web containing about 5 pages with some information and contact. This is the easiest job in Drupal. No additional modules or skills needed. Everything you need is just your mouse. So let's go for it.
alachisoft

Four Ways to Improve ASP.NET Performance and Scalability - Webinar - 0 views

  •  
    Learn four different ways to boost ASP.NET performance and scalability by using distributed caching. This Webinar covers: Quick overview of performance bottlenecks in ASP.NET applications. How does application data caching help? How does ASP.NET Session State caching help? How does ASP.NET View State caching help? How does ASP.NET Output Caching help? Hands on examples for all of the above.
Aksay Vys

Mobile Based Point of Sale System for your Business - 0 views

  •  
    Kaushalam has developed a POS system for mobile. This will give your customers a best buying experience. Contact Us Now to Get build such mobile application for your online business. Checkout this page for an example.
Ahxn Amc

Top 10 Dentist Websites | Dental Designs | Optimized360 - 0 views

  •  
    The best design gallery of dentist websites. See why other dental practices have selected Optimized360 as their online marketing company. View Examples NOW!
anonymous

Crystal Infoway begins its Training Centre for PHP Development in Rajkot | PRLog - 0 views

  •  
    Crystal Infoway announced launch of its training centre, Crystal Infoway for Web Design,Web Development,SEO and Mobile Application Development in Rajkot,Gujarat.Crystal Infoway provide IT services with client base in India,USA, UK, Canada many more Crystal Infoway is one of the Leading IT Company offering PHP live project training in Rajkot,India (http://crystalinfoway.com/project-training/php-project-training-course-rajkot/) This training and certification center offers comprehensive PHP training solution. Through its training program, Students get work experience on LIVE projects. PHP is a widely-used open source general-purpose scripting language that is especially suited for web development. PHP is extremely simple for a newcomer. you can create static as well as dynamic webpages with php . This language is Open Source and therefore, is more popular than its parallel technologies like ASP and JPS,CGI ,Perl One great advantage of this language is no costs associated with using PHP.you don't require licenses, restrictions, or royalty fees involved at all. PHP is 100% free for anyone to use. What PHP Training of Crystal Infoway Include The students in the training period get knowledge about introduction To PHP,Basic PHP Programming,Arrays & PHP Library Function,Functions,OOPS - Classes and Objects,PHP Forms & Scripts,Validation & File System,Database,Cookies & Session,Basic HTML 5 / CSS3 jQuery,Social Media Integration,Framework OR CMS. The projects included in their PHP live project training in Rajkot,India. Why choose Crystal Infoway for PHP Training in Rajkot,India Crystal Infoway(http://crystalinfoway.com/project-training/php-project-training-course-rajkot/) provide project based professional training program. students will get detailed material on PHP with examples. trainers in Crystal Infoway are expert industry leaders. Therefore, students get the best training from the best trainers.
« First ‹ Previous 101 - 120 of 289 Next › Last »
Showing 20 items per page