Generate your own Bootstrap color scheme from an image and customize to your taste http://www.lavishbootstrap.com/
Default navbar http://getbootstrap.com/components/#navbar
Bootstrap - color scheme
Generate your own Bootstrap color scheme from an image and customize to your taste http://www.lavishbootstrap.com/
Default navbar http://getbootstrap.com/components/#navbar
Lerobbant művelődési ház előcsarnoka. A mozgalmi táblák és egyéb ünnepi díszletek tövében csirkék kapirgálnak. A Johnny Be Good hangjai szűrődnek ki a nagyteremből. Bent a Colorado nyomja a bluest. A fűtetlen helyiségben az együttesen kívül egy-két ember lézeng. Ez így nem mehet tovább! Ki kell találni valamit! És nemsokára a főnöknek eszébe jut a nagy ötlet. Egyik kezével egy lekváros buktát szorongatva, a másikkal a fenekét vakargatva a banda elé áll: gyerekek, átmegyünk a Tobacco Roadról a Retek utcába, lemegyünk bunkóba, lemegyünk furkóba. A szocialista vadkeleten új banda születik.
Classic, Hybrid, Client stack
A web solution stack is a group of technologies that when combined, create the backbone for a modern web application.
Thankfully due to these new JavaScript technologies web developers have the opportunity to now easily build applications that move a good portion of the business logic to the client.
http://thewebhacker.com/understanding-the-modern-web-solution-stack/
Open A: E-A-C♯-E-A-C♯ or E-A-C♯-E-A-E
Open B: B-F♯-B-F♯-B-D♯ or F♯-B-D♯-F♯-B-D♯
Open D: D-A-D-F♯-A-D
Open G: D-G-D-G-B-D or G-B-D-G-B-D
Open F: C-F-C-F-A-C
Open C: C-G-C-G-C-E
http://en.wikipedia.org/wiki/List_of_guitar_tunings#Open_A
The Sick Bag Song chronicles
Nick Cave’s 2014 tour of North
America with The Bad Seeds.
The account of this 22-city journey
began life scribbled on airline sick bags
and grew into a restless full-length epic,
seeking out the roots of inspiration,
love and meaning.
http://www.thesickbagsong.com/
How to find nearby Hospitals by geo location within 2KM? : https://www.linkedin.com/groups/How-find-nearby-Hospitals-geo-4419933.S.5983135401756418050?view=&item=5983135401756418050
Haversine Formula:
Fast nearest-location finder for SQL (MySQL, PostgreSQL, SQL Server): http://www.plumislandmedia.net/mysql/haversine-mysql-nearest-loc/
How I did things before on the server with PHP and the Laravel framework:
Route::get(‘user/id’, function($id)
$user = User::find($id);
return Response::json($user->toArray());
);
And how I do the same thing now with node.js, Express and mongoose
app.route(‘/user/:id’).get(function(req, res)
User.findById(req.params.id).exec(function(err, user)
res.jsonp(user);
);
);
Looking at this you might wonder what all the fuzz is about and why people get so emotional when talking about different programming languages.
source: https://medium.com/unexpected-token/10-weeks-of-node-js-after-10-years-of-php-a352042c0c11
Basic point, chord points secondary points, jazz points: https://www.youtube.com/watch?v=MxxUhW7d8yI&t=5m0s
Chord shapes: http://www.youtube.com/watch?v=MxxUhW7d8yI&t=5m30s
Music shapes: https://www.youtube.com/watch?v=MxxUhW7d8yI&t=6m44s
A pure PHP library for reading and writing spreadsheet file. https://github.com/PHPOffice/PHPExcel
Home page: http://phpexcel.codeplex.com/wikipage?title=Examples
Use 01simple-download-xls.php if you want output to a client’s web browser (Excel5)
If you gotn this error: “exception ‘PHPExcel_Calculation_Exception’ with message”.
Add this$objWriter->setPreCalculateFormulas(false);
row before save:
$objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5');
//$objWriter->setPreCalculateFormulas(false);
$objWriter->save('php://output');
info from here: https://phpexcel.codeplex.com/discussions/237881
A pure PHP library for reading and writing spreadsheet file. https://github.com/PHPOffice/PHPExcel
Zé hallgat, nincs friss jelentés róla.
Múltjának tintaceruzás feljegyzésében fehér javító festékkel törölt ki szavakat amitől más értelmet kap a történet.
..
Majd Zé levelet ír annak akit alig ismer.
Pedig tudja, hogy a választ már nem ő olvassa.
Error:
Argument 1 passed to Illuminate\Auth\Guard::login() must implement interface Illuminate\Auth\UserInterface, null given
The problem occurs if the user data deleted from users table but this user data, id exists in the profiles table!
Check it, last post: http://laravel.io/forum/05-14-2014-cant-login-user-in-test
Read, manipulate and write spreadsheet data and styles to XLSX and JSON.
https://github.com/guyonroche/exceljs
Writing XLSX
// write to a file
var workbook = createAndFillWorkbook();
workbook.xlsx.writeFile(filename)
.then(function()
// done
);
Creating Alert Messages with Bootstrap: http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-alerts.php
Alert:
<div class=”alert alert-error”>
<a href=”#” class=”close” data-dismiss=”alert”>×</a>
<strong>Error!</strong> A problem has been occurred while submitting your data.
</div>
Success:
<div class=”alert alert-success”>
<a href=”#” class=”close” data-dismiss=”alert”>×</a>
<strong>Success!</strong> Your message has been sent successfully.
</div>
Laravel – get last query:
$queries = DB::getQueryLog();
$last_query = end($queries);
var_dump($last_query);
Echo the version of the current Laravel version in PHP:
$laravel = app();
echo $version = $laravel::VERSION;
Laravel – get last query:
$queries = DB::getQueryLog();
$last_query = end($queries);
var_dump($last_query);
Laravel – get last query:
$queries = DB::getQueryLog();
$last_query = end($queries);
var_dump($last_query);
Az Emlékerdő egy olyan erdei temetkezési emlékhely, ahol az elhunyt hamvai egy biológiai úton lebomló, környezetbarát urnában kerülnek elhelyezésre az előzetesen kiválasztott erdei emlékfa gyökereinél. Ezúton már Magyarországon is elérhető ez az igazán természetes és méltóságteljes búcsúztatási forma, mely méltó alternatívája lehet a hagyományos sírkerteknek, temetőknek.