2 3 Page 1 of 3 1 2 3

Very short trick: make invisible HTML comments

Thursday, March 18, 2010

Comment HTML is a practice during the early stages of Web development, however, the commented code remains visible on the page, even if it is ignored by the browser. Select "View Source" or "View Code" from our browser, we will be able to see it. The comments apply to HTML using the syntax: PLAIN TEXT HTML: <p> Visible </ p> <! - I am a comment -> <p> Visible </ p> Inside [...]

Very short trick: 3 tricks for developers Apple iPhone

Wednesday, October 28, 2009

57x57 pixels icon application icon that will represent our application is "altered" automatically by the iPhone: it adds a rounded edge, a lighting effect and 3D. This setting can be changed by selecting the file [application name]-Info.plist and adding the property "Icon already includes gloss and bevel effects": Fullscreen, remove the status bar is always acting on the file [name [...]

Very short trick: Wordpress, reset query

Wednesday, September 9, 2009

To me it happens very often to customize the Home Page (index.php), or other sections such as the Sidebar, a Web site built with Wordpress. Many of the customizations concern loop with specific parameters in order to see for example the last items of a specific category or tag. This will place almost always using the [...]

Very short trick: Wordpress, highlight the results of a search

Thursday, July 9, 2009

There are many plugins for WordPress that allow you to improve the characteristics and performance of the function "Search". Almost all the available plugins have the useful and nice feature highlight search terms in the search result. If you do not plan to further appensantire your Wordpress installation but do not want to give up everything to a [...]

Very short trick: Wordpress, exclude pages from the search and post

Wednesday, July 8, 2009

The engine inside of WordPress used for research (the standard without the addition of plugins) makes in a classic low-level query_post (). The search is carried dapperttutto, without excluding anything. This feature can be controlled, however, allowing, for example, to conduct a search on all but in particular categories, pages or posts. There are several [...]

Very short snippet: Wordpress, soon on your blog

Thursday, July 2, 2009

WordPress, like most of you know, can you post "post-dated" (great pun). In practice, the post is stored with a date that has yet to arrive. This allows many bloggers to "schedule" (schedule) publishing post without worrying about being physically present in the console for the publication itself. Also [...]

Very short trick: stop NSTimer

Tuesday, June 16, 2009

The use of timers (NSTimer) in the development of applications for Apple iPhone is very frequent and not only in making games. One of the problems with which you can run into is the asynchronous timer itself, which can lead, during the arrest of one or more timers, the crash of our application. When you want to stop a [...]

Very short snippet: PHP slug

Thursday, May 28, 2009

Who develops in Wordpress you certainly know the word slug, usually used to refer to those text strings that contain spaces or other characters "strange". In practice, a friendly URL string, which can be used within a URL. Normally, the conversion of a string in the slug is performed automatically by [...]

Very short trick: CSS conditional optimization

Monday, May 18, 2009

The use of conditions inside the browser is often used to decide which stylesheet to load depending on the type of browser. For example we can use this code to load a particular style sheet when the browser is Internet Explorer 6: PLAIN TEXT HTML: <! - Load the style sheet for all browsers -> <link rel = "stylesheet" href = "foglio_style.css" [...]

Very short trick: parent page and child pages in WordPress

Thursday, March 12, 2009

Otherwise the post in Wordpress pages that are available, though similar, have some important differences to the posts themselves. In praticolare a page can have pages "daughters", similar to what happens with the categories. Here are some useful scripts to extricate themselves in their management and handling: PLAIN TEXT PHP: / ** * This code, for [...]

2 3 Page 1 of 3 1 2 3