Skip to main content

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

Rss Feed Group items tagged

Luciano Ferrer

Joomla! * View topic - Checking for Exploits... [Server Based Shell Script] - 0 views

  •  
    "A reasonably effective script to search for particular known patterns within .php and .cgi files that MAY present exploit capabilities. "
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.
mikhail-miguel

xoops.net.br - 0 views

  •  
    XOOPS Cube é um sistema de publicação para a criação de sites dinâmicos baseado em programação PHP orientada a objetos e banco de dados MySQL. Depois de instalado, um website em XOOPS pode ser gerenciado SEM A NECESSIDADE de ferramentas externas ou conhecimentos avançados de tecnologias da Internet, como FTP, HTML, Javascript, CGI, etc. O XOOPS representa a solução ideal para quem não pode ou não quer depender de terceiros para criar e adminstrar o seu próprio portal, possuindo milhares de recursos de redação, edição e publicação de conteúdo online já incorporados e a custo zero! (o xoops é de código aberto sob os termos da licença BSD, ou seja: 100% gratuito). Tudo no XOOPS é visual, intuitivo, e gostoso de usar.
Vernon Fowler

@font-face gotchas « Paul Irish - 1 views

  • There are a few reasons why smiley is a better solution: Webkit+Font Management software can mess up local references, like turning glyphs into A blocks.  (crbug.com/33173) On OS X, Font Management software may alter system settings to show a dialog when trying to access a local() font that's accessible outside of Library/Fonts. More detail on my bulletproof post. (crbug.com/29729) Font Explorer X is also known to mess up other stuff in Firefox: bugzil.la/531771 Although it's unlikely, you could reference a local() font which is completely different than what you think it is. (Typophile post on different fonts, same name) At the very least its a risk, and you're ceding control of the type to both the browser and host machine. This risk may not be worth the benefit of avoiding the font download. These are all pretty edge case issues, but it's worth considering. FontSquirrel has already made the smiley syntax the new default in the Generator, and you should use it going forward as well.
  • And.. regarding @font-face syntax I now recommend the bulletproof smiley variation over the original bulletproof syntax.
  • @font-face { font-family: 'Graublau Web'; src: url('GraublauWeb.eot'); src: local('?'), url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype'); }
  • ...5 more annotations...
  • in Webkit (Chrome/Safari), applying font-weight:bold to faux-bold some @font-face'd text will not succeed. Same applies for font-style:italic.
  • text-transform doesn't play well with @font-face in current implementations.
  • @font-face doesnt play nice with css transitions.
  • If a @font-face declaration is within a media query @media screen { ..., it will fail in Firefox.
  • SVG Fonts - Currently SVG is the only way to get webfonts working on iPhone and iPad.
  •  
    "There are a few reasons why smiley is a better solution: Webkit+Font Management software can mess up local references, like turning glyphs into A blocks.  (crbug.com/33173) On OS X, Font Management software may alter system settings to show a dialog when trying to access a local() font that's accessible outside of Library/Fonts. More detail on my bulletproof post. (crbug.com/29729) Font Explorer X is also known to mess up other stuff in Firefox: bugzil.la/531771 Although it's unlikely, you could reference a local() font which is completely different than what you think it is. (Typophile post on different fonts, same name) At the very least its a risk, and you're ceding control of the type to both the browser and host machine. This risk may not be worth the benefit of avoiding the font download. These are all pretty edge case issues, but it's worth considering. FontSquirrel has already made the smiley syntax the new default in the Generator, and you should use it going forward as well. "
imran subhani

The making of Old Spice's Ad - 0 views

  •  
    You may have seen this during the Superbowl a few weeks ago, and thought 'this is an amazing commercial.' I did too. But now, check out the 'making of' and tell me what you think. The Making Via MultitudesPossibly related posts: (automatically generated)Related posts on Amazing AdWeek of
1 - 12 of 12
Showing 20 items per page