- Dettagli
- Categoria: Joomla
- Visite: 32218
Finally after a lot of searches and personal analysis I found how to add the button menu to open and close the menu when screen is lower than 780.
- Dettagli
- Categoria: Lotus Notes
- Visite: 9006
List of useful snippes for Lotus Script, the main language used in Lotus Notes / Domino.
- Dettagli
- Categoria: Lotus Notes
- Visite: 17789
Lotus Notes uses a cache to store last known server address. It is useful to speed up the connection but if the server ip address changes it will still search the old one.
- Dettagli
- Categoria: Joomla
- Visite: 48285
The Protostar Template for Joomla 3 comes included with the base Joomla installation. Admin interface allows you to set only the heading font with the google font. I can show you how to add a google font for the body tag.
- Dettagli
- Categoria: Lotus Notes
- Visite: 6770
This code can save and optionally remove the attached file (embedded and not as richtext) for the selected document.
- Dettagli
- Categoria: Linux
- Visite: 14221
On my server Ubuntu 10.04 with ispconfig 3.x, the rotation log file didn't work. Search, search, search on internet but nothing helped me.
- Dettagli
- Categoria: Joomla
- Visite: 7238
Non indicizza
Se la indicizzazione non funziona, potrebbe essere un plugin di tipo content che crea il problema.
Nel mio caso PHP Direct, l'ho disabilitato e la indicizzazione è stata portata a termine senza errori e senza rimanere in progress come accadeva prima.
*** working in progress ***
stay tuned...
- Dettagli
- Categoria: Joomla
- Visite: 9401
Joomla mette a disposizione dell'utente il controllo se visualizzare un modulo basadosi sul menu.
- Dettagli
- Categoria: Lotus Notes
- Visite: 10477
Da louts notes è possibile creare un pulsante per lanciare un'applicazione. E' possible passare anche dei parametri al programa chiamato.
- Dettagli
- Categoria: Lotus Notes
- Visite: 9073
Some snippets for Lotus Notes. They are not sorted, "just arrival".
- Dettagli
- Categoria: Articles
- Visite: 13098
Some years ago I found a couple of lotus script to read the hostname using the windows script.
- Dettagli
- Categoria: Articles
- Visite: 29426
Gli amministratori di rete che hanno dimestichezza con i batch file si saranno sicuramentre trovati nella condizione di salvare un file con la data e l'ora prima di cancellarlo. Ma come si puo' creare un file prendendo la data del giorno o semplicemente utilizzando dalla data ultima modifica del file?
- Dettagli
- Categoria: Articles
- Visite: 6911
REFERENCES
# | TITLE | NOTES |
---|---|---|
# | title | notes |
1 | BLA BLA | Just some notes to test the table |
2 | WOW | This is a wow notes |
3 | KEEN | This is a keen CSS |
4 | KOOL | This ia COOL CSS |
5 | SAMPLE | Just an example |
TITOLO DELLA PAGINA 1
This is the TAB 1
TITOLO DELLA PAGINA 2
This is the TAB 2
TITOLO DELLA PAGINA 3
This is the TAB 3
TITOLO DELLA PAGINA 4
This is the TAB 4
BOOTSTRAP TABLE
1 | A | B |
2 | pluto | 100 |
3 | paperino | 20 |
4 | topolino | 70 |
5 | minnie | 280 |
6 | gastone | 580 |
7 | qui, quo e qua | 300 |
- Dettagli
- Categoria: css
- Visite: 11195
This contains some great css snippets found on internet or just created/changed by myself.
Box with glass border
.box { background: #f0edcc; background-clip: padding-box; /* Background stops at border */ border: 4px solid rgba(255,255,255,.2); border-radius: 3px; box-shadow: 0 0 1px rgba(255,255,255,.8), /* Bright outer highlight */ 0 0 3px rgba(0,0,0,.8), /* Outer shadow */ 1px 1px 0 rgba(0,0,0,.8) inset, /* Inner shadow (top + left) */ -1px -1px 0 rgba(0,0,0,.8) inset; /* Inner shadow (bottom + right) */ padding: 10px; }
thanks to Jordan Gray for his post on stackoverflow
Break word for word wrap
.acapo{
word-break:break-all
}
Apply to classes starting with ...
...ie: to select all classes starting with leading like "leading-[n]". The [n] is 1, 2, 3 ...n
[class*="leading"] { margin: 0 0 20px 0; }
Apply to First and Last element
.nav li:first-child a { border-left: 0; border-radius: 3px 0 0 3px; } .nav li:last-child a { border-right: 0; border-radius: 0 3px 3px 0; }
Text Gradient
.mytextgradient { -webkit-background-clip: text !important; -webkit-text-fill-color: transparent; color: #234EFA; background: -webkit-linear-gradient(#234EFA 50%, #040A22); }
PNG-Shadow
Shadow for transparent image
my-Transparent-img { -webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222); }
Thanks to Stackoverflow for the discussion
Image auto resize
/* image auto size when resize the browser */ max-width: 100%; max-height: 100%; height: auto; width: auto\9; /* ie8 */
Select Next Element
p:nth-child(2) { background: #ff0000; } p:nth-child(4) { background: #00000; } p:nth-child(odd) { background: #ff0000; } p:nth-child(even) { background: #0000ff; } p:nth-child(3n+0) { background: #ff0000; }
CSS Reflection
/* chrome and safari */ -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
CSS hover can display hidden element
/* will show the element with class tooltiptext */ .tooltip:hover .tooltiptext { display: block; opacity: 1; }
To Be Continued...
Stay tuned, I will add more snippets soon...
Sottocategorie
Miscellaneous
Ajax
Lotus Notes
css
Graphics
Joomla
Developing
VB.Net
PHP
SQL
Javascript
VS Code
Pagina 5 di 13
More from the same category
- Duplicate Line in Visual Studio
- Duplicati Sortable Tasks
- Excel lentissimo ad aprire file di rete
- FileZilla Directory Comparison Timestamp problem
- Hostname from Lotus Script or formula
- Hover effect on touch devices
- Joomla 3 Update Error on ISPConfig 3
- Joomla 3 user session
- My FAV Windows appx
- My Sites
- MySQL Slow Log
- Nome file con data e ora
- PC sospeso riparte da solo
- PDF, come vedere se include immagine vettoriale
- Private Area
- Remote tail from windows using plink
- Righe Alternate quando cambia il valore
- Shortlink
- Snippets Excel
- Snippets Regex
- Some Computing Tricks
- Spotbright - Windows 10 photos
- SQL Insert from Excel Formula
- Stampante Epson Eco Tanker, errore Ink Pad
- Summer Madness
- Test Table Bordered and more...
- Windows - comandi per ms-settings
- Windows - Special Links